Amazon Scraper Api
@ChocoData-com
About Amazon Scraper Api
MCP (Model Context Protocol) server for Amazon 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"amazon-scraper": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "asa_live_..."
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Amazon Scraper Api?
Amazon Scraper Api is an MCP (Model Context Protocol) server for the Amazon Scraper API. It connects AI assistants like Claude Desktop, Cursor, and Claude Code to live Amazon product data, enabling the model to fetch product details and search results via tool calls.
How to use Amazon Scraper Api?
Install the package with npx -y amazon-scraper-api-mcp and set the ASA_API_KEY environment variable. Add it to your MCP-compatible client’s configuration (e.g., claude_desktop_config.json for Claude Desktop or the MCP settings in Cursor). The server exposes tools like amazon_product, amazon_search, amazon_batch_create, and amazon_batch_status.
Key features of Amazon Scraper Api
- Fetch a product by ASIN or URL (
amazon_product) - Search Amazon with keywords, sort, and filters (
amazon_search) - Queue up to 1000 ASINs for asynchronous batch scraping
- Poll batch progress and receive webhook delivery
- Returns structured JSON: price, rating, availability, variants, images, and more
- Works across 20+ Amazon marketplaces with country-matched IPs
- Built-in CAPTCHA detection, retry logic, and rate-limit backoff
Use cases of Amazon Scraper Api
- Compare prices and ratings of the same product across multiple Amazon regions
- Find top-rated products within a specific budget
- Scrape an entire product catalog (hundreds to thousands of ASINs) asynchronously
- Monitor stock and price changes for specific items in real time
FAQ from Amazon Scraper Api
How do I get an API key?
Sign up at app.amazonscraperapi.com. You receive 1,000 free requests on signup, no credit card required.
What tools does the server expose?
It exposes four tools: amazon_product (fetch one product), amazon_search (keyword search with sort/filter), amazon_batch_create (queue up to 1000 ASINs), and amazon_batch_status (poll batch progress).
How does this server avoid Amazon blocking?
Unlike generic browser-based tools that get blocked by Amazon’s robot checks, this server routes calls through Amazon Scraper API, which uses escalating proxy tiers, CAPTCHA retries, and residential IPs to return clean structured data.
What are the performance benchmarks?
Median latency for a product lookup in the US is about 2.6 seconds; P95 latency is about 6 seconds. Pricing is $0.50 per 1,000 requests across all marketplaces.
Can I scrape multiple products at once?
Yes. Use amazon_batch_create to queue up to 1000 ASINs for asynchronous scraping with optional webhook delivery. Monitor progress with amazon_batch_status.
More Developer Tools MCP servers
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Comments