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
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共 1 个版本