ZenRows
Universal Scraper API with the apikey injected for you
Proxies ZenRows’ Universal Scraper API, injecting the secret apikey query parameter:
GETscrapes the target URL.POSTforwards a POST to the target.
All controls travel in the query string — the target url and any ZenRows parameter (js_render, premium_proxy, css_extractor, autoparse, …). Your query string is passed through byte-for-byte.
What the gateway injects and strips
apikeyis injected first, ahead of your parameters, so a partially-encoded target URL can’t swallow it.- A client-supplied
apikeyquery param is dropped (in any encoding), so the injected key can’t be overridden. - The
Authorizationheader is stripped before forwarding — ZenRows has no use for your gateway token.
Examples
Basic scrape
JS render + premium proxy
The response is ZenRows’, returned unchanged. For the full parameter set, see ZenRows’ documentation.