Fetch the HTML (or parsed JSON) for any URL
Scraping
Fetch the HTML (or parsed JSON) for any URL
Routes the URL through the appropriate anti-bot bypass chain (custom domain plugins, super-profile browser, residential proxies, Scrapfly fallback). Returns the prettified HTML by default. Set parsed_data=true to receive a structured JSON payload extracted via Schema.org / NEXT_DATA / AI-generated rules; the response body becomes { "data": { page_type, source, data } } instead of HTML. Use get_cookies=true to additionally receive cookies and the proxy address that served the request.
Fetch the HTML (or parsed JSON) for any URL
Authorizations
Your ScrapeUnblocker API key. Apply on every request.
Query Parameters
Response
Success — body is HTML (or JSON when parsed_data=true / get_cookies=true).

