← Về thư mục
📄 / / root / ceo-project / workspace / claude-seo / extensions / firecrawl / README.md

Firecrawl Extension for Claude SEO

Full-site crawling, scraping, and site mapping powered by Firecrawl. Enables comprehensive site-wide SEO analysis with JavaScript rendering support.

Prerequisites

Installation

macOS / Linux

./extensions/firecrawl/install.sh

Windows (PowerShell)

.\extensions\firecrawl\install.ps1

The installer will prompt for your Firecrawl API key and configure the MCP server automatically.

Commands

Command Purpose Credits
/seo firecrawl crawl <url> Full-site crawl with content extraction 1 per page
/seo firecrawl map <url> Discover site structure (URLs only) 0.5 per URL
/seo firecrawl scrape <url> Single-page deep scrape with JS rendering 1
/seo firecrawl search <query> <url> Search within a site 1 per result

Integration with Claude SEO

When installed, other Claude SEO skills automatically leverage Firecrawl:

Cost

Plan Credits/month Price
Free 500 $0
Hobby 3,000 $16/mo
Standard 100,000 $83/mo
Growth 500,000 $333/mo

1 credit = 1 page crawled or scraped. Map operations use 0.5 credits per URL.

Troubleshooting

MCP not connecting? - Check: cat ~/.claude/settings.json | python3 -m json.tool | grep firecrawl - Manual config: See FIRECRAWL-SETUP.md

Credits exhausted? - Check usage: https://www.firecrawl.dev/app - Upgrade plan or wait for monthly reset

Site blocking crawls? - Some sites block automated crawling via robots.txt or Cloudflare - Try scrape (single page) instead of crawl (full site) - Fall back to fetch_page.py for basic HTML retrieval

Uninstall

./extensions/firecrawl/uninstall.sh      # macOS/Linux
.\extensions\firecrawl\uninstall.ps1     # Windows