firecrawl-scraper
Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.
npx skills add majiayu000/claude-skill-registry --skill firecrawl-scraper-secondsky-claude-skills --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-11-21 **Official Docs**: https://docs.firecrawl.dev **API Version**: v2.5 --- ## 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
- 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
- SDK Quick Start
- Python
- TypeScript/Node.js
- Common Use Cases
- Error Handling
pip install firecrawl-py # v4.5.0+ bun add @mendable/firecrawl-js # v4.4.1+
What does the firecrawl-scraper skill do?
Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill firecrawl-scraper-secondsky-claude-skills --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.
