firecrawl-scraper
Complete knowledge domain for Firecrawl v2 API - web scraping and crawling that converts websites into LLM-ready markdown or structured data. Use when: scraping websites, crawling entire sites, extracting web content, converting HTML to markdown, building web scrapers, handling dynamic JavaScript content, bypassing anti-bot protection, extracting structured data from web pages, or when encountering "content not loading", "JavaScript rendering issues", or "blocked by bot detection".
npx skills add majiayu000/claude-skill-registry --skill firecrawl-scraper-jackspace-claudeskillz --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Firecrawl Web Scraper Skill **Status**: Production Ready ✅ **Last Updated**: 2025-10-24 **Official Docs**: https://docs.firecrawl.dev **API Version**: v2 --- ## What is Firecrawl? Firecrawl is a **Web Data API for AI** that turns entire websites into LLM-ready markdown or structured data. It handles: - **JavaScript rendering** - Executes client-side JavaScript to capture dynamic content - **Anti-bot bypass** - Gets past CAPTCHA and bot detection systems - **Format conversion** - Outputs as markdown, JSON, or structured data - **Screenshot capture** - Saves visual representations of pages - **Browser automation** - Full headless browser capabilities --- ## API Endpoints ### 1. `/v2/scrape` - Single Page Scraping Scrapes a single webpage and returns clean, structured content. **Use Cases**: - Extract article content - Get product details - Scrape specific pages - Convert HTML to markdown **Key Options**: - `formats`: ["markdown", "html", "screenshot"] - `onlyMainContent`: true/false (removes nav, footer, ads) - `waitFor`: milliseconds to wait before scraping - `actions`: browser automation actions (click, scroll, etc.) ### 2. `/v2/crawl` - Full Site Crawling Crawls all accessible p
- What is Firecrawl?
- API Endpoints
- 1. /v2/scrape - Single Page Scraping
- 2. /v2/crawl - Full Site Crawling
- 3. /v2/map - URL Discovery
- 4. /v2/extract - Structured Data Extraction
- Authentication
- Get API Key
- Store Securely
- Python SDK Usage
- Installation
- Basic Scrape
- Crawl Multiple Pages
- Extract Structured Data
pip install firecrawl-py npm install @mendable/firecrawl-js or pnpm add @mendable/firecrawl-js or use the unscoped package: npm install firecrawl npx wrangler secret put FIRECRAWL_API_KEY Check env variable is set echo $FIRECRAWL_API_KEY Verify key format (should start with fc-)
What does the firecrawl-scraper skill do?
Complete knowledge domain for Firecrawl v2 API - web scraping and crawling that converts websites into LLM-ready markdown or structured data. Use when: scraping websites, crawling entire sites, extracting web content, converting HTML to markdown, building web scrapers, handling dynamic JavaScript content, bypassing anti-bot protection, extracting structured data from web pages, or when encountering "content not loading", "JavaScript rendering issues", or "blocked by bot detection".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill firecrawl-scraper-jackspace-claudeskillz --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
