1. 1688 Business Opportunities
  • 1688 API
    • 1688 Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
        • API for Visual Search of Similar Products
      • API for Product Keyword Search
      • API for Product Detail Search
      • API for Searching Products in a Shop
      • API for 1688 Recommended Products
    • 1688 Business Opportunities
      • API for 1688 Hot Products
        GET
      • API for 1688 Hot Keywords
        GET
    • 1688 Logistics
      • API for China Domestic Shipping Cost
    • 1688 Category
      • API for Category Search on 1688
    • 1688 Order Manage
      • API for Creating Preview Order
      • API for Creating Formal Order
      • API for Canceling Formal Order
      • API for Querying Order Details
      • API for Confirming Order Receipt
      • API for Retrieving Payment Link
      • API for Auto Payment of Order
    • 1688 Message Service
      • Order Created Message
      • Order Price Modification Message
      • Transaction Payment Message
      • Order Delivery Message
      • Logistics Order Status Change
      • Order Receipt Confirmation Message
      • Transaction Completed Message
      • Signature Verification
  1. 1688 Business Opportunities

API for 1688 Hot Products

GET
/alibaba/product/topList/query
API for 1688 Hot Products

Request

Query Params

Responses

🟢200成功
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://open-api.soureco.com/alibaba/product/topList/query?appKey=&appSecret=&sign=&rankId=1&rankType=complex&limit=10&language=en'
Response Response Example
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "success": true,
        "code": "200",
        "message": null,
        "result": {
            "rankId": "1",
            "rankName": "Top Picks",
            "rankType": "complex",
            "rankProductModels": [
                {
                    "itemId": 1039830969579,
                    "title": "山杉农业植保无人机T30 14S无刷动力系统配43寸桨最大36公斤拉力",
                    "translateTitle": "Shanshan Agricultural Plant Protection Drone T30 14S Brushless Power System with 43inch Propellers and Maximum Thrust of 36kg",
                    "imgUrl": "https://cbu01.alicdn.com/img/ibank/O1CN018csIkZ1CpacW2N0Vh_!!2219412970130-0-cib.jpg",
                    "sort": 1,
                    "serviceList": [],
                    "buyerNum": 1,
                    "soldOut": 357,
                    "goodsScore": null
                }
            ]
        }
    },
    "timestamp": 1785150708552,
    "traceId": "a46b8d36bf1a",
    "cost": 0
}
Previous
API for 1688 Recommended Products
Next
API for 1688 Hot Keywords
Built with