English
Product Documentation1688 APITaobao/Tmall API
Product Documentation1688 APITaobao/Tmall API
中文
  1. Taobao / Tmall Product Search
  • Taobao / Tmall Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      GET
    • keyword search
      GET
    • shop search
      GET
    • Product details search
      GET
    • Product Logistics Price Get
      GET
    • Hot list type search
      GET
    • List product search
      GET
    • Product Logistics Price Post
      POST
    • Image search2
      GET
  • Taobao / Tmall Order Manage
    • Product Bunker interface(撞库)
      GET
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
  • Taobao / Tmall Order Pay
    • Pay order
      POST
  • Taobao / Tmall Message
    • Message Type
  1. Taobao / Tmall Product Search

keyword search

GET
/taobao/traffic/item/search
Product keyword search interface, production environment request address: https://openapi.dajisaas.com/taobao/traffic/item/search

Request

Query Params
appKey
string 
required
DAJI AppKey
appSecret
string 
required
appSecret (For Testing Only) – Use the sign signature in production environments.
sign
string 
optional
Signature: Sort the request parameters in dictionary order and append the appSecret key. This field can be omitted during testing.
keyword
string 
required
Please use Chinese keywords for search.
Example:
运动鞋
sort
string 
optional
Search Sorting:(Empty) - Comprehensive Sorting , PRICE_ASC - Price from low to high , PRICE_DESC - Price from high to low , SALE_QTY_ASC - Sales quantity from low to high , SALE_QTY_DESC - Sales quantity from high to low
filters
string 
optional
Use filters like "min_price:2000" to indicate a minimum price of 20 RMB, and "max_price:10000" for a maximum price of 100 RMB.
The unit is RMB cents.
Example:
min_price:200,max_price:100000
page_no
number 
optional
Page
Example:
1
page_size
number 
optional
Pagination: Defaults to 10 items per page; the maximum allowed is 20.
Example:
20
language
string 
optional
(Empty) - Chinese , en - English , vi - Vietnamese

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.dajisaas.com/taobao/traffic/item/search?appKey=&appSecret=&sign&keyword=运动鞋&sort=&filters=min_price:200,max_price:100000&page_no=1&page_size=20&language='

Responses

🟢200成功
application/json
Body
code
integer 
required
返回码
message
string 
required
消息
data
object 
required
业务数据
data
array [object {8}] 
required
pageNo
integer 
required
页码
pageSize
integer 
required
页大小
timestamp
integer 
required
traceId
string 
required
Example
{
  "code": 200,
  "message": "操作成功",
  "data": {
    "data": [
      {
        "itemId": 750175003567,
        "price": "2499.00",
        "shopName": "小米官方旗舰店",
        "multiLanguageInfo": {},
        "inventory": 200,
        "title": "【库存紧张 现货速发】Redmi K70红米手机小米手机官方旗舰店红米k70小米k70高通骁龙8Gen2澎湃OS",
        "mainImageUrl": "https://img.alicdn.com/imgextra/i3/1714128138/O1CN01oT2V8b29zG9eJbEqH-1714128138.jpg",
        "tags": []
      },
      {
        "itemId": 753504059452,
        "price": "2449.00",
        "shopName": "荣耀官方旗舰店",
        "multiLanguageInfo": {},
        "inventory": 200,
        "title": "【官网】HONOR/荣耀90 GT 5G智能直屏手机第二代骁龙8旗舰芯片官方旗舰店官网正品学生游戏电竞护眼",
        "mainImageUrl": "https://img.alicdn.com/imgextra/i4/1114511827/O1CN01FCQTHm1PMoa4g9A9I_!!0-item_pic.jpg",
        "tags": []
      }
    ],
    "pageNo": 1,
    "pageSize": 2
  },
  "timestamp": 1720778128153,
  "traceId": "890035e171f4"
}
Previous
Image search
Next
shop search
Built with