web data infrastructureClean web data at scale
Markdown, raw HTML, or thousands of URLs in bulk — and a webhook with the new content when a page changes. Pay for bytes used, not requests made.
curl -X POST https://api.bytekit.com/v1/scrape \ -H "Authorization: Bearer $BYTEKIT_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://bytekit.com", "formats": ["markdown"] }'
what you can doOne API, four endpoints
/scrape
Page content as clean markdown for agents and RAG ingestion. Most pages return in 1–2 seconds.
/monitors
Watch any page. When it changes, your webhook gets the new content.
/fetch
Raw HTTP fetch — no JS render, for APIs and static pages.
/bulk
Submit many URLs; results delivered by webhook as each completes.
what's includedThe hard parts are handled
Stealth fingerprints. Mobile and residential proxies in 100+ countries. Works on sites protected by DataDome, Cloudflare, Akamai, PerimeterX, and the rest.
All included on every plan. No tier upgrades. No add-on fees. Protected sites cost the same as any other capture.
You worry about your product.
We worry about bot detection.
comparePick the tool that fits the job
| Approach | Good for | Tradeoff |
|---|---|---|
| DIY Playwright | Full control | You own infra, retries, proxies, storage |
| Browser-only APIs | Dynamic pages | More expensive for simple pages |
| No-code scrapers | Manual workflows | Harder to embed in production systems |
| ByteKit | Agents, RAG, monitoring, captures | Public pages only — no logged-in workflows |
pricingPay for bytes used, not requests made
A typical markdown scrape is 50–100 KB. 1 GB covers roughly 6,700–13,300 scrapes. Cache hits cost half. Captures that return zero bytes cost nothing.
Plans from $29/mo, or pay-as-you-go at $8/GB. Unused bandwidth rolls over every month with no cap, for as long as you stay on your plan or move to a higher one; downgrade or cancel and that balance is frozen, restored in full if you resubscribe at the same tier or higher within 90 days.
Test your own URLs with 50 MB free.
Built for agents, RAG, monitoring, and captures. Not for logged-in workflows, walled-garden social, or point-and-click scraping.