Amazon reviews (global)
Amazon customer reviews across more than 20 regional domains, with star, keyword, media, date, language and verified purchase filters.
Each review carries rating, title, body, date, country, product variant, helpful votes, and any attached images or videos.
What a call costs
Billed on actual usage, minimum $0.0020 per call, capped at $30.00 per call.
a price before every call. failed calls are never charged.
When to use it
Use for Amazon reviews outside the US, or when you need star, keyword, language or date filters, or reviews collected across every product variant. Use amazon.reviews for plain high volume pulls on one domain.
Inputs
Amazon reviews (global) takes 16 fields, 1 of them required. Anything you leave out falls back to the tool's own default.
| Field | Type | Required | What it does |
|---|---|---|---|
| products | array of string | yes | Amazon ASINs or product review URLs. Cost scales with this array: every review of every product is billed. |
| sort | string | optional | |
| limit | integer | optional | COSTS EXTRA. Review pages per product, 10 reviews each. Amazon itself stops at 10 pages (100 reviews) per product per filter. |
| stars | array of string | optional | Scrape several specific star ratings. |
| rating | string | optional | Filter reviews by star rating. |
| region | string | optional | Amazon domain the ASINs belong to. |
| end_date | string | optional | Inclusive end of the date range, YYYY-MM-DD. |
| keywords | array of string | optional | Only reviews containing these keywords. |
| language | string | optional | |
| all_stars | boolean | optional | COSTS EXTRA, up to 5x. Scrapes up to 100 reviews per star rating, so up to 500 billed reviews per product instead of 100. |
| start_date | string | optional | Inclusive start of the date range, YYYY-MM-DD. |
| avp_reviews | boolean | optional | Only reviews with the verified purchase badge. |
| personal_data | boolean | optional | Include reviewer names, profile ids and photos. Personal data under GDPR and CCPA, so only enable it if you have a lawful basis. |
| include_variants | boolean | optional | COSTS EXTRA. Include reviews written for other variants of the product, which raises the number of billed reviews. |
| scrape_image_reviews | boolean | optional | |
| scrape_video_reviews | boolean | optional |
How to call it
Connect once and your agent can reach Amazon reviews (global) the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "amazon.reviews_global",
"input": {
"sort": "helpful",
"limit": 10,
"rating": "all",
"region": "amazon.com",
"language": "all",
"products": [
"<products>"
],
"all_stars": false,
"avp_reviews": false,
"personal_data": false,
"include_variants": false,
"scrape_image_reviews": false,
"scrape_video_reviews": false
}
}Related tools
More from ecommerce and marketplaces, or browse the full tool catalog.
Amazon product details
The full detail page for specific Amazon ASINs or product URLs: title, brand, price and list price, rating count and star distribution, availability,...
from $0.0045 per resultAmazon product reviews
Customer reviews for one or more Amazon ASINs, with rating, title, body text, author name, date, verified purchase and Vine flags, helpful votes,...
from $0.0027 per resultAmazon search results
Amazon search result pages for one or more keywords.
from $0.0003 per resultAmazon seller leads
Rows from a prebuilt database of Amazon marketplace sellers: business name and type, company registration and VAT number, published contact details,...
from $0.0267 per resultFurther reading: Web scraping for AI agents: the practical guide
Run Amazon reviews (global) from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started