Execute Search Agent Async 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.
{
"params": {
"keyword": "iphone 17",
"zip_code": "90210"
}
}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
Output formats to include in the response alongside data.parsing. By default, only structured parsed data is returned.
html, markdown, headers