There are many web scraping APIs. Most of them have complicated pricing, confusing documentation, and SDKs that abstract things that don't need abstracting. denkbot.dog is different. It's a dog. It fetches things. You point at something, it goes and gets it.
General web data collection, any project that needs to get data from websites, and developers looking for a scraping API that does what it says on the tin.
# The simplest possible web scraping API call:
curl -X POST https://api.denkbot.dog/scrape \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'Simplicity. No SDK, no DSL, no configuration wizard. POST a URL, get data. That's the whole product.
/scrape, /sitemap, /crawl, and /screenshot. That's the entire API surface.
Yes. Reliability and uptime are prioritized. We're adding monitoring and SLAs with the Pro tier.

€19/year. Unlimited requests. API key ready in 30 seconds.