Interact
Drive a real browser with a sequence of actions — click, type, scroll, screenshot, and extract.
Prompt mode
actions array, describe the task in plain language and Scrapio figures out the clicks, typing, and navigation itself:
prompt and actions are mutually exclusive — send one or the other, never both. Everything else (url, device, output, timeout_ms) works the same as the actions-based request.
For targets that block non-residential traffic, add "use_proxy": true to launch the session through a residential proxy instead of the default direct connection. Requires a paid plan (Starter or higher) and adds a 65-credit surcharge on top of the base 25 (90 total) — see Rate Limits & Credits.
The response carries the model’s own text answer alongside a step-by-step record of what it actually did:
statusis"partial"(not"completed") if the task hit its step budget before finishing — checkdiagnostics.step_limit_reachedand treatansweras best-effort in that case.outputonly supportshtmlandscreenshotin prompt mode (nomarkdown/json) — the model’s ownansweris the primary structured result, not a page extraction.steps[].toolreflects what the model actually called (snapshot,act,scroll,wait,get_url,read_text,list_items), not a caller-supplied action list — a failed step still returnsstatus: "completed"overall as long as the model recovers and completes the task.
Dedicated-site hints on error
If a request (either mode) targets a site we have a purpose-built API for — Amazon, Walmart, YouTube, Reddit, Booking.com, Agoda, Airbnb, AutoTrader, Target, Product Hunt, TikTok, or the Apple App Store — and the request errors, the response includes an extrahint field pointing you at that dedicated endpoint instead, since it’s faster, cheaper, and more reliable for that specific site than driving a general-purpose browser:
hint is only present on an error response, and only when the URL matches one of these sites — a successful /v1/interact call, or a call against a site with no dedicated API, never includes it.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Target page URL to open
Ordered sequence of interaction steps to run
1- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
Device profile to emulate
desktop, mobile, tablet Reuse an existing browser session by id
Which output formats to return after actions
1Which output formats to return
html, markdown, json, screenshot Structured extraction config, requires json output
- Option 1
- Option 2
- Option 3
- Option 4
Max time for the whole interaction, in ms
x <= 300000Skip the cheap direct/stealth tiers and go straight to the strongest (proxy/Camoufox) access tier. Requires a paid plan.
Response
Action sequence completed inline.
Common envelope every workflow endpoint (crawl, map, interact, search) returns: request/step metadata plus a kind-specific result.
crawl, map, interact, search inline completed, partial, failed Kind-specific payload -- see the endpoint's example.