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