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.
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.
Frequently asked questions
How do I get an API key?
Sign up at [app.amazonscraperapi.com](https://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`.
Basic information
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.

Sentry
modelcontextprotocolModel Context Protocol Servers
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,
Comments