Execute Search Agent Realtime Endpoint
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body model for the /agent/run endpoint
The agent's name to execute
"google_search"
The agent's input parameters, for example query, prodcut_id, etc. Depands on the agent used.
{
"query": "What happened last night in the NBA?"
}Controls if localization sould be enabled (default false). Some agent support localization based on zip_code or store_id on the site it self. Relevant only when agent is supporting localization
Successful Response
The URL that was extracted
Unique identifier for the extraction task
Status of the extraction
success, failed HTTP status code from the target website
Data from the extraction
Metadata from the extraction
List of warnings