extract_data
Extract structured data from web pages by providing a URL, instructions, and a JSON template. Use AI to convert unstructured web content into organized JSON output.
Instructions
Extract structured data (JSON) from a web page URL using AI via ReviewWeb.site API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract data from | |
| instructions | Yes | Instructions for the AI on what data to extract | |
| jsonTemplate | Yes | JSON template for structuring the extracted data | |
| systemPrompt | No | Optional system prompt to guide the AI | |
| model | No | AI model to use for extraction | |
| delayAfterLoad | No | Optional delay after page load in milliseconds | |
| recursive | No | If true, recursively scrape all internal URLs and extract data from each | |
| debug | No | Enable debug mode for detailed logging | |
| api_key | No | Your ReviewWebsite API key |