Language: 日本語English

firecrawl Plugin

Category
Development
Topics
Web Search, Research & Learning · AI Agents & AI App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

Firecrawl is a Claude Code plugin that adds the Firecrawl CLI as a skill, letting Claude search, scrape, crawl, and map websites and turn them into clean, LLM-ready markdown or structured data. It requires the Firecrawl CLI to be installed globally via npm and authenticated with a Firecrawl API key or browser login. According to the README, all operations include automatic JavaScript rendering, anti-bot handling, and proxy rotation, and results are saved to a .firecrawl/ directory to keep Claude Code's context window clean. The plugin also supports self-hosted Firecrawl instances via a custom API URL and is licensed under AGPL-3.0.

Overview

Firecrawl is a web scraping and crawling service/CLI that converts websites into clean markdown or structured data; this plugin integrates its CLI into Claude Code as a skill.

What you can do with firecrawl

  • Search the web, with optional scraping of results (web, news, or image sources)
  • Scrape a single webpage into clean markdown with JavaScript rendering
  • Map a website to discover all its URLs
  • Crawl an entire site to extract content from multiple pages
  • Launch cloud browser sessions and execute Playwright code remotely
  • Check authentication status, concurrency limits, and remaining credits via firecrawl --status
  • Point the plugin at a self-hosted Firecrawl instance using FIRECRAWL_API_URL

Sources

Original description (English)

Web scraping and crawling powered by Firecrawl. Turn any website into clean, LLM-ready markdown or structured data. Scrape single pages, crawl entire sites, search the web, and extract structured information. Includes an AI agent for autonomous multi-source data gathering - just describe what you need and it finds, navigates, and extracts automatically.

History of firecrawl

Back to list