Go to Hyperscrape Store

URL to Markdown

hyperscrape/url-to-markdown-scraper

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%2Fpage

Swap 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 → ![alt](src)
  • 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.