Skip to main content
Fetch the HTML (or parsed JSON) for any URL

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

url
string
required
proxy_country
string
parsed_data
boolean
default:false
get_cookies
boolean
default:false
list_elements
boolean
default:false

Return the page's interactive elements (buttons, inputs, selects, links, forms) with ready-to-use selectors instead of HTML, to help build steps.

steps
string

JSON array of browser actions to run after the page loads (wait_for, wait_for_text, wait, click, type, select, press_key, scroll). The request is rendered in a real browser and runs once.

Response

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