Amazon Product Top Reviews API

v1.0.2

Call GET /api/amazon/get-product-top-reviews/v1 for Amazon Product Top Reviews through JustOneAPI with asin.

0· 92·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-amazon-get-product-top-reviews.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Amazon Product Top Reviews API" (justoneapi/justoneapi-amazon-get-product-top-reviews) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-amazon-get-product-top-reviews
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-amazon-get-product-top-reviews

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-amazon-get-product-top-reviews
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the observed behavior: the included Node script calls https://api.justoneapi.com/api/amazon/get-product-top-reviews/v1 and requires JUST_ONE_API_TOKEN. Requiring 'node' and a single API token is proportionate to the advertised function.
Instruction Scope
SKILL.md directs the agent to run the included bin/run.mjs with operation, token, and params; the script only builds the request, validates parameters, performs an HTTPS fetch to the advertised baseUrl, and prints JSON. It does not read other files, environment variables, or send data to unexpected endpoints. Note: the token is sent as a query parameter (by design of the OpenAPI) which can make it visible in logs or URL traces.
Install Mechanism
No install spec is provided (instruction-only with an included script). No downloads or third-party package installs are performed by the skill itself, minimizing install-time risk.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. No unrelated secrets, config paths, or additional credentials are requested.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system settings, and uses no privileged operations. Autonomous invocation is allowed by platform default but not combined with other red flags.
Assessment
This skill appears to be what it claims: a thin wrapper around JustOneAPI's endpoint. Before installing: (1) confirm you trust the JustOneAPI service and the token you provide; (2) be aware the token is sent as a query parameter (HTTPS is used but query strings can appear in logs / referer headers), so avoid using long-lived high-privilege credentials if possible; (3) ensure 'node' is available in your agent runtime; (4) review the included bin/run.mjs yourself if you have concerns (it is small and readable). If you need stronger guarantees, ask the publisher for documentation or use an API token scoped/minimized for this use.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk979c3e345da1twhh9fspcrat185c77k
92downloads
0stars
3versions
Updated 4d ago
v1.0.2
MIT-0

Amazon Product Top Reviews

Use this focused JustOneAPI skill for product Top Reviews in Amazon. It targets GET /api/amazon/get-product-top-reviews/v1. Required non-token inputs are asin. OpenAPI describes it as: Get Amazon product Top Reviews data, including most helpful) public reviews, for sentiment analysis and consumer feedback tracking, product research and quality assessment, and monitoring competitor customer experience.

Endpoint Scope

  • Platform key: amazon
  • Endpoint key: get-product-top-reviews
  • Platform family: Amazon
  • Skill slug: justoneapi-amazon-get-product-top-reviews
OperationVersionMethodPathOpenAPI summary
getProductTopReviewsV1v1GET/api/amazon/get-product-top-reviews/v1Product Top Reviews

Inputs

ParameterInRequired byOptional byTypeNotes
asinqueryalln/astringASIN (Amazon Standard Identification Number)
countryqueryn/aallstringCountry code for the Amazon product. Available Values: - US: United States - AU: Australia - BR: Brazil - CA: Canada - CN: China - FR: France - DE: Germany - IN: India - IT: Italy - MX: Mexico - NL: Netherlands - SG: Singapore - ES: Spain - TR: Turkey - AE: United Arab Emirates - GB: United Kingdom - JP: Japan - SA: Saudi Arabia - PL: Poland - SE: Sweden - BE: Belgium - EG: Egypt - ZA: South Africa - IE: Ireland
country enumvaluesn/an/an/aAE, AU, BE, BR, CA, CN, DE, EG, ES, FR, GB, IE, IN, IT, JP, MX, NL, PL, SA, SE, SG, TR, US, ZA

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getProductTopReviewsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getProductTopReviewsV1.

node {baseDir}/bin/run.mjs --operation "getProductTopReviewsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"asin":"<asin>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getProductTopReviewsV1 on /api/amazon/get-product-top-reviews/v1.
  • Echo the required lookup scope (asin) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Amazon product Top Reviews data, including most helpful) public reviews, for sentiment analysis and consumer feedback tracking, product research and quality assessment, and monitoring competitor customer experience.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...