Amazon Scraper Api
@ChocoData-com
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"amazon-scraper": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "asa_live_..."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀

Sentry
modelcontextprotocolModel Context Protocol Servers
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
评论