firecrawl_crawl
Crawl multiple web pages starting from a specified URL. Control depth, filter paths, and receive webhook notifications for structured web scraping.
Instructions
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp-server-firecrawl
Related Tools
- @josemartinrodriguezmortaloni/webSearch-Tools
- @bsmi021/mcp-server-webscan
- @Msparihar/mcp-server-firecrawl
- @qpd-v/mcp-DEEPwebresearch
- @Unstructured-IO/UNS-MCP