Browser automation API for AI agents. Start browser sessions, run AI agents, scrape webpages, and automate browser tasks with headless Chrome/Firefox. Features include CAPTCHA solving, proxy support, and persistent
POST /sessions/:session_id/page/screenshot$0.001000Take a screenshot of the current page.POST /sessions/:session_id/page/observe$0.005000Observe the current page state and get available actions.POST /scrape$0.010000Scrape content from a URL without managing sessions.POST /sessions/:session_id/page/execute$0.002000Execute an action on the page (click, type, navigate, etc.).POST /sessions/:session_id/cookies$0.001000Set cookies in the browser session.POST /sessions/startStart a new browser session. Configure browser type, proxies, viewport, and session timeout.POST /scrape_from_html$0.002000Extract structured content from raw HTML without using a browserPOST /agents/startStart an AI agent to autonomously complete a browser task.POST /sessions/:session_id/page/scrape$0.003000Scrape content from the current page in the session.https://mpp.orthogonal.com/notte