Web Scraping

Fetches web pages and extracts structured data using mq's toolchain (mq-crawl for fetching/crawling/JS rendering, mq for HTML-to-Markdown selector-based extraction, http() for in-query requests). Use when the user wants to scrape a URL, pull structured data out of a webpage, crawl a site, or turn HTML into Markdown/JSON — an alternative to a one-off curl-plus-parser script.

harehare 0cb54e6 5.3 KB Updated

File contents

harehare/mq/tree/main/skills/web-scraping commit 0cb54e6c69

Frequently asked questions

npx skillmds@latest add harehare/web-scraping