Skip to main content
Fetch the HTML (or parsed JSON) for any URL
curl --request POST \
  --url https://api.scrapeunblocker.com/getPageSource \
  --header 'x-scrapeunblocker-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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.

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

url
string
required
method
string
value
string
proxy_country
string
time_sleep
integer
parsed_data
boolean
default:false
get_cookies
boolean
default:false
method_timeout
integer

Response

Success — body is HTML (or JSON when parsed_data=true / get_cookies=true).