Browse
Allows for browsing the web using detailed natural language commands.
The function supports multi-step command execution based on the CONTINUE
status of the Agent.
Headers
Request
The URL to start or continue browsing from. (Default: google.com)
Boolean flag to indicate if session to be run locally or in the cloud (Default: False). If set to true, the session will be run locally via your chrome extension. If set to false, the session will be run in the cloud.
Continues the session with session_id if provided.
Maximum number of steps to execute. (Default: 20)
Boolean flag to include a screenshot of the final page. (Default: False)
Boolean flag to use a proxy for the session (Default: False). Each Session gets a new Residential IP.
Response
The final status of the browsing session. One of [“CONTINUE”, “ASK_USER”, “DONE”]