extract
Extracts structured data from URLs by using a prompt and schema to define the desired output.
Instructions
Extracts structured data from URLs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to extract from | |
| prompt | No | Extraction guidance prompt | |
| schema | No | Data structure schema | |
| ignoreSitemap | No | Ignore sitemap.xml during processing | |
| enableWebSearch | No | Use web search for additional data | |
| includeSubdomains | No | Include subdomains in processing |