Fetch information from any web page.
An API for reading the web. Send a URL, get the page back as HTML, Markdown, or plain text.
It returns real content, including from pages that block most automated access, and a clear error when a page genuinely can't be read. Nothing to run on your side.
curl -X POST https://grounder.dev/scraper/v1/scrape \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "format": "markdown"}'