A web scraping API for developers who have better things to do than manage proxies, CAPTCHAs, and headless browsers.

$ curl -X POST \ https://api.denkbot.dog/scrape \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}'
{ "url": "https://example.com", "title": "Example Domain", "html": "<!doctype html>...", "statusCode": 200, "cached": false }
Live demo, no signup needed
Real response from the API. No account, no key, no strings attached.
The API

Raw HTML, parsed JSON, or both. JS rendering included. Playwright under the hood, React, Vue, Angular? It just works.

Returns the full sitemap in structured JSON. Great for SEO audits, content migrations, and general sniffing around.

Get a nested URL tree up to 500 pages deep. The dog fetches. You stay home on the couch.

Returns a real PNG file. No base64 nonsense, no "data:image/png" strings to decode. Just an image you can actually use. Full-page or viewport, your call.
Integrations
No SDK required. No npm install. No pip install. Just HTTP. If your language can make a POST request, it can use denkbot.dog. Yes, even bash.
curl -X POST https://api.denkbot.dog/scrape \ -H "