Taobao and Tmall Product Search API

v1.0.0

Call GET /api/taobao/search-item-list/v1 for Taobao and Tmall Product Search through JustOneAPI with keyword.

0· 22· 1 versions· 0 current· 0 all-time· Updated 9h ago· MIT-0

Install

openclaw skills install justoneapi-taobao-search-item-list

Taobao and Tmall Product Search

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

Endpoint Scope

  • Platform key: taobao
  • Endpoint key: search-item-list
  • Platform family: Taobao and Tmall
  • Skill slug: justoneapi-taobao-search-item-list
OperationVersionMethodPathOpenAPI summary
searchItemListV1v1GET/api/taobao/search-item-list/v1Product Search

Inputs

ParameterInRequired byOptional byTypeNotes
endPricequeryn/aallstringMaximum price filter (inclusive)
keywordqueryalln/astringSearch keyword
pagequeryn/aallintegerPage number for pagination
sortqueryn/aallstringSort order for the result set. Available Values: - _sale: Sales - _bid: Price: High to Low - bid: Price: Low to High - _coefp: General
sort enumvaluesn/an/an/a_bid, _coefp, _sale, bid
startPricequeryn/aallstringMinimum price filter (inclusive)
tmallqueryn/aallbooleanWhether to filter results to Tmall only

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

Version Choice

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

Run This Endpoint

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.

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 searchItemListV1 on /api/taobao/search-item-list/v1.
  • Echo the required lookup scope (keyword) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Taobao and Tmall product Search data, including titles, prices, and images, for product discovery.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Version tags

latestvk977wbt9755j6ypdgh2w3zzbs185vd89

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN