Fetch
Fetch and render a single URL. Returns HTML, Markdown, JSON, or a screenshot.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Target page URL to fetch
Whether to render JavaScript before capturing output
Device profile to emulate
desktop, mobile, tablet Reuse an existing browser session by id
Which output formats to return (default ["html"])
1Which output formats to return
html, markdown, json, screenshot Structured extraction config, requires json output
- Option 1
- Option 2
- Option 3
- Option 4
Condition to wait on before capturing
Max time to wait for the fetch, in ms
x <= 300000Skip the cheap direct/stealth tiers and go straight to the strongest (proxy/Camoufox) access tier. Requires a paid plan. Useful when you already know the target needs it, to avoid wasted attempts and reduce the chance of timing out mid-escalation.
Response
Inline fetch completed successfully.
inline completed, partial Extraction engine to use
llm, heuristic