Install
openclaw skills install @justoneapi/justoneapi-amazon-get-category-productsCall GET /api/amazon/get-category-products/v1 for Amazon Products By Category through JustOneAPI with categoryId.
openclaw skills install @justoneapi/justoneapi-amazon-get-category-productsUse this focused JustOneAPI skill for products By Category in Amazon. It targets GET /api/amazon/get-category-products/v1. Required non-token inputs are categoryId. OpenAPI describes it as: Get Amazon products By Category data, including title, price, and rating, for category-based product discovery and returns product information such as title, price, and rating.
amazonget-category-productsjustoneapi-amazon-get-category-products| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getProductsByCategoryV1 | v1 | GET | /api/amazon/get-category-products/v1 | Products By Category |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
categoryId | query | all | n/a | string | For example: https://amazon.com/s?node=172282 - the Amazon Category ID is 172282 |
country | query | n/a | all | string | Country 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 enum | values | n/a | n/a | n/a | AE, AU, BE, BR, CA, CN, DE, EG, ES, FR, GB, IE, IN, IT, JP, MX, NL, PL, SA, SE, SG, TR, US, ZA |
page | query | n/a | all | integer | Page number for pagination |
sortBy | query | n/a | all | string | Sort by. Available Values: - RELEVANCE: Relevance - LOWEST_PRICE: Lowest Price - HIGHEST_PRICE: Highest Price - REVIEWS: Reviews - NEWEST: Newest - BEST_SELLERS: Best Sellers |
sortBy enum | values | n/a | n/a | n/a | BEST_SELLERS, HIGHEST_PRICE, LOWEST_PRICE, NEWEST, RELEVANCE, REVIEWS |
Request body: none documented; send parameters through path or query arguments.
Use getProductsByCategoryV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getProductsByCategoryV1.
node {baseDir}/bin/run.mjs --operation "getProductsByCategoryV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"categoryId":"<categoryId>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getProductsByCategoryV1 on /api/amazon/get-category-products/v1.categoryId) before summarizing results.