This endpoint allows you to extract specific information from any web page and receive it in a structured JSON format that matches your requirements.
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.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.OK
The response is of type object.