Documentation Index
Fetch the complete documentation index at: https://developers.scrapeunblocker.com/llms.txt
Use this file to discover all available pages before exploring further.
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.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.
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
You send a URL
POST to one of three endpoints with your API key in the x-scrapeunblocker-key header.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.
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.

