Product keyword search API

POST /v1/products/search — keyword search returning a paginated product list.

Related: Product detail · Product response models

Request body

FieldRequiredDescription
channelYes1688 | taobao
keywordYesSearch term
page / page_sizeNoPagination (Taobao max 20 per page)
languageNoDefault en
filter / sortNo1688 filters (see OpenAPI)

Example

POST /v1/products/search
{
  "channel": "1688",
  "keyword": "phone case",
  "page": 1,
  "page_size": 20,
  "language": "en"
}

Response

StandardProductList — summary cards in items[]. items[].id is Taobao mi_id or 1688 offerId; pass it to product detail as id.

Taobao id / mi_id rotates periodically. Do not cache listings long-term; stale ids fail on detail, similar, and orders.

Get Support

Need integration help? Contact Developer Support at support@hiobuy.com · Response within 1–2 business days

Email support