Xportcn KA client
  1. AlibabaProduct
Xportcn KA client
  • English version
    • API Reference
      • Basics
        • Get user address information
        • Address added and updated
      • Warehouse logistics
        • Please refer to the estimated overseas freight
        • Order overseas freight preview
        • Create international logistics orders
        • Update domestic logistics information
      • KA
        • Interface description flowchart
        • AlibabaProduct
          • AlibabaProductKeywordsQuery
            POST
          • AlibabaProductImageQuery
            POST
          • AlibabaProductCategory
            POST
          • AlibabaProductDetail
            POST
          • AlibabaProductFreightEstimateGet
            POST
          • AlibabaProductPoolList
            POST
        • AlibabaOrderController
          • Order list
          • Order Preview (The preview interface needs to be called before creating an order)
          • Create an order
          • Get order details
      • wms
        • Package forecasting
        • package inbound
        • package update
    • Product Documentation
      • Announcement
      • Summarize
      • Beginner's guide
        • Become a developer
        • Obtain the Access Key and Access key
        • Start development
      • API tutorial
        • Development manual
        • Error code
      • Message service access
        • Message access manual
      • Account test
        • 1688 Test account
      • Q&A
        • Merchandise store search screening
  1. AlibabaProduct

AlibabaProductKeywordsQuery

POST
/alibaba/ka/product/keywords/query
filter:
totalEpScoreLv1:Comprehensive Experience score (5 stars)
totalEpScoreLv2:Comprehensive experience score (4.5 stars -5.0 stars)
totalEpScoreLv3:Comprehensive experience score (4 stars -4.5 stars)
totalEpScoreLv4:Comprehensive experience score (below 4 stars)
certifiedFactory:Certified Factory
shipInToday:Shipment today
shipIn24Hours:24-hour delivery
shipIn48Hours:Shipment within 48 hours
noReason7DReturn:Seven days without reason
Parameter example: filter incoming shipIn24Hours, noReason7DReturn, English comma-separated multiple conditions; Meaning: Products that support both 24-hour delivery and 7-day no-reason return
sort:
{"price":"asc","price":"desc","monthSold":"asc"}

Request

Header Params

Body Params application/json

Example
{
    "keyword": "test",
    "beginPage": 1,
    "pageSize": 2,
    "country": "en",
    "sort": "{\"price\":\"asc\",\"monthSold\":\"asc\"}",
    "priceStart": "1",
    "priceEnd": "10",
    "categoryId": 0,
    "filter": "shipInToday"
}

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 POST 'https://www.xportcn.com/api/alibaba/ka/product/keywords/query' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "keyword": "test",
    "beginPage": 1,
    "pageSize": 2,
    "country": "en",
    "sort": "{\"price\":\"asc\",\"monthSold\":\"asc\"}",
    "priceStart": "1",
    "priceEnd": "10",
    "categoryId": 0,
    "filter": "shipInToday"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "requestId": "",
    "code": 0,
    "developId": 0,
    "msg": "",
    "data": {
        "totalRecords": 0,
        "totalPage": 0,
        "pageSize": 0,
        "currentPage": 0,
        "data": [
            {
                "imageUrl": "",
                "subject": "",
                "subjectTrans": "",
                "offerId": 0,
                "isJxhy": false,
                "priceInfo": {
                    "price": "",
                    "jxhyPrice": "",
                    "pfJxhyPrice": ""
                },
                "repurchaseRate": "",
                "monthSold": 0
            }
        ]
    }
}
Modified at 2025-09-19 02:07:16
Previous
Interface description flowchart
Next
AlibabaProductImageQuery
Built with