Skip to main content
Glama

amazon_reviews

Scrape customer reviews from any Amazon product page, filtering by star rating, reviewer type, media type, format, and sort order. Returns total count, rating, and detailed reviews.

Instructions

Scrapes customer reviews from any Amazon product page, with filtering by star rating, reviewer type, media type, format, and sort order. [Credits: 5 API credits per successful request.] Notes: Pagination via the page parameter (starts at 1). Single concurrency is recommended by ScrapingDog for best reliability on this endpoint. Either provide asin+domain+page, or provide url as a shortcut. Returns: { reviews (total count), rating, actual_reviews, customer_reviews: [{user, title, date, rating, review}] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoAlternative to passing asin, domain, and page separately — pass the full Amazon reviews URL directly.
asinYesAmazon product ID (ASIN) of the product whose reviews you want to scrape.
pageYesThe page number of reviews to retrieve. Starts at 1.
domainYesTLD extension of the Amazon domain. Examples: com, in, de, fr. See Amazon Supported TLDs doc for the full list.
sort_byNoSort order for reviews. Values: helpful (default), recent. (default: helpful)
media_typeNoFilter by media type. Values: all_contents (default), media_reviews_only. (default: all_contents)
format_typeNoFilter by format. Values: all_formats (default), current_format. (default: all_formats)
reviewer_typeNoFilter by reviewer type. Values: all_reviews (default), avp_only_reviews (verified purchases only). (default: all_reviews)
filter_by_starNoFilter reviews by star rating. Values: all_stars (default), five_star, four_star, three_star, two_star, one_star, positive, critical. (default: all_stars)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description takes responsibility for behavioral disclosure. It mentions credit cost (5 API credits per request), pagination, concurrency recommendation, and return format. Missing details on error handling or input validation, but overall adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficient: 4-5 sentences, front-loaded with purpose, followed by important notes. No redundant or irrelevant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters and no output schema, the description provides a return format example, which adds completeness. It covers key aspects like pagination, concurrency, and input alternatives but lacks details on potential errors or limits.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description adds minimal value beyond what is in the schema. It groups parameters (asin+domain+page) and notes the url shortcut, but does not elaborate on each parameter's meaning. Baseline score is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it scrapes customer reviews from Amazon product pages, with explicit filtering options. It distinguishes itself from sibling tools that target other platforms (e.g., google_maps_reviews, walmart_reviews) by specifying Amazon.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear usage guidance: pagination via page parameter (starts at 1), single concurrency recommendation, and alternative ways to provide input (asin+domain+page vs url). However, it does not explicitly differentiate from other review scraping tools or state when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alessandrobenigni/ScrapingDog-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server