Extract Data
Endpoint Examples
Extract Data
This endpoint allows you to extract specific information from any web page and receive it in a structured JSON format that matches your requirements.
Request Body
link(string): The URL of the website to extract data from.prompt(string): Instructions describing what data to extract.json_schema(array, optional): The structure defining your desired output format. If not provided, returns plain text.delay(integer, optional): Delay in seconds before extraction (useful for dynamic content). Default: 0.
Response
The response is a JSON object with the following properties:
response(array): Extracted data matching your JSON schema.success(boolean): Indicates whether the extraction was successful.
POST
Extract Data
Authorizations
Body
application/json
Response
OK
The response is of type object.