Amazon Scraper API
About
An MCP server that connects AI agents to Amazon product, search, and review data across 20 marketplaces via the ChocoData Amazon Scraper API.
Details
- Author
- chocodata-com
- Categories
- Web Scraping, Other, Search
Jump to
Setup
Install Amazon Scraper API in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/chocodata-com/amazon-scraper-api-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
MCP (Model Context Protocol) server forAmazon Scraper API.Plugs into Claude Desktop, Cursor, Claude Code, Continue, or any MCP-compatible AI client. Gives your model live Amazon product data as a first-class tool call.
"Find me the highest-rated wireless earbuds under $150 on amazon.com, then check if they're cheaper on amazon.de"
That'sone prompt. Without MCP, your AI can't fetch Amazon pages (Amazon blocks LLM browsing) and has zero recency for prices and stock. With this MCP server, it callsamazon_search+amazon_productdirectly and comes back with structured data fromAmazon Scraper API.
Each returns structured JSON: title, price, rating, reviews count, availability, buybox, variants, images, bullets, categories, spec tables.
Edit~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows):
{ "mcpServers": { "amazon-scraper": { "command": "npx", "args": ["-y", "amazon-scraper-api-mcp"], "env": { "ASA_API_KEY": "asa_live_..." } } } }
Restart Claude Desktop. Tools appear under the MCP icon in the chat composer.
- Command:npx -y amazon-scraper-api-mcp
- Env:ASA_API_KEY=asa_live_...
claude mcp add amazon-scraper -- npx -y amazon-scraper-api-mcp # then set ASA_API_KEY in the environment Claude Code runs in
You:What's the current price of AirPods Pro 3rd gen on amazon.com?
Claude:[callsamazon_productwith ASIN B09HN3Q81F]
The AirPods Pro 3rd gen are currently$199.00on amazon.com, down from $249.00 (20% off). They have a 4.7-star rating from 58,214 reviews and are in stock, shipping from and sold by Amazon.com with Prime.
You:Compare that to the German Amazon listing.
Claude:[callsamazon_productwithquery=B09HN3Q81F, domain=de]
Onamazon.dethe same product is listed at229.00 EUR. At today's exchange rate that's about $245, roughly 23% more than the US price. German listing ships from Amazon and qualifies for Prime delivery.
Why this vs. a generic "browse the web" MCP
Generic browser tools that try to loadamazon.comtypically get blocked (robot check) or serve a mobile-stripped page. This server routes every call throughAmazon Scraper API, which:
- Detects and retries robot/CAPTCHA pages through escalating proxy tiers
- Returns structured JSON (typed fields), not HTML soup
- Supports 20+ marketplaces with country-matched residential IPs
- Handles batch (hundreds to thousands of ASINs) with webhook delivery
- Built-in rate-limit backoff
Errors are surfaced to the model as tool errors with acodefield and a hint. The model then decides whether to retry or abandon the sub-task. You don't have to write error-handling logic yourself.
Common codes:INVALID_API_KEY,INSUFFICIENT_CREDITS,RATE_LIMITED,target_unreachable,amazon-robot-or-human,extraction_failed,SERVICE_OVERLOADED. Full table:amazonscraperapi.com/docs/errors.
- Website:https://www.amazonscraperapi.com/
- Docs:https://amazonscraperapi.com/docs
- Status:https://amazonscraperapi.com/status
- Pricing:https://amazonscraperapi.com/pricing
- Node SDK:amazon-scraper-api-sdk·Python SDK:amazonscraperapi-sdk·Go SDK:github.com/ChocoData-com/amazon-scraper-api-sdk-go·CLI:amazon-scraper-api-cli
Official OpenWeb Ninja MCP server connecting any AI agent to 40+ web data APIs for web search, e-commerce, local business, jobs, real estate, and finance data.
Integrate real-time Scrapeless Google SERP(Google Search, Google Flight, Google Map, Google Jobs....) results into your LLM applications. This server enables dynamic context retrieval for AI workflows, chatbots, and research tools.
Scrapes and searches for products on Amazon.
Hosted MCP exposing 300+ structured web-data tools — search, maps, commerce, social, and finance — that return clean JSON.
Search and retrieve rental property details from Daft.ie via web scraping.
Shopify store analysis, product catalog extraction, pricing strategy, and inventory monitoring
Scrape, crawl, and extract data from any website using the Firecrawl API.
Extract data from Google Maps, including places and reviews, using the Outscraper API.
Access Google Maps data, reviews, AI-structured insights, and business leads through the Outscraper MCP server, designed for seamless integration with AI agents and automation workflows.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



