This is a durable gateway demo — it reads the live site right now, not a stale snapshot a sandboxed client might have. The value is paid, real-time crawling + scraping.
The prompt
What runs
POST /firecrawl/v1/map— discover the site’s key URLs (pricing, product, about) (~$0.02)POST /firecrawl/v1/scrape— scrape the top pages to clean markdown, one call each (~$0.02 each)POST /anthropic/v1/messages— Claude writes the teardown + differentiation angles (~$0.02)
Run it
Claude Desktop (MCP)
SDK
Expected output
Extend it
- Go deeper with Firecrawl crawl (
/firecrawl/v1/crawl) to pull the whole site, not just the top pages - Capture a visual with ScreenshotOne (
/screenshot/v1/capture) to teardown the design too - Run it across a list of competitors in parallel and have Claude build a comparison table
- Pipe the result into PDFShift (
/pdfshift/v1/convert) for a shareable battlecard
