Introduce the new /interact endpoint that turns any scrape into a live browser session where agents can click, type, and navigate using natural language.
Key Features:
- Natural Language Control — Describe what you want in plain English; the agent clicks, types, scrolls, and extracts data automatically without selectors or scripts.
- Live Browser Sessions — Every session includes a live URL you can embed, share, or interact with in real time for debugging and demos.
- Persistent Profiles — Log in once and pick up where you left off with cookies and localStorage carrying across scrapes with named profiles.
- Full Playwright Control — Switch to code mode and run Playwright (Node.js or Python) or Bash for precision control.
- Session Reuse — Chain multiple interact calls on the same scrape with the browser maintaining state between calls for complex multi-step workflows.