What is ScrapeUnblocker?
ScrapeUnblocker is a proxy and anti-bot bypass service that handles the hard parts of web scraping for you: Cloudflare, DataDome, PerimeterX, Akamai, hCaptcha challenges, residential rotation, browser fingerprinting, and origin-side blocks. You send a URL. We route it through the right bypass chain - custom domain plugins, super-profile browser, residential proxies, fallback providers - and return the page content. No proxy lists, no headless browser fleet, no fingerprint maintenance.Prefer not to write code? The No-code area lets you describe what you want in plain language and emails you the results as CSV or JSON. For specific high-value sites, Plugins turn a few fields into clean JSON - from the dashboard or the API.
Quickstart
Make your first request in under 60 seconds.
API Reference
All three endpoints with request and response schemas.
Guides
Use-case walkthroughs - parsing, SERPs, images, country targeting.
Code Examples
Copy-paste snippets for cURL, Python, Node.js, and Scrapy.
Plugins
Ready-made scrapers for specific sites - Skyscanner flights, hotels and car hire as JSON.
Spider Cloud
Host your own Scrapy project with us - deploy from git, schedule it, and route it through ScrapeUnblocker without writing proxy code.
What’s in the API
Three public endpoints. That’s the whole surface area.getPageSource
Return HTML for any URL. Or set
parsed_data=true to get structured JSON extracted via Schema.org, __NEXT_DATA__, or AI-generated rules.serpApi
Google SERP scraping. Returns normalized JSON with organic results, top and bottom ads, totals.
getImage
Fetch a single image as PNG bytes through a real browser - for hosts that block plain GET requests.
How it works
1
You send a URL
POST to one of three endpoints with your API key in the x-scrapeunblocker-key header.2
We route through the right bypass
The service picks the cheapest path that works for the target domain - direct, residential proxy, stealth browser, or upstream fallback.
3
You get the content back
HTML, parsed JSON, SERP data, or image bytes. No retry loops, no proxy rotation logic on your end.
Who uses it
ScrapeUnblocker is used in production for:- Price intelligence on Amazon, eBay, and marketplace sites
- Real-estate listings from Zillow, Mobile.de, and country-specific portals
- Job board scraping from LinkedIn, Indeed, and aggregators
- SERP monitoring for SEO and brand-tracking workflows
- AI training data collection from JavaScript-heavy sites
Next steps
Get an API key
Free trial available on the pricing page.
Read the Quickstart
Working request in a minute.

