Start SearchScraper
Start a new AI-powered web search request
Request Body
The search query or question you want to ask. This should be a clear and specific prompt that will guide the AI in finding and extracting relevant information.
Example: “What is the latest version of Python and what are its main features?”
Optional headers to customize the search behavior. This can include user agent, cookies, or other HTTP headers.
Example:
Optional schema to structure the output. If provided, the AI will attempt to format the results according to this schema.
Example:
Response
Unique identifier for the search request. Use this ID to check the status and retrieve results.
Status of the request. One of: “queued”, “processing”, “completed”, “failed”
The original search query that was submitted.
The search results. If an output_schema was provided, this will be structured according to that schema.
List of URLs that were used as references for the answer.
Error message if the request failed. Empty string if successful.
Example Request
Example Response
Was this page helpful?