MCP Server Firecrawl

extract

Extracts structured data from URLs

Input Schema

NameRequiredDescriptionDefault
enableWebSearchNoUse web search for additional data
ignoreSitemapNoIgnore sitemap.xml during processing
includeSubdomainsNoInclude subdomains in processing
promptNoExtraction guidance prompt
schemaNoData structure schema
urlsYesURLs to extract from

Input Schema (JSON Schema)

{ "properties": { "enableWebSearch": { "default": false, "description": "Use web search for additional data", "type": "boolean" }, "ignoreSitemap": { "description": "Ignore sitemap.xml during processing", "type": "boolean" }, "includeSubdomains": { "description": "Include subdomains in processing", "type": "boolean" }, "prompt": { "description": "Extraction guidance prompt", "type": "string" }, "schema": { "description": "Data structure schema", "type": "object" }, "urls": { "description": "URLs to extract from", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }

You must be authenticated.

Other Tools