extract_data
Extract structured data from any URL using AI. Input a URL, specify extraction instructions, and define a JSON template to organize the results. Intended for web data extraction and analysis.
Instructions
Extract structured data from a URL using AI via ReviewWebsite 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 |