Scraper API
Extract website data without building scraping infrastructure
Submit a URL and receive page content or structured data while Raspbytes manages proxy routing, rendering, retries and access challenges.
Synchronous and queued jobs
Run simple requests immediately or queue longer retrieval work with a job id for later inspection.
Strategy selection
Start direct, use standard proxy routing, or choose adaptive handling for harder destinations.
Response diagnostics
See status, attempts, timing, headers, and metered request units in a consistent envelope.
Private-network protection
Requests are validated to protect internal services and keep retrieval focused on public URLs.
curl -X POST https://api.raspbytes.com/api/v1/scrape/ \
-H "X-API-Key: rbk_..." \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/products",
"strategy": "adaptive",
"proxy": { "type": "residential", "country": "gb" }
}'For product teams
Monitor public pages, catalog changes, and market signals without maintaining ad hoc crawlers.
For data workflows
Use API responses that include metadata needed for retries, debugging, and cost visibility.
For platform growth
The same foundation can support recurring scrapers, alerts, and managed unblocker routing.
Scraper API pricing
Scraper API uses credits so simple HTTP retrieval, browser rendering, screenshots, PDFs, and AI extraction can share one predictable meter.
