ScrapingDog MCP Server
Provides tools for searching Amazon products, retrieving product details, pricing, and extracting customer reviews.
Provides tools for scraping Facebook page and profile information.
Provides tools for Google search, AI-powered search, and Google News search.
Provides tools for searching Google Maps to find business listings and locations.
Provides tools for retrieving latest news articles from Google News.
Provides tools for searching job listings on Indeed with advanced filtering.
Provides tools for scraping Instagram profile information and posts.
Provides tools for searching Walmart products and retrieving pricing data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ScrapingDog MCP ServerFind me the top 10 results for 'best laptops 2024' on Google."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ScrapingDog MCP Server
A Model Context Protocol (MCP) server for ScrapingDog API that provides comprehensive web scraping, search engine data extraction, social media scraping, and e-commerce data collection capabilities.
Features
🌐 General Web Scraping
HTML Extraction: Scrape any webpage with automatic proxy rotation and CAPTCHA solving
JavaScript Rendering: Support for dynamic content with headless Chrome browsers
Premium Proxies: Access to 40+ million rotating residential proxies
Geo-targeting: Country-specific scraping for localized content
🔍 Search Engine APIs
Google Search: Organic results, ads, and related search data
Google AI Search: AI-powered search with overview and insights
Bing Search: Comprehensive Bing search results
Google Maps: Business listings and location data
Google News: Real-time news articles and updates
🛒 E-commerce Data Extraction
Amazon Products: Product search, details, pricing, and availability
Amazon Reviews: Customer reviews and ratings extraction
Walmart Products: Product information and pricing data
📱 Social Media Scraping
LinkedIn: Profile and company information extraction
LinkedIn Jobs: Job listings by location and keywords
Twitter/X: Posts, likes, and bookmarks extraction
Instagram: Profile and posts data
Facebook: Page and profile information
💼 Job Board Integration
Indeed: Job listings with advanced filtering options
Related MCP server: Firecrawl MCP Server
Installation
Prerequisites
Node.js 18+
ScrapingDog API key (get one at scrapingdog.com)
Install from npm
npm install -g scrapingdog-mcp-serverInstall from source
git clone https://github.com/nvrunx/scrapingdog-mcp-server.git
cd scrapingdog-mcp-server
npm install
npm run buildUsage
With Claude Desktop
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"scrapingdog": {
"command": "npx",
"args": ["scrapingdog-mcp-server"]
}
}
}With MCP Client
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js';
const transport = new StdioClientTransport({
command: 'scrapingdog-mcp-server',
});
const client = new Client({
name: 'scrapingdog-client',
version: '1.0.0',
}, {
capabilities: {},
});
await client.connect(transport);Available Tools
General Web Scraping
scrape_webpage
Scrape any webpage with advanced features.
{
"url": "https://example.com",
"api_key": "your-api-key",
"dynamic": true,
"premium": false,
"country": "US",
"wait": 3,
"format": "html"
}Parameters:
url(required): Target URL to scrapeapi_key(required): Your ScrapingDog API keydynamic: Enable JavaScript rendering (5 credits)premium: Use premium residential proxies (25 credits with dynamic)country: Country code for geo-targeting (US, UK, CA, etc.)wait: Wait time in seconds (1-10)format: Response format (html, json)
Search Engine Tools
google_search
Search Google and get comprehensive results (5 credits).
{
"query": "artificial intelligence trends 2024",
"api_key": "your-api-key",
"country": "US",
"language": "en",
"page": 1,
"num": 10
}google_ai_search
Get AI-powered search insights (10 credits).
{
"query": "machine learning applications",
"api_key": "your-api-key",
"country": "US",
"language": "en"
}bing_search
Search Bing for organic results (5 credits).
{
"query": "web scraping best practices",
"api_key": "your-api-key",
"country": "US",
"page": 1
}google_maps_search
Find business listings and locations (5 credits).
{
"query": "restaurants in New York",
"api_key": "your-api-key",
"country": "US",
"language": "en"
}google_news_search
Get latest news articles (5 credits).
{
"query": "technology news",
"api_key": "your-api-key",
"country": "US",
"language": "en",
"time_range": "d"
}E-commerce Tools
amazon_product_search
Search Amazon products (1 credit).
{
"query": "wireless headphones",
"api_key": "your-api-key",
"country": "US",
"page": 1
}amazon_reviews
Get product reviews (100 credits).
{
"asin": "B08N5WRWNW",
"api_key": "your-api-key",
"country": "US",
"page": 1
}walmart_product_search
Search Walmart products (5 credits).
{
"query": "laptop computers",
"api_key": "your-api-key",
"page": 1
}Social Media Tools
linkedin_profile_scraper
Extract LinkedIn profile data (50-100 credits).
{
"profile_url": "https://www.linkedin.com/in/username",
"api_key": "your-api-key"
}linkedin_company_scraper
Extract LinkedIn company information (50-100 credits).
{
"company_url": "https://www.linkedin.com/company/company-name",
"api_key": "your-api-key"
}linkedin_jobs_search
Search LinkedIn job listings (5 credits).
{
"query": "software engineer",
"location": "San Francisco, CA",
"api_key": "your-api-key",
"page": 1
}twitter_post_scraper
Extract Twitter/X posts (5 credits).
{
"username": "elonmusk",
"api_key": "your-api-key",
"count": 20
}instagram_profile_scraper
Get Instagram profile information (15 credits).
{
"username": "instagram",
"api_key": "your-api-key"
}instagram_posts_scraper
Extract Instagram posts (15 credits).
{
"username": "natgeo",
"api_key": "your-api-key",
"count": 10
}facebook_scraper
Extract Facebook page data (5 credits).
{
"url": "https://www.facebook.com/page-name",
"api_key": "your-api-key"
}Job Board Tools
indeed_jobs_search
Search Indeed job listings.
{
"query": "data scientist",
"location": "Remote",
"api_key": "your-api-key",
"country": "US",
"page": 1
}Credit System
ScrapingDog uses a credit-based pricing system:
Tool | Credits | Description |
General Web Scraping | 1 | Basic HTML extraction |
JavaScript Rendering | +5 | Dynamic content rendering |
Premium Proxies | +20 | With JavaScript rendering |
Search APIs | 5-10 | Google, Bing, Maps, News |
Amazon Products | 1 | Product information |
Amazon Reviews | 100 | Customer reviews |
Social Media | 5-100 | Varies by platform and data |
Error Handling
The server includes comprehensive error handling:
Validation Errors: Input parameter validation using Zod schemas
API Errors: ScrapingDog API error responses with status codes
Network Errors: Timeout and connection error handling
Rate Limiting: Automatic retry logic for rate-limited requests
Development
Setup Development Environment
git clone https://github.com/nvrunx/scrapingdog-mcp-server.git
cd scrapingdog-mcp-server
npm installBuild and Run
# Build TypeScript
npm run build
# Run in development mode
npm run dev
# Run production build
npm startTesting
# Install MCP Inspector for testing
npx @modelcontextprotocol/inspector scrapingdog-mcp-serverContributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Development Guidelines
Follow TypeScript best practices
Add proper error handling for new tools
Include JSDoc comments for all functions
Update README for new features
Test with MCP Inspector before submitting
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
ScrapingDog API Documentation: docs.scrapingdog.com
Issues: GitHub Issues
MCP Documentation: modelcontextprotocol.io
Disclaimer
This is an unofficial MCP server for ScrapingDog API. Please ensure you comply with the terms of service of both ScrapingDog and the websites you're scraping. Always respect robots.txt and rate limiting guidelines.
Built with ❤️ by Guddu Kumar
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nvrunx/scrapingdog-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server