Skip to main content
You want to understand a competitor fast: what they sell, how they price it, who they pitch to, and how they position. Your agent discovers the key pages on their site, scrapes them to clean markdown, then Claude turns it into a teardown. ~$0.08, self-contained — just a domain.
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

  1. POST /firecrawl/v1/map — discover the site’s key URLs (pricing, product, about) (~$0.02)
  2. POST /firecrawl/v1/scrape — scrape the top pages to clean markdown, one call each (~$0.02 each)
  3. POST /anthropic/v1/messages — Claude writes the teardown + differentiation angles (~$0.02)

Run it

Claude Desktop (MCP)

Paste the prompt with any domain. The agent decides which discovered pages are worth extracting.

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