Oxylabs
Realtime access to the Oxylabs Web Scraper API
Fronts the realtime (synchronous) endpoint of Oxylabs’ Web Scraper API — one endpoint that holds the connection open until the scrape result exists:
Only POST is mounted. All controls — {source, url, query, parse, render, …} — go in the JSON body, which is relayed without modification.
Credential handling
Oxylabs expects HTTP Basic auth derived from the account’s username and password, on the same Authorization header your gateway token rides in. The gateway therefore replaces that header with the credential it injects:
Authorizationis overwritten with Oxylabs’ secret Basic credential. Your Oxylabs username and password never appear in your requests, and your gateway token stops at the gateway rather than traveling upstream.- No query-param form of the credential exists on Oxylabs’ side, so nothing gets removed from the query string.
Example
Responses arrive as Oxylabs’ JSON, untouched. Field-level request and response detail lives in Oxylabs’ documentation; the gateway modifies neither.