Scrape and crawl websites, extract structured data, and convert web content to clean Markdown using Firecrawl MCP inside Claude Code.
Firecrawl is a web scraping and crawling API that handles JavaScript rendering, bot detection bypass, and content extraction automatically. The Firecrawl MCP brings these capabilities into Claude Code, letting Claude scrape individual pages, crawl entire sites, and extract structured data — without you managing browser automation or proxies.
mcpizy install firecrawl
Create an account at firecrawl.dev and copy your API key. Paste it during MCPizy setup.
Extract all pricing information from a competitor's pricing page:
// Claude will:
// 1. Call firecrawl.scrape("https://competitor.com/pricing")
// 2. Receive clean Markdown with all pricing tiers
// 3. Parse the tiers, features, and prices
// 4. Format a comparison table against your own pricing
robots.txt and site terms of service — Firecrawl makes it easy to scrape aggressively, so use it responsibly.