mcp-server-firecrawl
by mendableai
firecrawl_extract
Extract structured information from web pages using LLM. Supports both cloud AI and self-hosted LLM extraction.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowExternalLinks | No | Allow extraction from external links | |
enableWebSearch | No | Enable web search for additional context | |
includeSubdomains | No | Include subdomains in extraction | |
prompt | No | Prompt for the LLM extraction | |
schema | No | JSON schema for structured data extraction | |
systemPrompt | No | System prompt for LLM extraction | |
urls | Yes | List of URLs to extract information from |