# Firecrawl Docs ## Docs - [For Agents](https://leylandscompany.leylnd.me/mcp-server/keyless.md): Agents can start instantly, no API key required. Add an API key to unlock more usage. - [For Humans](https://leylandscompany.leylnd.me/mcp-server/oauth.md): Sign in via your browser. - [CLI](https://leylandscompany.leylnd.me/sdks/cli.md): Firecrawl skills are an easy way for AI agents such as Claude Code, Antigravity and OpenCode to use Firecrawl through the CLI. - [Build with AI](https://leylandscompany.leylnd.me/ai-onboarding.md): Everything you need to onboard your AI agent to Firecrawl. - [Search Highlights](https://leylandscompany.leylnd.me/features/search-highlights.md): Return query-relevant passages instead of plain website descriptions - [Research Index](https://leylandscompany.leylnd.me/features/research.md): Search papers, read paper passages, and find related work - [Developer Index](https://leylandscompany.leylnd.me/features/developer.md): Search issues, merged pull requests, repository READMEs, and curated documentation sites - [Lockdown Mode](https://leylandscompany.leylnd.me/features/lockdown.md): Cache-only scrape mode for compliance and air-gapped environments. No outbound traffic. - [PII Redaction](https://leylandscompany.leylnd.me/features/pii-redaction.md): Redact personally identifiable information from scrape and parse output - [Document Parsing](https://leylandscompany.leylnd.me/features/document-parsing.md): Learn about document parsing capabilities. - [Monitoring](https://leylandscompany.leylnd.me/features/monitoring.md): Schedule recurring checks, detect changes, and get notified by webhook or email - [Page monitoring](https://leylandscompany.leylnd.me/features/monitoring-page.md): Watch known URLs and get alerted on meaningful page changes - [Website monitoring](https://leylandscompany.leylnd.me/features/monitoring-website.md): Crawl a website on a schedule and detect changes across every discovered page - [Entire web-scale monitoring](https://leylandscompany.leylnd.me/features/monitoring-web-scale.md): Run always-on web searches and alert when new matching results appear - [Interact after scraping](https://leylandscompany.leylnd.me/features/interact.md): Interact with a page you fetched by prompting or running code. - [Parse](https://leylandscompany.leylnd.me/features/parse.md): Upload a local or non-public document and convert it into clean, LLM-ready data - [Node.js](https://leylandscompany.leylnd.me/quickstarts/nodejs.md): Get started with Firecrawl in Node.js. Scrape, search, and interact with web data using the official SDK. - [Next.js](https://leylandscompany.leylnd.me/quickstarts/nextjs.md): Use Firecrawl with Next.js to scrape, search, and interact with web data in your React application. - [Express](https://leylandscompany.leylnd.me/quickstarts/express.md): Use Firecrawl with Express to build web scraping and search APIs. - [NestJS](https://leylandscompany.leylnd.me/quickstarts/nestjs.md): Use Firecrawl with NestJS to build structured web scraping and search services. - [Fastify](https://leylandscompany.leylnd.me/quickstarts/fastify.md): Use Firecrawl with Fastify to build high-performance web scraping and search APIs. - [Hono](https://leylandscompany.leylnd.me/quickstarts/hono.md): Use Firecrawl with Hono to build lightweight web scraping and search APIs that run anywhere. - [Bun](https://leylandscompany.leylnd.me/quickstarts/bun.md): Use Firecrawl with Bun to build fast web scraping and search servers. - [Remix](https://leylandscompany.leylnd.me/quickstarts/remix.md): Use Firecrawl with Remix to scrape, search, and interact with web data in your full-stack React app. - [Nuxt](https://leylandscompany.leylnd.me/quickstarts/nuxt.md): Use Firecrawl with Nuxt to scrape, search, and interact with web data in your Vue application. - [SvelteKit](https://leylandscompany.leylnd.me/quickstarts/sveltekit.md): Use Firecrawl with SvelteKit to scrape, search, and interact with web data in your Svelte application. - [Astro](https://leylandscompany.leylnd.me/quickstarts/astro.md): Use Firecrawl with Astro to scrape, search, and interact with web data in your content-driven site. - [Mastra](https://leylandscompany.leylnd.me/quickstarts/mastra.md): Wire Firecrawl into Mastra tools so your agents and workflows can search and scrape live web data. - [Cloudflare Workers](https://leylandscompany.leylnd.me/quickstarts/cloudflare-workers.md): Use Firecrawl with Cloudflare Workers to search, scrape, and interact with web data at the edge. - [Vercel Functions](https://leylandscompany.leylnd.me/quickstarts/vercel-functions.md): Use Firecrawl with Vercel Functions to search, scrape, and interact with web data in serverless deployments. - [Vercel Marketplace](https://leylandscompany.leylnd.me/quickstarts/vercel-marketplace.md): Install Firecrawl from the Vercel Marketplace, attach it to a project, and use the injected FIRECRAWL_API_KEY in your Vercel app. - [AWS Lambda](https://leylandscompany.leylnd.me/quickstarts/aws-lambda.md): Use Firecrawl with AWS Lambda to search, scrape, and interact with web data in serverless functions. - [Supabase Edge Functions](https://leylandscompany.leylnd.me/quickstarts/supabase-edge-functions.md): Use Firecrawl with Supabase Edge Functions to search, scrape, and interact with web data at the edge. - [Deno Deploy](https://leylandscompany.leylnd.me/quickstarts/deno-deploy.md): Use Firecrawl with Deno Deploy to search, scrape, and interact with web data at the edge. - [PHP](https://leylandscompany.leylnd.me/quickstarts/php.md): Get started with Firecrawl in PHP. Scrape, search, and interact with web data using the REST API. - [Laravel](https://leylandscompany.leylnd.me/quickstarts/laravel.md): Use Firecrawl with Laravel to search, scrape, and interact with web data using the REST API. - [Ruby](https://leylandscompany.leylnd.me/quickstarts/ruby.md): Get started with Firecrawl in Ruby. Search, scrape, and interact with web data using the REST API. - [Rails](https://leylandscompany.leylnd.me/quickstarts/rails.md): Use Firecrawl with Ruby on Rails to search, scrape, and interact with web data using the REST API. - [Python](https://leylandscompany.leylnd.me/quickstarts/python.md): Get started with Firecrawl in Python. Scrape, search, and interact with web data using the official SDK. - [FastAPI](https://leylandscompany.leylnd.me/quickstarts/fastapi.md): Use Firecrawl with FastAPI to build async web scraping and search APIs in Python. - [Django](https://leylandscompany.leylnd.me/quickstarts/django.md): Use Firecrawl with Django to scrape, search, and interact with web data in your Python web application. - [Flask](https://leylandscompany.leylnd.me/quickstarts/flask.md): Use Firecrawl with Flask to build web scraping and search APIs in Python. - [Go](https://leylandscompany.leylnd.me/quickstarts/go.md): Get started with Firecrawl in Go. Scrape, search, and interact with web data using the REST API. - [Rust](https://leylandscompany.leylnd.me/quickstarts/rust.md): Get started with Firecrawl in Rust. Search, scrape, and interact with web data using the official SDK. - [Elixir](https://leylandscompany.leylnd.me/quickstarts/elixir.md): Get started with Firecrawl in Elixir. Search, scrape, and interact with web data using the official SDK. - [Java](https://leylandscompany.leylnd.me/quickstarts/java.md): Get started with Firecrawl in Java. Search, scrape, and interact with web data using the official SDK. - [Spring Boot](https://leylandscompany.leylnd.me/quickstarts/spring-boot.md): Use Firecrawl with Spring Boot to search, scrape, and interact with web data using the official Java SDK. - [.NET](https://leylandscompany.leylnd.me/quickstarts/dotnet.md): Get started with Firecrawl in .NET. Scrape, search, and interact with web data using the REST API. - [ASP.NET Core](https://leylandscompany.leylnd.me/quickstarts/aspnet-core.md): Use Firecrawl with ASP.NET Core to search, scrape, and interact with web data using the REST API. - [Full-Stack Templates](https://leylandscompany.leylnd.me/developer-guides/examples.md): Explore real-world examples and tutorials for Firecrawl - [Choosing the Data Extractor](https://leylandscompany.leylnd.me/developer-guides/usage-guides/choosing-the-data-extractor.md): Compare /agent, /extract, and /scrape (JSON mode) to pick the right tool for structured data extraction - [Verifying Freshness and Liveness](https://leylandscompany.leylnd.me/developer-guides/usage-guides/verifying-freshness-and-liveness.md): Understand the difference between content freshness and whether the state represented by a page is current - [OpenAI](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/openai.md): Use Firecrawl with OpenAI for web scraping + AI workflows - [Anthropic](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/anthropic.md): Use Firecrawl with Claude for web scraping + AI workflows - [Gemini](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/gemini.md): Use Firecrawl with Google's Gemini AI for web scraping + AI workflows - [Agent Development Kit (ADK)](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/google-adk.md): Integrate Firecrawl with Google's ADK using MCP for advanced agent workflows - [Vercel AI SDK](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/vercel-ai-sdk.md): Firecrawl tools for Vercel AI SDK. Web scraping, search, interact, and crawling for AI applications. - [LangChain](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/langchain.md): Use Firecrawl with LangChain for web scraping + AI workflows - [LangGraph](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/langgraph.md): Integrate Firecrawl with LangGraph for building agent workflows - [LlamaIndex](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/llamaindex.md): Use Firecrawl with LlamaIndex for RAG applications - [Mastra](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/mastra.md): Use Firecrawl with Mastra for building AI workflows - [ElevenAgents](https://leylandscompany.leylnd.me/developer-guides/llm-sdks-and-frameworks/elevenagents.md): Give ElevenLabs voice and chat agents real-time web access with Firecrawl - [Building an AI Research Assistant with Firecrawl and AI SDK](https://leylandscompany.leylnd.me/developer-guides/cookbooks/ai-research-assistant-cookbook.md): Build a complete AI-powered research assistant with web scraping and search capabilities - [Building a Brand Style Guide Generator with Firecrawl](https://leylandscompany.leylnd.me/developer-guides/cookbooks/brand-style-guide-generator-cookbook.md): Generate professional PDF brand style guides by extracting design systems from any website using Firecrawl's branding format - [Integrations](https://leylandscompany.leylnd.me/integrations.md): Add Firecrawl web search, scraping, and interaction to the coding agents, app builders, frameworks, and automation platforms you already use - [Hermes Agent](https://leylandscompany.leylnd.me/integrations/hermes.md): Use Firecrawl as the default web search and extract backend in Hermes Agent - [Replit](https://leylandscompany.leylnd.me/integrations/replit.md): Official Replit Connector for Firecrawl web search, scraping, and browser interaction - [Lovable](https://leylandscompany.leylnd.me/integrations/lovable.md): Connect Firecrawl to Lovable apps for live web scraping and crawling - [LangChain](https://leylandscompany.leylnd.me/integrations/langchain.md): Use Firecrawl in LangChain as a document loader or as agent tools. - [LlamaIndex](https://leylandscompany.leylnd.me/integrations/llamaindex.md): Firecrawl integrates with LlamaIndex as a document reader. - [CrewAI](https://leylandscompany.leylnd.me/integrations/crewai.md): Learn how to use Firecrawl with CrewAI - [Camel AI](https://leylandscompany.leylnd.me/integrations/camelai.md): Firecrawl integrates with Camel AI as a data loader. - [Praison AI](https://leylandscompany.leylnd.me/integrations/praison.md): Scrape the web with Firecrawl as a Praison AI tool - [Dify](https://leylandscompany.leylnd.me/integrations/dify.md): Official Firecrawl plugin for Dify workflows, plus knowledge base website sync - [Langflow](https://leylandscompany.leylnd.me/integrations/langflow.md): Learn how to use Firecrawl on Langflow - [Flowise](https://leylandscompany.leylnd.me/integrations/flowise.md): Learn how to use Firecrawl on Flowise - [Zapier](https://leylandscompany.leylnd.me/integrations/zapier.md): Official tutorials and Zapier integration templates for Firecrawl automation - [Make](https://leylandscompany.leylnd.me/integrations/make.md): Official integration and workflow automation for Firecrawl and Make - [n8n](https://leylandscompany.leylnd.me/integrations/n8n.md): Learn how to use Firecrawl with n8n for web scraping automation, a complete step-by-step guide. - [Pipedream](https://leylandscompany.leylnd.me/integrations/pipedream.md): Add Firecrawl scrape, crawl, search, map, and extract steps to Pipedream workflows - [Composio](https://leylandscompany.leylnd.me/integrations/composio.md): Use Firecrawl tools inside Composio agent workflows - [SourceSync.ai](https://leylandscompany.leylnd.me/integrations/sourcesyncai.md): Firecrawl integrates with SourceSync.ai for web scraping capabilities. - [Use Cases](https://leylandscompany.leylnd.me/use-cases/overview.md): Transform web data into powerful features for your applications - [AI Platforms](https://leylandscompany.leylnd.me/use-cases/ai-platforms.md): Power AI assistants and let customers build AI apps - [Lead Enrichment](https://leylandscompany.leylnd.me/use-cases/lead-enrichment.md): Extract and filter leads from websites to power your sales pipeline - [SEO Platforms](https://leylandscompany.leylnd.me/use-cases/seo-platforms.md): Optimize websites for AI assistants and search engines - [Deep Research](https://leylandscompany.leylnd.me/use-cases/deep-research.md): Build agentic research tools with deep web search capabilities - [Product & E-commerce](https://leylandscompany.leylnd.me/use-cases/product-ecommerce.md): Monitor pricing and track inventory across e-commerce sites - [Content Generation](https://leylandscompany.leylnd.me/use-cases/content-generation.md): Generate AI content based on website data, images, and news - [Developers & MCP](https://leylandscompany.leylnd.me/use-cases/developers-mcp.md): Build powerful integrations with Model Context Protocol support - [Investment & Finance](https://leylandscompany.leylnd.me/use-cases/investment-finance.md): Track companies and extract financial insights from web data - [Competitive Intelligence](https://leylandscompany.leylnd.me/use-cases/competitive-intelligence.md): Monitor competitor websites and track changes in real-time - [Data Migration](https://leylandscompany.leylnd.me/use-cases/data-migration.md): Transfer web data efficiently between platforms and systems - [Observability & Monitoring](https://leylandscompany.leylnd.me/use-cases/observability.md): Monitor websites, track uptime, and detect changes in real-time - [Debug Firecrawl with Ask](https://leylandscompany.leylnd.me/features/ask.md): Agentic debugging for your Firecrawl integration - [Open source or Firecrawl Cloud](https://leylandscompany.leylnd.me/contributing/open-source-or-cloud.md): Choose between self-hosting Firecrawl for infrastructure control and Firecrawl Cloud for the fastest managed path to production. - [Run Firecrawl locally for development](https://leylandscompany.leylnd.me/contributing/guide.md): Set up the Firecrawl API development environment, verify a local scrape, and run the source-owned test harness before contributing. - [Self-hosting Firecrawl](https://leylandscompany.leylnd.me/contributing/self-host.md): Self-host Firecrawl with Docker Compose, verify a local scrape, understand open-source limits, and prepare the stack for production. - [Introduction](https://leylandscompany.leylnd.me/api-reference/v2-introduction.md): Firecrawl API Reference (v2) - [Errors](https://leylandscompany.leylnd.me/api-reference/errors.md): Every API error code, what causes it, how to remedy it, and whether to retry. - [Search](https://leylandscompany.leylnd.me/api-reference/endpoint/search.md) - [Search Feedback](https://leylandscompany.leylnd.me/api-reference/endpoint/search-feedback.md): Submit quality feedback for a search job and help improve Firecrawl search results. - [Scrape](https://leylandscompany.leylnd.me/api-reference/endpoint/scrape.md) - [Batch Scrape](https://leylandscompany.leylnd.me/api-reference/endpoint/batch-scrape.md) - [Get Batch Scrape Status](https://leylandscompany.leylnd.me/api-reference/endpoint/batch-scrape-get.md) - [Cancel Batch Scrape](https://leylandscompany.leylnd.me/api-reference/endpoint/batch-scrape-delete.md) - [Get Batch Scrape Errors](https://leylandscompany.leylnd.me/api-reference/endpoint/batch-scrape-get-errors.md) - [Create Interact Session](https://leylandscompany.leylnd.me/api-reference/endpoint/browser-create.md): Start a standalone Interact browser session you drive with code (no prior scrape required). - [Execute Code in a Session](https://leylandscompany.leylnd.me/api-reference/endpoint/browser-execute.md): Run Playwright or agent-browser code in a standalone Interact session. - [List Interact Sessions](https://leylandscompany.leylnd.me/api-reference/endpoint/browser-list.md): Retrieve your standalone Interact sessions, optionally filtered by status. - [Delete Interact Session](https://leylandscompany.leylnd.me/api-reference/endpoint/browser-delete.md): Destroy a standalone Interact session and release its resources. - [Interact with a Scraped Page](https://leylandscompany.leylnd.me/api-reference/endpoint/scrape-execute.md): Execute code or an AI prompt in the browser session bound to a scrape job. - [Stop Interacting](https://leylandscompany.leylnd.me/api-reference/endpoint/scrape-browser-delete.md): Stop the interactive browser session associated with a scrape job. - [Search Papers](https://leylandscompany.leylnd.me/api-reference/endpoint/research-search-papers.md) - [Inspect or Read Paper](https://leylandscompany.leylnd.me/api-reference/endpoint/research-paper.md) - [Find Related Papers](https://leylandscompany.leylnd.me/api-reference/endpoint/research-related-papers.md) - [Search the Developer Index](https://leylandscompany.leylnd.me/api-reference/endpoint/developer-search.md) - [Map](https://leylandscompany.leylnd.me/api-reference/endpoint/map.md) - [Parse](https://leylandscompany.leylnd.me/api-reference/endpoint/parse.md) - [Crawl](https://leylandscompany.leylnd.me/api-reference/endpoint/crawl-post.md) - [Get Crawl Status](https://leylandscompany.leylnd.me/api-reference/endpoint/crawl-get.md) - [Crawl Params Preview](https://leylandscompany.leylnd.me/api-reference/endpoint/crawl-params-preview.md) - [Cancel Crawl](https://leylandscompany.leylnd.me/api-reference/endpoint/crawl-delete.md) - [Get Crawl Errors](https://leylandscompany.leylnd.me/api-reference/endpoint/crawl-get-errors.md) - [Get Active Crawls](https://leylandscompany.leylnd.me/api-reference/endpoint/crawl-active.md) - [Create Monitor](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-create.md) - [List Monitors](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-list.md) - [Get Monitor](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-get.md) - [Update Monitor](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-update.md) - [Delete Monitor](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-delete.md) - [Run Monitor](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-run.md) - [List Monitor Checks](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-checks-list.md) - [Get Monitor Check](https://leylandscompany.leylnd.me/api-reference/endpoint/monitor-check-get.md) - [Endpoint Feedback](https://leylandscompany.leylnd.me/api-reference/endpoint/feedback.md): Submit feedback for a completed v2 endpoint job. - [Ask](https://leylandscompany.leylnd.me/api-reference/endpoint/ask.md): Diagnose Firecrawl job, account, and API usage issues with an AI support agent. - [Docs Search](https://leylandscompany.leylnd.me/api-reference/endpoint/docs-search.md): Answer Firecrawl documentation questions using the public docs corpus. - [Activity](https://leylandscompany.leylnd.me/api-reference/endpoint/activity.md): Lists your team's recent API activity from the last 24 hours. Returns metadata about each job including the job ID, which can be used with the corresponding GET endpoint (e.g. GET /crawl/{id}) to retrieve full results. Supports cursor-based pagination and filtering by endpoint. - [Credit Usage](https://leylandscompany.leylnd.me/api-reference/endpoint/credit-usage.md) - [Historical Credit Usage](https://leylandscompany.leylnd.me/api-reference/endpoint/credit-usage-historical.md) - [Token Usage](https://leylandscompany.leylnd.me/api-reference/endpoint/token-usage.md) - [Historical Token Usage](https://leylandscompany.leylnd.me/api-reference/endpoint/token-usage-historical.md) - [Queue Status](https://leylandscompany.leylnd.me/api-reference/endpoint/queue-status.md) - [Get Threat Protection Policy](https://leylandscompany.leylnd.me/api-reference/endpoint/threat-protection.md) - [Update Threat Protection Policy](https://leylandscompany.leylnd.me/api-reference/endpoint/threat-protection-update.md): Full-document update. Unspecified fields reset to defaults. Enterprise feature, team admins only. - [Crawl Started](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-crawl-started.md): Webhook event sent when a crawl job begins processing. - [Crawl Page](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-crawl-page.md): Webhook event sent for each page scraped during a crawl job. - [Crawl Completed](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-crawl-completed.md): Webhook event sent when a crawl job finishes and all pages have been processed. - [Batch Scrape Started](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-batch-scrape-started.md): Webhook event sent when a batch scrape job begins processing. - [Batch Scrape Page](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-batch-scrape-page.md): Webhook event sent for each URL scraped during a batch scrape job. - [Batch Scrape Completed](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-batch-scrape-completed.md): Webhook event sent when all URLs in a batch scrape have been processed. - [Monitor Page](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-monitor-page.md) - [Monitor Check Completed](https://leylandscompany.leylnd.me/api-reference/endpoint/webhook-monitor-check-completed.md) - [Partner Integration API](https://leylandscompany.leylnd.me/partner-integration.md): API reference for approved Firecrawl partners to create and manage API keys for their users - [Agent Auth (WorkOS ID-JAG)](https://leylandscompany.leylnd.me/ai-onboarding/agent-auth.md): Register a Firecrawl API key via WorkOS ID-JAG agent auth. Discovery and links to auth.md. - [OpenClaw](https://leylandscompany.leylnd.me/quickstarts/openclaw.md): Use Firecrawl with OpenClaw to give your agents web scraping, search, and browser automation capabilities. - [MCP Web Search & Scrape in Claude Code](https://leylandscompany.leylnd.me/quickstarts/claude-code.md): Add web scraping and search to Claude Code in 2 minutes - [MCP Web Search & Scrape in Cursor](https://leylandscompany.leylnd.me/quickstarts/cursor.md): Add web scraping and search to Cursor in 2 minutes - [MCP Web Search & Scrape in OpenCode](https://leylandscompany.leylnd.me/quickstarts/opencode.md): Add Firecrawl web scraping and search to OpenCode - [MCP Web Search & Scrape in Codex CLI](https://leylandscompany.leylnd.me/quickstarts/codex-cli.md): Add Firecrawl web scraping and search to OpenAI Codex CLI - [OpenRouter](https://leylandscompany.leylnd.me/quickstarts/openrouter.md): Use Firecrawl as a tool with any model served by OpenRouter. - [MCP Web Search & Scrape in Amp](https://leylandscompany.leylnd.me/quickstarts/amp.md): Add Firecrawl web scraping and search to Sourcegraph Amp - [MCP Web Search & Scrape in Windsurf](https://leylandscompany.leylnd.me/quickstarts/windsurf.md): Add web scraping and search to Windsurf in 2 minutes - [MCP Web Search & Scrape in Antigravity](https://leylandscompany.leylnd.me/quickstarts/antigravity.md): Add Firecrawl web scraping and search to Google Antigravity - [MCP Web Search & Scrape in Gemini CLI](https://leylandscompany.leylnd.me/quickstarts/gemini-cli.md): Add Firecrawl web scraping and search to Google Gemini CLI - [Nous Research](https://leylandscompany.leylnd.me/quickstarts/nous-research.md): Use Firecrawl as a tool with Nous Research Hermes models. - [AutoGen](https://leylandscompany.leylnd.me/quickstarts/autogen.md): Use Firecrawl as a tool inside Microsoft AutoGen multi-agent conversations. ## OpenAPI Specs - [openapi](https://leylandscompany.leylnd.me/api/openapi.yml) - [openapi-local](https://leylandscompany.leylnd.me/api/openapi-local.yml) - [openapi-2.0.0](https://leylandscompany.leylnd.me/api/openapi-2.0.0.yml) - [openapi-1.2.0](https://leylandscompany.leylnd.me/api/openapi-1.2.0.yml) - [platform](https://leylandscompany.leylnd.me/api-reference/platform.yaml) - [v2-openapi](https://leylandscompany.leylnd.me/zh/api-reference/v2-openapi.json) - [v1-openapi](https://leylandscompany.leylnd.me/zh/api-reference/v1-openapi.json) - [v0-openapi](https://leylandscompany.leylnd.me/v0/api-reference/v0-openapi.json) - [webhooks-openapi](https://leylandscompany.leylnd.me/zh/api-reference/webhooks-openapi.json) ## Optional - [Playground](https://firecrawl.dev/playground) - [Blog](https://firecrawl.dev/blog) - [Community](https://community.firecrawl.dev/) - [Changelog](https://firecrawl.dev/changelog) - [Playground](https://firecrawl.dev/playground) - [Blog](https://firecrawl.dev/blog) - [Comunidad](https://community.firecrawl.dev/) - [Registro de cambios](https://firecrawl.dev/changelog) - [Sandbox](https://firecrawl.dev/playground) - [Blog](https://firecrawl.dev/blog) - [Communauté](https://community.firecrawl.dev/) - [Journal des modifications](https://firecrawl.dev/changelog) - [プレイグラウンド](https://firecrawl.dev/playground) - [ブログ](https://firecrawl.dev/blog) - [コミュニティ](https://community.firecrawl.dev/) - [変更履歴](https://firecrawl.dev/changelog) - [Playground](https://firecrawl.dev/playground) - [Blog](https://firecrawl.dev/blog) - [Comunidade](https://community.firecrawl.dev/) - [Registro de alterações](https://firecrawl.dev/changelog) - [沙盒](https://firecrawl.dev/playground) - [博客](https://firecrawl.dev/blog) - [社区](https://community.firecrawl.dev/) - [更新日志](https://firecrawl.dev/changelog)