firecrawlsearchagent_firecrawl_extract_web_data
Extract specific structured data from web pages or entire domains using natural language instructions. Define your extraction needs with an 'extraction_prompt' to retrieve precise information from URLs or wildcard-specified domains.
Instructions
Extract structured data from one or multiple web pages using natural language instructions. This tool can process single URLs or entire domains (using wildcards like example.com/*). Use this when you need specific information from websites rather than general search results. You must specify what data to extract from the pages using the 'extraction_prompt' parameter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extraction_prompt | Yes | Natural language description of what data to extract from the pages. | |
urls | Yes | List of URLs to extract data from. Can include wildcards (e.g., 'example.com/*') to crawl entire domains. |