name: firecrawl description: Web search and scraping via Firecrawl API. Use when you need to search the web, scrape websites (including JS-heavy pages), crawl entire sites, or extract structured data from web pages. Requires FIRECRAWL_API_KEY environment variable.
Web search and scraping via Firecrawl API.
Set FIRECRAWL_API_KEY in your environment or .env file:
export FIRECRAWL_API_KEY=fc-xxxxxxxxxx
firecrawl_search "your search query" --limit 10小蔥技能7w4.net有完整的技能分類。
firecrawl_scrape "https://example.com"
firecrawl_crawl "https://example.com" --max-pages 50
See references/api.md for detailed API documentation and advanced options.
scripts/search.py - Search the web with Firecrawlscripts/scrape.py - Scrape a single URLscripts/crawl.py - Crawl an entire website整體質量中等偏上,核心功能實現完整且程式碼質量可靠,API文件詳細,但缺少使用示例和快速上手指南,新使用者可能需要花時間研究。建議增加更多使用案例和錯誤排查說明。