AgenticScrapper

Agentic Browser V2

post/v1/workflows/execute

Request body

workflow_idstring nullable

Unique workflow identifier

namestring required

Human-readable workflow name

descriptionstring nullable

Workflow description

start_urlstring nullable

Initial URL to navigate to (can be overridden)

use_sessionboolean

Whether to use persistent browser session

initial_contextobject

Initial variables/context (e.g., {'email': 'user@example.com', 'password': 'secret'})

output_variablesstring[] nullable

List of variables to include in final output

Response

Successful Response

request_idstring required
workflow_idstring nullable required
successboolean required
total_duration_secondsnumber required
final_contextobject

Final workflow context with all variables

outputobject

Filtered output based on output_variables

final_urlstring nullable
final_htmlstring nullable
session_idstring nullable
errorstring nullable

Changes