Multi-Scraper
Multi-Scraper MCP server provides 12 web scraping tools across social platforms, e-commerce, job boards, and local business data via a single Apify-hosted endpoint. Covers Reddit, YouTube, TikTok, Amazon, eBay, Google Maps, Yelp, Indeed (7 countries), and Trustpilot. Pay-per-call pricing at $0.05 per tool invocation with no subscription required.
真实 I/O · 已连通 ✓
启动 server · tools/list · 14 个工具 · multi-scraper-mcp下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。
reddit_scrapeGet Reddit posts from subreddits, keyword searches across all of Reddit, or comments from specific post URLs. Returns title, score, author, body text, comment count and (optionally) nested comments — ideal for sentiment analysis, market research, and finding what people complain about. Note: when Reddit rate-limits, the scraper transparently degrades to Reddit RSS feeds, so very new comments may b
subredditsarraysearchQueriesarraypostUrlsarraymaxPostsPerSubredditintegerincludeCommentsbooleanmaxCommentsPerPostintegersortBystringtimeFilterstring{
"tool": "reddit_scrape",
"arguments": {
"subreddits": [],
"searchQueries": [],
"postUrls": []
}
}amazon_searchSearch Amazon for products or look up specific ASINs/product URLs. Returns title, price, rating, review count, ASIN, image URL and Prime status. Use for price comparison, product research, and competitor monitoring. Supports US/UK/DE/FR/IT/ES/CA/AU/JP/IN marketplaces. Example input: {"searchQueries": ["wireless earbuds"], "marketplace": "amazon.com", "maxResultsPerQuery": 20}
searchQueriesarrayproductUrlsarraymarketplacestringmaxResultsPerQueryinteger{
"tool": "amazon_search",
"arguments": {
"searchQueries": [],
"productUrls": [],
"marketplace": "…"
}
}ebay_searchSearch eBay listings, including completed/sold listings for real market-price history. Returns title, price, condition, seller, sold count and auction status. Use soldOnly:true to research what items actually sell for (resale/arbitrage analysis). Example input: {"searchQueries": ["vintage seiko watch"], "soldOnly": true, "maxResultsPerQuery": 30}
searchQueriesarrayrequiredmarketplacestringmaxResultsPerQueryintegersoldOnlyboolean{
"tool": "ebay_search",
"arguments": {
"searchQueries": []
}
}google_maps_searchFind local businesses on Google Maps by category + location. Returns name, address, phone, website, rating, review count and GPS coordinates. The go-to tool for building local lead lists or analyzing local competition. Example input: {"searchQueries": ["dentists in Miami FL"], "maxResultsPerQuery": 25}
searchQueriesarrayrequiredmaxResultsPerQueryintegerlanguagestring{
"tool": "google_maps_search",
"arguments": {
"searchQueries": []
}
}google_maps_reviewsExtract customer reviews for specific Google Maps places. Returns reviewer name, star rating, full review text, date and owner responses. Use after google_maps_search to dig into reputation/voice-of-customer for a business. Example input: {"placeUrls": ["https://www.google.com/maps/place/..."], "maxReviewsPerPlace": 30, "sortBy": "newest"}
placeUrlsarrayrequiredmaxReviewsPerPlaceintegersortBystringlanguagestring{
"tool": "google_maps_reviews",
"arguments": {
"placeUrls": []
}
}yelp_searchSearch Yelp businesses by category + location through the official Yelp Fusion API (reliable, no scraping blocks). Returns rating, address, phone, categories, price level, GPS and supported transactions. Requires a free Yelp Fusion API key (5000 calls/day at https://docs.developer.yelp.com/) passed as yelpApiKey. Example input: {"searches": ["ramen in San Francisco, CA"], "yelpApiKey": "YOUR_KEY",
searchesarrayrequiredyelpApiKeystringmaxResultsPerSearchintegerincludeReviewsboolean{
"tool": "yelp_search",
"arguments": {
"searches": []
}
}youtube_channelGet YouTube channel stats and recent videos, or metadata for specific video URLs. Returns subscribers, total views, and per-video title, view count, likes and publish date. Use for influencer vetting and content research. Example input: {"channelUrls": ["https://www.youtube.com/@mkbhd"], "maxVideosPerChannel": 15}
channelUrlsarrayvideoUrlsarraymaxVideosPerChannelinteger{
"tool": "youtube_channel",
"arguments": {
"channelUrls": [],
"videoUrls": [],
"maxVideosPerChannel": 0
}
}tiktok_profileScrape TikTok creator profiles, their videos, or discover trending videos by hashtag. Returns followers, total likes, and per-video views, likes, comments, shares, hashtags and music. Use for influencer discovery and trend analysis. Example input: {"profileUrls": ["@khaby.lame"], "maxPostsPerProfile": 10}
profileUrlsarrayhashtagsarraymaxPostsPerProfileintegermaxResultsPerHashtaginteger{
"tool": "tiktok_profile",
"arguments": {
"profileUrls": [],
"hashtags": [],
"maxPostsPerProfile": 0
}
}indeed_jobsSearch Indeed job listings. Returns job title, company, location, salary (when posted), description snippet and posting date. Use for salary benchmarking, hiring-market analysis, or lead gen (companies hiring for X likely need Y). Supports US/UK/CA/AU/DE/FR/IN. Example input: {"searchQueries": ["react developer"], "location": "Austin, TX", "country": "us", "datePosted": "7"}
searchQueriesarrayrequiredlocationstringcountrystringdatePostedstringjobTypestringmaxResultsPerQueryinteger{
"tool": "indeed_jobs",
"arguments": {
"searchQueries": []
}
}trustpilot_reviewsScrape Trustpilot reviews for any company. Returns star rating, review title, full text, reviewer name, date, verified status and company responses. Use for competitor reputation analysis and mining customer pain points. Example input: {"companyUrls": ["stripe.com"], "maxReviewsPerCompany": 40, "sortBy": "recency"}
companyUrlsarrayrequiredmaxReviewsPerCompanyintegersortBystringfilterByRatinginteger{
"tool": "trustpilot_reviews",
"arguments": {
"companyUrls": []
}
}website_contactsCrawl any website and extract emails, phone numbers, social media links and the detected technology stack. The B2B lead-enrichment workhorse: feed it domains from google_maps_search to get contactable leads. Example input: {"domains": ["acme-plumbing.com"], "maxPagesPerDomain": 4}
domainsarrayrequiredmaxPagesPerDomainintegerincludeGenericEmailsbooleandetectTechStackboolean{
"tool": "website_contacts",
"arguments": {
"domains": []
}
}saas_pricingExtract structured pricing from any SaaS pricing page: tier names, monthly/annual prices, billing periods and feature lists. With compareWithPrevious it diffs against the last run to detect pricing changes — ideal for competitor price monitoring. Example input: {"urls": ["https://slack.com/pricing"], "compareWithPrevious": false}
urlsarrayrequiredcompareWithPreviousbooleanextractFeaturesboolean{
"tool": "saas_pricing",
"arguments": {
"urls": []
}
}google_maps_leadsBuild ready-to-contact local B2B lead lists in one step: scrape Google Maps businesses by category + city AND enrich each with emails (crawled from the business website), phone, social links and tech stack. Unlike google_maps_search, this returns leads you can actually email — no separate enrichment pass needed. Use for cold outreach, agency prospecting, and local sales lists. Example input: {"sea
searchQueriesarrayrequiredmaxResultsintegeronlyWithWebsitebooleanmaxPagesPerSiteintegerincludeGenericEmailsbooleanlanguagestring{
"tool": "google_maps_leads",
"arguments": {
"searchQueries": []
}
}healthcare_provider_leadsGet verified US healthcare provider leads from the official NPPES / NPI Registry (CMS public data), enriched with website emails, extra phones, social profiles and tech stack. Returns NPI, provider name, credential (MD/DO/DDS...), specialty, license, full address, phone, fax and email. The authoritative source for doctor/dentist/clinic prospecting — every record is government-verified, no guesswor
specialtystringcitystringstatestringpostalCodestringlastNamestringfirstNamestringmaxResultsintegerenrichEmailsbooleanonlyWithEmailbooleanmaxPagesPerSiteintegerincludeGenericEmailsboolean{
"tool": "healthcare_provider_leads",
"arguments": {
"specialty": "…",
"city": "…",
"state": "…"
}
}综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
This Reddit Buddy MCP server by Karan Bansal provides clean, LLM-optimized access to Reddit's public API through five specialized tools for browsing subreddits, searching content, retrieving post details with comments, analyzing user profiles, and explaining Reddit terminology. Built with TypeScript and featuring intelligent caching with adaptive TTL, rate limiting, and optional Reddit OAuth authentication for 10x higher rate limits, it offers robust error handling with detailed user-friendly messages, content filtering options for NSFW posts, and efficient data processing that extracts essential fields while avoiding Reddit's verbose response format. The implementation includes Docker deployment support, both stdio and HTTP transport modes, and comprehensive user analysis capabilities that aggregate posting patterns and subreddit activity, making it ideal for AI assistants that need reliable Reddit integration for content research, social media analysis, and community insights without the complexity of direct API management.
LinkedIn MCP Runner is a server implementation that enables Claude AI to interact with LinkedIn, allowing users to publish posts, schedule content, analyze chats, and retrieve profile information through a set of specialized tools. Developed by Ertiqah, LLC, this Node.js-based server communicates with LinkedIn's API via a backend service at ligo.ertiqah.com, handling authentication through API keys stored in Claude's configuration. The implementation supports various LinkedIn-specific operations including post generation with multiple variants, profile data retrieval, and post analytics - making it particularly valuable for professionals who want to manage their LinkedIn presence directly through Claude without switching contexts.
Provides offline access to complete TwitterAPI.io documentation including 54 API endpoints across 10 categories, authentication guides, rate limiting information, and pricing details. Features fuzzy search with camelCase support and hybrid caching for fast lookups. TwitterAPI.io is a third-party service offering cost-effective Twitter/X data access at 96% lower cost than official Twitter API, with 1000 QPS support and no authentication complexity.