Fetch a URL with full JavaScript rendering. Works just like /fetch — all parameters via headers.
Use this instead of /fetch when the target requires JavaScript to load content.
If X-Expect-Selector or X-Expect-Contains is set and the page doesn’t match, the API retries on a different node.
API key passed in the X-API-Key header.
Target URL (no encoding needed). Recommended for URLs with query parameters.
When the page is ready: load (DOMContentLoaded), networkidle (no pending requests), or selector (wait for CSS selector).
load, networkidle, selector CSS selector to wait for (only with X-Wait-Strategy: selector).
Capture a full-page PNG screenshot. Set to 1 or true.
JavaScript to evaluate after the page is ready. Result returned in js_result.
CSS selector that must exist in the rendered page. Retries on a different node if missing.
Substring that must exist in the page body. Retries on a different node if missing.
Route through a proxy (http:// or socks5://).
Comma-separated resource types to block: image, font, stylesheet, media.
Cookies to inject before navigation (standard format: name=value; name2=value2).
Cookies as JSON array for full control: [{"name":"s","value":"v","domain":".example.com"}].
Target countries as comma-separated ISO codes (e.g. US,DE,AT). Aliases: X-Geo-CC, X-CC, X-Country, X-Geo-Strict.
Route through specific agent(s) by slug (e.g. de1) or comma-separated list for random pick (e.g. de1,at5,us3).
Override request timeout in seconds (default: 30).
Rendered page with metadata, cookies, and optional screenshot.
Rendered page body as text (when not JSON).
Parsed JSON body (when response is valid JSON, otherwise null).
All cookies captured during rendering, including httpOnly cookies.
Base64-encoded full-page PNG screenshot (null if not requested).
Return value of jsExpression evaluation (null if not provided).