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