extract_data_multiple
Extract structured data from multiple web URLs using AI, guided by instructions and a JSON template. Automates data collection for analysis or integration via the ReviewWebsite API.
Instructions
Extract structured data from multiple URLs using AI via ReviewWebsite API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | Your ReviewWebsite API key | |
debug | No | Whether to enable debug mode | |
delayAfterLoad | No | Optional delay after page load in milliseconds | |
instructions | Yes | Instructions for the AI to extract data from the websites | |
jsonTemplate | Yes | JSON schema template for the extracted data output | |
model | No | AI model to use for extraction | |
systemPrompt | No | System prompt for the AI | |
urls | Yes | List of URLs to extract data from |