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.Documentation Index
Fetch the complete documentation index at: https://docs.wetrocloud.com/llms.txt
Use this file to discover all available pages before exploring further.
OK
The response is of type object.