Skip to main content

firecrawl-scraper

Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API

Stars
27,681
Source
davila7/claude-code-templates
Updated
2026-05-31
Slug
davila7--claude-code-templates--firecrawl-scraper
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davila7/claude-code-templates/HEAD/cli-tool/components/skills/web-development/firecrawl-scraper/SKILL.md -o .claude/skills/firecrawl-scraper.md

Drops the SKILL.md into .claude/skills/firecrawl-scraper.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

firecrawl-scraper

Overview

Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API

When to Use

  • When you need deep content extraction from web pages
  • When page interaction is required (clicking, scrolling, etc.)
  • When you want screenshots or PDF parsing
  • When batch scraping multiple URLs

Installation

npx skills add -g BenedictKing/firecrawl-scraper

Step-by-Step Guide

  1. Install the skill using the command above
  2. Configure Firecrawl API key
  3. Use naturally in Claude Code conversations

Examples

See GitHub Repository for examples.

Best Practices

  • Configure API keys via environment variables

Troubleshooting

See the GitHub repository for troubleshooting guides.

Related Skills

  • context7-auto-research, tavily-web, exa-search, codex-review