Skip to main content
Glama
ChocoData-com

amazon-scraper-api

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASA_API_KEYYesYour Amazon Scraper API key. Get one at https://app.amazonscraperapi.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
amazon_productB

Fetch structured data for a single Amazon product by ASIN. Returns ~55 fields including title, price, variations, reviews, category ladder, images.

amazon_searchA

Run an Amazon keyword search. Returns ranked product listings with organic/sponsored positions, prices, ratings, and image URLs.

amazon_batch_createA

Queue up to 1000 ASINs or search queries for async processing. Returns a batch id - poll with amazon_batch_status or receive a webhook callback.

amazon_batch_statusB

Poll an async batch job for progress + results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: batch creation, batch status polling, single product fetch, and keyword search. No overlap between tools.

Naming Consistency4/5

All tools use snake_case and start with 'amazon_'. Three follow verb_noun pattern ('batch_create', 'batch_status', 'search'), while 'amazon_product' is a noun implying fetch. Minor inconsistency but overall predictable.

Tool Count5/5

Four tools cover the essential scraping operations: search, single product details, and async batch processing. The count is well-scoped for the server's purpose.

Completeness4/5

Covers search, single product, and batch processing. Missing dedicated review or category tools, but the product tool includes reviews. Minor gaps but core workflows are complete.

Maintenance

ActivityInactive
ResponsivenessNo issues