Ecommerce and marketplaces

Amazon reviews (global)

from $0.0027 per reviewamazon.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.

FieldTypeRequiredWhat it does
productsarray of stringyesAmazon ASINs or product review URLs. Cost scales with this array: every review of every product is billed.
sortstringoptional
limitintegeroptionalCOSTS EXTRA. Review pages per product, 10 reviews each. Amazon itself stops at 10 pages (100 reviews) per product per filter.
starsarray of stringoptionalScrape several specific star ratings.
ratingstringoptionalFilter reviews by star rating.
regionstringoptionalAmazon domain the ASINs belong to.
end_datestringoptionalInclusive end of the date range, YYYY-MM-DD.
keywordsarray of stringoptionalOnly reviews containing these keywords.
languagestringoptional
all_starsbooleanoptionalCOSTS EXTRA, up to 5x. Scrapes up to 100 reviews per star rating, so up to 500 billed reviews per product instead of 100.
start_datestringoptionalInclusive start of the date range, YYYY-MM-DD.
avp_reviewsbooleanoptionalOnly reviews with the verified purchase badge.
personal_databooleanoptionalInclude reviewer names, profile ids and photos. Personal data under GDPR and CCPA, so only enable it if you have a lawful basis.
include_variantsbooleanoptionalCOSTS EXTRA. Include reviews written for other variants of the product, which raises the number of billed reviews.
scrape_image_reviewsbooleanoptional
scrape_video_reviewsbooleanoptional

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.md

Or 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
  }
}

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