Skip to main content
The simplest way to test ScrapeUnblocker. Drop these into a terminal, replace YOUR_API_KEY, and you’re scraping.

Fetch page HTML

Fetch page HTML through a specific country

Get parsed JSON instead of HTML

Get HTML + cookies + the proxy address used

Scrape a Google SERP

Scrape multiple SERP pages from a specific country

Fetch a single image as PNG

Bash one-liner with API key from environment

URL-encoding parameter values

cURL does not URL-encode for you. If your url parameter contains special characters (&, ?, =, spaces), encode them or wrap them with --data-urlencode:
-G tells cURL to convert --data-urlencode into query-string parameters while still using POST.