Extract data from any website with a simple API
Scrapper handles proxies, browsers, CAPTCHAs, and retries so you can focus on your data. One API call is all it takes.
curl -X POST https://api.scrapper.dev/v1/scrape \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "selectors": [
{"name": "title", "type": "css", "selector": "h1"}
]}'Everything you need to scrape the web
From simple HTTP requests to full browser rendering, Scrapper gives you the tools to extract data reliably at any scale.
Route requests through proxies in 195+ countries. Bypass geo-restrictions effortlessly.
Full browser rendering with Playwright. Scrape SPAs, dynamic content, and more.
Automatic fingerprint rotation, header normalization, and robots.txt compliance.
Extract structured data using CSS or XPath selectors. Get clean JSON output.
Schedule recurring scrapes with cron expressions. Detect content changes automatically.
Save scraping configurations as templates. Share across your team or make them public.
How it works
Three simple steps to get data from any website.
Send a request
POST your target URL and optional selectors to our API. We handle the rest.
We scrape it
Our infrastructure fetches the page using the best proxy and rendering strategy.
Get your data
Retrieve structured results via API or receive them instantly via webhook.
Ready to start scraping?
Sign up for free and get 1,000 requests per month. No credit card required.