URL to Markdown
Convert any web page into clean, faithful CommonMark Markdown with YAML front-matter.
AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.
https://hyperscrape.com/api/scrape/url-to-markdown-scraper?urls=https%3A%2F%2Fexample.com%2FpageSwap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide
Fetches each URL and converts the entire page into clean CommonMark Markdown — not just the article body. The converter walks the real DOM and faithfully maps:
- headings →
#…###### - paragraphs, bold/italic/strikethrough, inline
code - links →
[text](absolute-url), images → - ordered / unordered lists with nesting
<pre>blocks → fenced code blocks with the detected language- tables → GitHub-flavored pipe tables
- blockquotes, horizontal rules, definition lists and figure captions
Each item starts with a YAML front-matter block (title, sourceUrl,
author, published, fetchedAt) and also includes the plain text and a
word count. Turn on Main content only to scope conversion to
<main>/<article> when you want boilerplate skipped.
Unlike the News & Article Extractor (which isolates the article body and its metadata), this actor's job is a faithful full-page HTML → Markdown conversion — ideal for archiving pages, diffing content or feeding whole pages to LLMs.
Related scrapers
Website Content Crawler
hyperscrape/website-content-crawler
Crawl an entire website and extract clean text for RAG & LLMs.
Wikipedia Article Scraper
hyperscrape/wikipedia-scraper
Structured Wikipedia data: summary, infobox, sections, links, images.
arXiv Paper Scraper
hyperscrape/arxiv-scraper
Search arXiv preprints and get authors, abstracts, categories and PDF links.