Scrapfly
Web scraping API with the key injected for you
Proxies Scrapfly’s Web Scraping API, injecting the secret key query parameter:
All controls travel in the query string — the target url and any Scrapfly parameter (render_js, asp, country, proxy_pool, format, …). Your query string is passed through byte-for-byte.
Scrapfly uses the request method as the method it runs against the scraped URL, so GET, POST, PUT, PATCH, and HEAD are all forwarded. (OPTIONS, a CORS preflight, is not a scrape and is not accepted.)
What the gateway injects and strips
keyis injected first, ahead of your parameters, so a partially-encoded target URL can’t swallow it.- A client-supplied
keyquery param is dropped (in any encoding), so the injected key can’t be overridden. - The
Authorizationheader is stripped before forwarding — Scrapfly has no use for your gateway token.
Examples
Basic scrape
Render JS + anti-scraping protection
The response is Scrapfly’s, returned unchanged. For the full parameter set, see Scrapfly’s documentation.