{
  "markdown": "# Multi-Scraper MCP — 12 scraping tools for AI agents, one MCP server\n\nGive your AI agent real-time web data with a single connection. This [Model Context Protocol](https://modelcontextprotocol.io) server exposes **12 production scraping tools** — Reddit, Amazon, eBay, Google Maps (search + reviews), Yelp, YouTube, TikTok, Indeed, Trustpilot, website contact finder, and SaaS pricing tracker — to Claude, ChatGPT, Cursor, Cline, Windsurf, or any MCP client.\n\nOne endpoint. Twelve tools. Pay only for the calls your agent makes.\n\n## The 12 tools\n\n| Tool | What your agent gets |\n|------|----------------------|\n| `reddit_scrape` | Subreddit posts, Reddit-wide search, comment threads — sentiment & market research |\n| `amazon_search` | Products, prices, ratings, ASINs — 10 marketplaces (US/UK/DE/FR/IT/ES/CA/AU/JP/IN) |\n| `ebay_search` | Live listings + **sold listings** for real market-price history |\n| `google_maps_search` | Local businesses: name, address, phone, website, rating, GPS |\n| `google_maps_reviews` | Full review text + ratings for any Google Maps place |\n| `yelp_search` | Yelp businesses via the official Fusion API (bring your free Yelp key) |\n| `youtube_channel` | Channel stats + recent video metrics |\n| `tiktok_profile` | Creator profiles, video stats, hashtag discovery |\n| `indeed_jobs` | Job listings with salary data — 7 countries, date/type filters |\n| `trustpilot_reviews` | Company reviews — mine complaints with `filterByRating: 1` |\n| `website_contacts` | Emails, phones, social links, tech stack from any domain |\n| `saas_pricing` | Structured pricing tiers from any SaaS pricing page + change detection |\n\n## Quick start\n\nYou need an [Apify account](https://console.apify.com/sign-up) (free tier works) and your API token from [Console → Settings → API & Integrations](https://console.apify.com/settings/integrations).\n\nThe MCP endpoint (Streamable HTTP):\n\n```\nhttps://renzomacar--multi-scraper-mcp.apify.actor/mcp\n```\n\nAuthenticate with `Authorization: Bearer <YOUR_APIFY_TOKEN>` (or append `?token=<YOUR_APIFY_TOKEN>`).\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http multi-scraper \\\n  \"https://renzomacar--multi-scraper-mcp.apify.actor/mcp\" \\\n  --header \"Authorization: Bearer YOUR_APIFY_TOKEN\"\n```\n\n### Claude Desktop\n\nSettings → Developer → Edit Config, then add:\n\n```json\n{\n  \"mcpServers\": {\n    \"multi-scraper\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://renzomacar--multi-scraper-mcp.apify.actor/mcp\",\n        \"--header\",\n        \"Authorization: Bearer YOUR_APIFY_TOKEN\"\n      ]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf / Cline\n\nAdd to your MCP config (e.g. `.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"multi-scraper\": {\n      \"url\": \"https://renzomacar--multi-scraper-mcp.apify.actor/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer YOUR_APIFY_TOKEN\" }\n    }\n  }\n}\n```\n\n### ChatGPT (Developer Mode connectors)\n\nSettings → Connectors → Advanced → Developer mode → Add custom connector, with URL:\n\n```\nhttps://renzomacar--multi-scraper-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN\n```\n\n### Legacy SSE clients\n\nAn SSE transport is also available at `/sse` (+ `/messages`) for older clients.\n\n## Pricing — transparent pay-per-event\n\n| Event | Price |\n|-------|-------|\n| Tool call (successful) | **$0.05** |\n| Actor start (standby wake-up) | $0.00005 per GB |\n\n- No subscription, no minimums — you pay only when your agent actually calls a tool.\n- Underlying scraper runs execute under your Apify account at their own listed rates (typically fractions of a cent per result).\n- Failed tool calls are **not** charged.\n\n## Notes per tool\n\n- **`yelp_search`** needs a Yelp Fusion API key — free, 5,000 calls/day, 2 minutes to get at [docs.developer.yelp.com](https://docs.developer.yelp.com/). Pass it as the `yelpApiKey` tool argument.\n- **`reddit_scrape`** survived Reddit shutting down its public `.json` endpoints (June 2026, universal 403): it now falls back to Reddit RSS feeds with a circuit breaker, so it keeps returning posts. In RSS mode items don't include score/comment counts (`source: rss-fallback`).\n- Keep `maxResults*` small (10–30) for snappy agent loops; raise them for batch research.\n\n## Example agent workflows\n\n- **Local lead-gen pipeline**: `google_maps_search` (\"dentists in Miami\") → `website_contacts` (emails + tech stack) → your CRM.\n- **Product intelligence**: `amazon_search` + `ebay_search` (soldOnly) → real street price vs. listed price.\n- **Brand/sentiment monitor**: `reddit_scrape` + `trustpilot_reviews` (filterByRating: 1) + `google_maps_reviews` → weekly complaint digest.\n- **Competitor watch**: `saas_pricing` on competitor pricing pages with `compareWithPrevious: true` → alert on changes.\n- **Hiring-signal prospecting**: `indeed_jobs` (\"Shopify developer\") → companies investing in e-commerce → `website_contacts`.\n\n## Why this server\n\n- Every tool wraps a battle-tested public Apify Actor (4,000+ combined runs).\n- Structured JSON with consistent schemas — built for LLM consumption, results truncated to stay token-friendly.\n- Both modern Streamable HTTP (`/mcp`) and legacy SSE (`/sse`) transports.\n- Open source: [github.com/Perufitlife/multi-scraper-mcp](https://github.com/Perufitlife/multi-scraper-mcp).\n\n## Found this useful?\n\nPlease leave a quick review on the **Reviews** tab — it genuinely helps independent developers get visibility on the Apify Store. Thanks!\n",
  "bytes": 5412,
  "sha": "494c478ba0f3ae1f43cdf1bf914a5851fcfedc2b3986fe12fff2efafad4c55fa",
  "repo_slug": "perufitlife/multi-scraper-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_perufitlife_multi_scraper_mcp_53908d45/readme"
}