English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. Taobao / Tmall Product Search
  • Taobao / Tmall Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search V1.0
      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 search V2.0
      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

shop search

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

Request

Query Params

Request Code 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/shop/search?appKey=&appSecret=&sign&shop_id=57496020&sort=&filters=min_price:200,max_price:100000&page_no=1&page_size=20&language='

Responses

🟢200成功
application/json
Body

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"
}
Modified at 2025-05-13 13:28:42
Previous
keyword search
Next
Product details search
Built with