β
1,000 Free Credits β’ No Credit Card Required
1,000 Free Credits β’ No credit card required
Scrape any website without getting blocked. Render JavaScript, rotate proxies, extract with AI. Simple API, powerful results.
# Simple GET request
curl "https://scrapingbot.io/api/v1/scrape?url=https://example.com" \
-H "x-api-key: YOUR_KEY"
# With JavaScript rendering
curl "https://scrapingbot.io/api/v1/scrape?url=https://spa.com&render_js=true" \
-H "x-api-key: YOUR_KEY"
# With AI extraction
curl "https://scrapingbot.io/api/v1/scrape?url=https://store.com&ai_query=product%20price" \
-H "x-api-key: YOUR_KEY"