firecrawl-scrape▌
parcadei/continuous-claude-v3 · updated Apr 8, 2026
Requires firecrawl server in mcp_config.json with FIRECRAWL_API_KEY.
Firecrawl Scrape Skill
When to Use
- Scrape content from any URL
- Extract structured data from web pages
- Search the web and get content
Instructions
uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \
--url "https://example.com" \
--format "markdown"
Parameters
--url: URL to scrape--format: Output format -markdown,html,text(default: markdown)--search: (alternative) Search query instead of direct URL
Examples
# Scrape a page
uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \
--url "https://docs.python.org/3/library/asyncio.html"
# Search and scrape
uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \
--search "Python asyncio best practices 2024"
MCP Server Required
Requires firecrawl server in mcp_config.json with FIRECRAWL_API_KEY.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★26 reviews- ★★★★★Chaitanya Patil· Dec 16, 2024
firecrawl-scrape fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★James Desai· Dec 12, 2024
firecrawl-scrape fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Emma Shah· Nov 15, 2024
Useful defaults in firecrawl-scrape — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Piyush G· Nov 7, 2024
Registry listing for firecrawl-scrape matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Advait Kapoor· Nov 3, 2024
Registry listing for firecrawl-scrape matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Shikha Mishra· Oct 26, 2024
firecrawl-scrape reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Advait Lopez· Oct 22, 2024
firecrawl-scrape reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Omar Verma· Oct 6, 2024
I recommend firecrawl-scrape for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Zaid Garcia· Sep 25, 2024
Keeps context tight: firecrawl-scrape is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Yash Thakker· Sep 17, 2024
firecrawl-scrape is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 26