extract_data
Extract structured data from webpages by providing URLs and a prompt describing the data you need. The LLM parses the pages and returns the requested fields.
Instructions
Extract structured data from webpages using LLM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to extract data from | |
| prompt | Yes | Instructions for what data to extract | |
| enableWebSearch | No | Enable web search for additional context |