12 web scraping tools for AI agents: Reddit, Amazon, eBay, Google Maps, Yelp, YouTube, TikTok
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"multi-scraper": {
"env": {
"MCP_SERVER_URL": "https://YOUR-ACTOR-STANDBY-URL.apify.actor/mcp"
},
"args": [
"@modelcontextprotocol/inspector-cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect ChatGPT, Claude Desktop, Cursor, Cline, Continue, Windsurf, or any Model Context Protocol client to a curated set of 12 production web scraping tools — Reddit, Amazon, eBay, Google Maps (search & reviews), Yelp, YouTube, TikTok, Indeed, Trustpilot, website contact finder, SaaS pricing tracker.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / search
Web and local search using Brave Search API
Browser automation with Puppeteer for web scraping and testing
Production ready MCP server with real-time search, extract, map & crawl.
An autonomous agent that conducts deep research on any data using any LLM providers
MCP Security Weekly
Get CVE alerts and security updates for io.github.Perufitlife/multi-scraper-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Give your AI agent real-time web data with a single connection. This Model Context Protocol 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.
One endpoint. Twelve tools. Pay only for the calls your agent makes.
| Tool | What your agent gets |
|---|---|
reddit_scrape | Subreddit posts, Reddit-wide search, comment threads — sentiment & market research |
amazon_search | Products, prices, ratings, ASINs — 10 marketplaces (US/UK/DE/FR/IT/ES/CA/AU/JP/IN) |
ebay_search | Live listings + sold listings for real market-price history |
google_maps_search | Local businesses: name, address, phone, website, rating, GPS |
google_maps_reviews | Full review text + ratings for any Google Maps place |
yelp_search | Yelp businesses via the official Fusion API (bring your free Yelp key) |
youtube_channel | Channel stats + recent video metrics |
tiktok_profile | Creator profiles, video stats, hashtag discovery |
indeed_jobs | Job listings with salary data — 7 countries, date/type filters |
trustpilot_reviews | Company reviews — mine complaints with filterByRating: 1 |
website_contacts | Emails, phones, social links, tech stack from any domain |
saas_pricing | Structured pricing tiers from any SaaS pricing page + change detection |
You need an Apify account (free tier works) and your API token from Console → Settings → API & Integrations.
The MCP endpoint (Streamable HTTP):
https://renzomacar--multi-scraper-mcp.apify.actor/mcp
Authenticate with Authorization: Bearer <YOUR_APIFY_TOKEN> (or append ?token=<YOUR_APIFY_TOKEN>).
claude mcp add --transport http multi-scraper \
"https://renzomacar--multi-scraper-mcp.apify.actor/mcp" \
--header "Authorization: Bearer YOUR_APIFY_TOKEN"
Settings → Developer → Edit Config, then add:
{
"mcpServers": {
"multi-scraper": {
"command": "npx",
"args": [
"mcp-remote",
"https://renzomacar--multi-scraper-mcp.apify.actor/mcp",
"--header",
"Authorization: Bearer YOUR_APIFY_TOKEN"
]
}
}
}
Add to your MCP config (e.g. .cursor/mcp.json):
{
"mcpServers": {
"multi-scraper": {
"url": "https://renzomacar--multi-scraper-mcp.apify.actor/mcp",
"headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
}
}
}
Settings → Connectors → Advanced → Developer mode → Add custom connector, with URL:
https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN
An SSE transport is also available at /sse (+ /messages) for older clients.
| Event | Price |
|---|---|
| Tool call (successful) | $0.05 |
| Actor start (standby wake-up) | $0.00005 per GB |
yelp_search needs a Yelp Fusion API key — free, 5,000 calls/day, 2 minutes to get at docs.developer.yelp.com. Pass it as the yelpApiKey tool argument.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,