{"id":31686982,"url":"https://github.com/firecrawl/n8n-nodes-firecrawl","last_synced_at":"2026-02-18T14:02:51.833Z","repository":{"id":284202436,"uuid":"939828665","full_name":"firecrawl/n8n-nodes-firecrawl","owner":"firecrawl","description":"n8n node to interact with Firecrawl","archived":false,"fork":false,"pushed_at":"2026-02-16T16:01:01.000Z","size":228,"stargazers_count":37,"open_issues_count":13,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-16T23:39:43.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@mendable/n8n-nodes-firecrawl","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firecrawl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-27T07:11:28.000Z","updated_at":"2026-02-16T16:01:06.000Z","dependencies_parsed_at":"2025-03-24T18:09:34.917Z","dependency_job_id":"0593099e-16e8-421b-8756-dcbc36826b4c","html_url":"https://github.com/firecrawl/n8n-nodes-firecrawl","commit_stats":null,"previous_names":["mendableai/n8n-nodes-firecrawl","firecrawl/n8n-nodes-firecrawl"],"tags_count":1,"template":false,"template_full_name":"n8n-io/n8n-nodes-starter","purl":"pkg:github/firecrawl/n8n-nodes-firecrawl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Fn8n-nodes-firecrawl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Fn8n-nodes-firecrawl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Fn8n-nodes-firecrawl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Fn8n-nodes-firecrawl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firecrawl","download_url":"https://codeload.github.com/firecrawl/n8n-nodes-firecrawl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Fn8n-nodes-firecrawl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29581533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-08T09:42:08.980Z","updated_at":"2026-02-18T14:02:51.827Z","avatar_url":"https://github.com/firecrawl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# n8n-nodes-firecrawl 🔥\n\nThis is an n8n community node. It lets you use **[Firecrawl](https://firecrawl.dev)** in your n8n workflows.\n\n\u003e 🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.\n\n[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.\n\n[Installation](#installation)\n[Operations](#operations)\n[AI Agent Tool Usage](#ai-agent-tool-usage)\n[Credentials](#credentials)\n[Compatibility](#compatibility)\n[Resources](#resources)\n[Version history](#version-history)  \n\n## Installation\n\nFollow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.\n\n## Operations\n\nThe **Firecrawl** node supports the following operations:\n\n### Search\n- Search and optionally scrape search results\n\n### Map\n- Input a website and get all the website urls\n\n### Scrape\n- Scrapes a URL and get its content in LLM-ready format (markdown, structured data via LLM Extract, screenshot, html)\n\n### Crawl\n- Scrapes all the URLs of a web page and return content in LLM-ready format\n\n### Batch Scrape\n- Start a batch job to scrape multiple URLs at once\n\n### Batch Scrape Status\n- Get the status/result of a batch scrape job by ID\n\n### Batch Scrape Errors\n- Retrieve errors for a batch scrape job by ID\n\n### Crawl Active\n- List all currently active crawl jobs for your team\n\n### Crawl Params Preview\n- Preview crawl parameters generated from a natural-language prompt\n\n### Cancel Crawl\n- Cancel a running crawl job by ID\n\n### Get Crawl Errors\n- Retrieve errors for a crawl job by ID\n\n### Get Crawl Status\n- Check the current status of a crawl job\n\n### Extract Data\n- Get structured data from single page, multiple pages or entire websites with AI\n\n### Get Extract Status\n- Get the current status of an extraction job\n\n### Team Token Usage\n- Get remaining and plan tokens for the authenticated team\n\n### Team Credit Usage\n- Get remaining and plan credits for the authenticated team\n\n### Historical Credit Usage\n- Get historical credit usage for your team\n\n### Historical Token Usage\n- Get historical token usage for your team\n\n### Team Queue Status\n- Get your team's current queue load (waiting, active, max concurrency)\n\n## AI Agent Tool Usage\n\nThis node can be used as a tool with n8n's AI Agent node, allowing AI agents to scrape, crawl, and extract data from websites dynamically.\n\n### Requirements\n\n- **n8n version 1.79.0 or higher** is required for AI tool support\n- Set the environment variable `N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true` to enable community nodes as AI tools\n\n### Docker Configuration\n\n```yaml\nversion: '3'\nservices:\n  n8n:\n    image: n8nio/n8n\n    environment:\n      - N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true\n    ports:\n      - \"5678:5678\"\n    volumes:\n      - ~/.n8n:/home/node/.n8n\n```\n\n### Using with AI Agents\n\n1. Add the **AI Agent** node to your workflow\n2. Connect the **Firecrawl** node as a tool input to the AI Agent\n3. The AI agent can now dynamically decide when and how to use Firecrawl operations\n\n### Dynamic Parameters with $fromAI()\n\nWhen using Firecrawl as an AI tool, you can let the AI agent decide parameter values dynamically using the `$fromAI()` function. Click the \"Let the model define this parameter\" button next to any field to enable this feature.\n\nExample expressions:\n```javascript\n// Let AI decide the URL to scrape\n{{ $fromAI(\"url\", \"The URL to scrape\", \"string\") }}\n\n// Let AI decide the search query\n{{ $fromAI(\"query\", \"Search query for finding relevant pages\", \"string\") }}\n\n// Let AI decide whether to include subdomains\n{{ $fromAI(\"includeSubdomains\", \"Whether to include subdomains\", \"boolean\", false) }}\n```\n\n### Best Practices for AI Tool Usage\n\n1. **Use clear operation names**: The AI agent uses operation descriptions to decide when to use each tool\n2. **Provide context in prompts**: When using the Extract operation, provide clear prompts to guide data extraction\n3. **Set reasonable limits**: Configure default limits to prevent excessive API usage\n4. **Use the Map operation first**: For unknown sites, use Map to discover URLs before scraping\n\n## Credentials\n\nTo use the Firecrawl node, you need to:\n\n1. Sign up for a Firecrawl account at [https://firecrawl.dev](https://firecrawl.dev)\n2. Get your API key from the Firecrawl dashboard\n3. In n8n, add your Firecrawl API key to the node's credentials\n\n\u003e [!CAUTION]  \n\u003e The API key should be kept secure and never shared publicly\n\n## Compatibility\n\n- **Minimum n8n version: 1.79.0** (required for AI tool support)\n- Tested against n8n versions: 1.79.0+\n- Node.js version: 18 or higher\n\n\u003e **Note**: If you don't need AI tool support, earlier versions of n8n may work, but 1.79.0+ is recommended.\n\n## Resources\n\n* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)\n* [Firecrawl Documentation](https://firecrawl.dev/docs)\n* [Firecrawl API Reference](https://docs.firecrawl.dev/api-reference/introduction)\n\n## Version history\n\n### 1.1.0\n- **AI Agent Tool Support**: Node can now be used as a tool with n8n's AI Agent node\n  - Added `usableAsTool: true` to enable tool mode\n  - Enhanced all field descriptions for better AI context understanding\n  - Supports `$fromAI()` function for dynamic parameter values\n- Updated minimum n8n version requirement to 1.79.0\n- Improved operation descriptions for clearer AI agent decision making\n\n### 1.0.6\n- Add support for additional Firecrawl endpoints:\n  - Batch Scrape (start/status/errors)\n  - Crawl Active\n  - Crawl Params Preview\n  - Cancel Crawl \n  - Get Crawl Errors\n  - Team Token Usage\n  - Team Credit Usage\n  - Historical Credit Usage\n  - Historical Token Usage\n  - Team Queue Status\n- Wire new operations into the node and align with Firecrawl API v2\n\n### 1.0.5\n- API version updated to [/v2](https://docs.firecrawl.dev/migrate-to-v2)\n- Unified sitemap configuration parameters in Map operation\n- Replaced `ignoreSitemap` and `sitemapOnly` with unified `sitemap` parameter\n- `sitemap` parameter now accepts: \"include\" (default), \"only\", or \"skip\"\n\n### 1.0.4\n- Add additional fields property for custom data in Firecrawl API nodes\n\n### 1.0.2\n- Add integration parameter in all endpoint calls\n\n### 1.0.1\n- Support for Search operation\n\n### 1.0.0\n- Initial release\n- Support for all basic Firecrawl operations:\n  - Map URLs\n  - Scrape URL\n  - Crawl Website\n  - Get Crawl Status\n  - Extract Data\n  - Get Extract Status\n- Basic error handling and response processing\n- Support for custom body options\n\n## More information\n\nRefer to our [documentation on creating nodes](https://docs.n8n.io/integrations/creating-nodes/) for detailed information on building your own nodes.\n\n## License\n\n[MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirecrawl%2Fn8n-nodes-firecrawl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirecrawl%2Fn8n-nodes-firecrawl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirecrawl%2Fn8n-nodes-firecrawl/lists"}