Executes a web search based on the provided query and parameters. For POST requests, you can send either a single request object or an array of objects (mini batch requests).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search request payload. It can be a single object or an array of objects for mini batch requests.
Query text.
"apple inc"
ISO Country code. Defaults to 'us' if not provided.
"us"
City location. Retrieve available cities from the /city_list endpoint.
"San Francisco"
Language code. Defaults to 'en' if not provided.
"en"
Time range filter. Allowed values: 'h' (past hour), 'd' (past day), 'w' (past week), 'm' (past month), 'y' (past year).
"d"
Number of results to return. Allowed values: 10, 20, 30, 50, 100. Defaults to 10.
10
Page number of the results. Defaults to 1.
1