1. Taobao / Tmall Product Search
Daji Open Platform API
  • Introduction
    • Integration Guide
      • Platform Overview
      • Become a developer
      • Access Key and Access Secret
      • API Signature Rules (Sign)
      • 1688 API Description
      • Taobao API Description
      • Frequently Asked Question
  • API Specification
    • 1688 API
      • 1688 Signature & Enumeration
      • 1688-API
        • 1688 Signature & Enum
        • Upload image to get imageId
        • Image Search
        • Keyword Search
        • Product Detail Search
        • Shop Search
        • Product Shipping Query
        • Category Query
        • Product Detail Search - supports short links
        • Query Ranking List
        • Query Daily Product Sales Trend
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
        • Batch Get Order Payment Links
        • Initiate Password-free Payment
        • Multilingual Search Navigation
        • 1688 Trade Message
        • 1688 Message - Signature Verification
      • 1688 API Debugging
        • 1688 Business Opportunity
          • Query Ranking List
          • Query Daily Product Sales Trend
        • 1688 Product Search
          • Upload image to get imageId
          • Image Search
          • Keyword Search
          • Shop Search
          • Product Shipping Query
          • Category Query
          • Product Detail Search - supports short links
          • Product Detail Search
        • 1688 Order Manage
          • Create Order
          • Preview Order
          • Cancel Order
          • Confirm Receipt
          • Query Order List
          • Query Order Detail
        • 1688 Order Pay
          • Initiate Password-free Payment
          • Get payment links for orders in batches
        • Other API
          • Multilingual Search Navigation
      • 1688 Message Service
        • 1688 Message Service
        • 1688 Messages – Signature Verification
    • Taobao / Tmall API
      • Taobao-Tmall-API
        • Taobao/Tmall Signature & Enum
        • Upload Image
        • Image Search V1.0
        • Image Search V2.0
        • Keyword Search
        • Shop Search
        • Product Detail Search
        • Ranking Type Search
        • Ranking Product Search
        • Product Shipping Query
        • Product Detail Search - supports short links
        • Batch Product Shipping Query
        • Product Detail Search V2
        • Product Shipping Query V2
        • Batch Product Shipping Query V2
        • Matching API
        • Preview Product
        • Create Order
        • Cancel Order
        • Query Order
        • Pay Order
        • Order Message
        • Order Message - Signature Verification
      • Taobao/Tmall API Debugging
        • Taobao / Tmall Order Manage
          • Product ID Mapping
          • Product Preview
          • Create Order
          • Cancel Order
          • Query Order
        • Taobao / Tmall Order Pay
          • Batch Order Pay
        • Taobao / Tmall Product Search
          • Image upload By Get
            GET
          • Image Search V1.0
            GET
          • Image Search V2.0
            GET
          • Keyword Product Search
            GET
          • Shop Search
            GET
          • Product Detail Search V2
            GET
          • Ranking Type Search
            GET
          • Ranking Product Search
            GET
          • Product Shipping Query V2
            POST
          • Product Detail Search - supports short links
            GET
          • Batch Product Shipping Query V2
            POST
    • Poizon API
      • Poizon Product Search
        • Keyword Search
        • Product Detail
      • Poizon Order Manage
        • Create order & Payment API
        • Query Order Info
      • Poizon Balance Query API
        • Balance Query API
中文
Login In/Register
  1. Taobao / Tmall Product Search

Ranking Type Search

GET
/taobao/traffic/getThemeDimList
Ranking type search API. When searching ranking products, search the ranking type first.

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.dajisaas.com/taobao/traffic/getThemeDimList?appKey=&appSecret=&sign=&theme_channel_type=1&theme_content_type=11&cate_ids=&page_no=1&page_size=20'

返回响应

🟢200Success
application/json
Bodyapplication/json

示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "data": [
            {
                "themeDimId": "11647",
                "cateId": "1623",
                "themeChannelType": "1",
                "cateName": "半身裙",
                "themeDimName": "东南亚半身裙热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "12859",
                "cateId": "1629",
                "themeChannelType": "1",
                "cateName": "大码连衣裙",
                "themeDimName": "东南亚大码连衣裙热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "11180",
                "cateId": "2304",
                "themeChannelType": "1",
                "cateName": "木艺/木雕",
                "themeDimName": "东南亚木艺/木雕热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "6508",
                "cateId": "2305",
                "themeChannelType": "1",
                "cateName": "金石篆刻",
                "themeDimName": "东南亚金石篆刻热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "5216",
                "cateId": "2311",
                "themeChannelType": "1",
                "cateName": "其它收藏品",
                "themeDimName": "东南亚其它收藏品热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "11964",
                "cateId": "3035",
                "themeChannelType": "1",
                "cateName": "休闲裤",
                "themeDimName": "东南亚休闲裤热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "6208",
                "cateId": "140701",
                "themeChannelType": "1",
                "cateName": "照片冲印/小卡定制",
                "themeDimName": "东南亚照片冲印/小卡定制热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "6661",
                "cateId": "162103",
                "themeChannelType": "1",
                "cateName": "毛衣",
                "themeDimName": "东南亚毛衣热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "8210",
                "cateId": "162104",
                "themeChannelType": "1",
                "cateName": "衬衫",
                "themeDimName": "东南亚衬衫热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "11354",
                "cateId": "162116",
                "themeChannelType": "1",
                "cateName": "蕾丝衫/雪纺衫",
                "themeDimName": "东南亚蕾丝衫/雪纺衫热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "13161",
                "cateId": "162201",
                "themeChannelType": "1",
                "cateName": "休闲裤",
                "themeDimName": "东南亚休闲裤热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "2406",
                "cateId": "162205",
                "themeChannelType": "1",
                "cateName": "牛仔裤",
                "themeDimName": "东南亚牛仔裤热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "5364",
                "cateId": "162401",
                "themeChannelType": "1",
                "cateName": "职业女裙套装",
                "themeDimName": "东南亚职业女裙套装热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "8352",
                "cateId": "162402",
                "themeChannelType": "1",
                "cateName": "职业女裤套装",
                "themeDimName": "东南亚职业女裤套装热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "3011",
                "cateId": "162403",
                "themeChannelType": "1",
                "cateName": "其它制服/套装",
                "themeDimName": "东南亚其它制服/套装热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "13569",
                "cateId": "162404",
                "themeChannelType": "1",
                "cateName": "休闲运动套装",
                "themeDimName": "东南亚休闲运动套装热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "8211",
                "cateId": "162701",
                "themeChannelType": "1",
                "cateName": "婚纱",
                "themeDimName": "东南亚婚纱热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "9570",
                "cateId": "162702",
                "themeChannelType": "1",
                "cateName": "礼服/晚装",
                "themeDimName": "东南亚礼服/晚装热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "8818",
                "cateId": "162703",
                "themeChannelType": "1",
                "cateName": "民族服装/舞台装",
                "themeDimName": "东南亚民族服装/舞台装热销",
                "themeContentType": "11"
            },
            {
                "themeDimId": "6952",
                "cateId": "210211",
                "themeChannelType": "1",
                "cateName": "伞",
                "themeDimName": "东南亚伞热销",
                "themeContentType": "11"
            }
        ],
        "totalPage": 282,
        "pageNo": 1,
        "bizError": false,
        "pageSize": 20,
        "totalCount": 5632
    },
    "timestamp": 1735296474841,
    "traceId": "09d96e083d8a"
}
修改于 2026-08-18 10:11:56
上一页
Product Detail Search V2
下一页
Ranking Product Search
Built with