mcp-server-firecrawl
by mendableai
fire_crawl_crawl
Start an asynchronous crawl of multiple pages from a starting URL. Supports depth control, path filtering, and webhook notifications.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowBackwardLinks | No | Allow crawling links that point to parent directories | |
allowExternalLinks | No | Allow crawling links to external domains | |
deduplicateSimilarURLs | No | Remove similar URLs during crawl | |
excludePaths | No | URL paths to exclude from crawling | |
ignoreQueryParameters | No | Ignore query parameters when comparing URLs | |
ignoreSitemap | No | Skip sitemap.xml discovery | |
includePaths | No | Only crawl these URL paths | |
limit | No | Maximum number of pages to crawl | |
maxDepth | No | Maximum link depth to crawl | |
scrapeOptions | No | Options for scraping each page | |
url | Yes | Starting URL for the crawl | |
webhook | No |