[← Back to tools]
apify.amazon-reviews

Get Amazon reviews: pay per use, no API key

Use Apify from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.

Fetch public Amazon product reviews using Apify. Price is per review (quoted from `limit`, max 100).

Price and execution

Price
$0.0009 / review
Pricing model
Per review, billed on success
Execution class
queued

Limits

No additional limits are published for this tool.

Parameters

Fields apify.amazon-reviews accepts as JSON input.

  • asinstringRequired

    Amazon ASIN such as `B07CMS5Q6P`, or a full Amazon product URL.

  • limitintegerOptional

    Maximum number of reviews to return (1 to 100, default 10). The actor returns about 10 reviews per page and at most 10 pages.

Raw input JSON Schema
{
  "type": "object",
  "required": [
    "asin"
  ],
  "properties": {
    "asin": {
      "type": "string",
      "maxLength": 500,
      "minLength": 4,
      "description": "Amazon ASIN such as `B07CMS5Q6P`, or a full Amazon product URL."
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 100,
      "minimum": 1,
      "description": "Maximum number of reviews to return (1 to 100, default 10). The actor returns about 10 reviews per page and at most 10 pages."
    }
  },
  "additionalProperties": false
}

Returns

Fields a successful apify.amazon-reviews call returns.

  • countintegerRequired
  • resultsarrayRequired
  • retrieved_atstring (date-time)Required
  • provider_request_idstring | nullRequired
Raw output JSON Schema
{
  "type": "object",
  "required": [
    "results",
    "count",
    "provider_request_id",
    "retrieved_at"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "minimum": 0
    },
    "results": {
      "type": "array",
      "maxItems": 100
    },
    "retrieved_at": {
      "type": "string",
      "format": "date-time"
    },
    "provider_request_id": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}

Run this tool

Copy this instruction to your agent to set up Cralo and call this tool with the example input.

Set up Cralo by following https://cralo.ai/SKILL.md, then call the apify.amazon-reviews tool with this input: {"asin":"B07CMS5Q6P","limit":1}

Safety notes

Side Effect
read_only
Public Sources Only
Yes
Authenticated Content
No

How this compares to using Apify directly

You do not need a separate Apify account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.

Related tools

[Browse all tools]