Install
openclaw skills install justoneapi-taobao-search-item-listCall GET /api/taobao/search-item-list/v1 for Taobao and Tmall Product Search through JustOneAPI with keyword.
openclaw skills install justoneapi-taobao-search-item-listUse this focused JustOneAPI skill for product Search in Taobao and Tmall. It targets GET /api/taobao/search-item-list/v1. Required non-token inputs are keyword. OpenAPI describes it as: Get Taobao and Tmall product Search data, including titles, prices, and images, for product discovery.
taobaosearch-item-listjustoneapi-taobao-search-item-list| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
searchItemListV1 | v1 | GET | /api/taobao/search-item-list/v1 | Product Search |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
endPrice | query | n/a | all | string | Maximum price filter (inclusive) |
keyword | query | all | n/a | string | Search keyword |
page | query | n/a | all | integer | Page number for pagination |
sort | query | n/a | all | string | Sort order for the result set. Available Values: - _sale: Sales - _bid: Price: High to Low - bid: Price: Low to High - _coefp: General |
sort enum | values | n/a | n/a | n/a | _bid, _coefp, _sale, bid |
startPrice | query | n/a | all | string | Minimum price filter (inclusive) |
tmall | query | n/a | all | boolean | Whether to filter results to Tmall only |
Request body: none documented; send parameters through path or query arguments.
Use searchItemListV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: searchItemListV1.
node {baseDir}/bin/run.mjs --operation "searchItemListV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"keyword":"<keyword>"}'
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.searchItemListV1 on /api/taobao/search-item-list/v1.keyword) before summarizing results.