DAJI OPEN PLATFORM
中文
PRICE
CONSOLE
  1. Taobao Product Search
  • Introduction
    • I. Learn About DAJI
    • II. Become a developer
    • III. Get Access Key and Access Secret
    • IV. Start Your Application Development
    • V. Frequently Asked Question
    • VI. Plans & Pricing
  • 1688 - Adapted Capabilities
    • Capability Specifications
      • Request Signature
      • Enum Type
      • Message Notification
      • Message Notification - Signature
    • Integration Testing
      • 1688 Business Opportunity
        • Query Ranking List
        • Query Daily Product Sales Trend
      • 1688 Product Search
        • 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
      • 1688 Order Manage
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
      • 1688 Order Pay
        • Get payment links for orders in batches
        • Protocol Pay
      • Other API
        • Multilingual Search Navigation
  • Taobao - Adapted Capabilities
    • Capability Specifications
      • Request Signature
      • Enum Type
      • Message Notification
      • Message Notification - Signature
    • Integration Testing
      • Taobao Order Manage
        • Product ID Mapping
        • Product Preview
        • Create Order
        • Cancel Order
        • Query Order
      • Taobao Order Pay
        • Protocol Pay
      • Taobao Product Search
        • Image upload By Get
          GET
        • Image Search
          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 V2.0 - Adapted Capabilities
    • Capability Specifications
    • Integration Testing
      • Poizon V2.0 Product Search
        • Keyword Search
        • Product Detail
      • Poizon V2.0 Order Manage
        • Create Order & Payment
        • Query Order Info
        • Cancel Order
      • Poizon V2.0 Logistics
        • Query Logistics Trace
      • Poizon V2.0 Balance Query
        • Balance Query
  1. Taobao Product Search

Keyword Product Search

GET
/taobao/traffic/item/search
Production Environment URL: https://openapi.dajisaas.com/taobao/traffic/item/search
Usage Notes:
Please use Chinese keywords for searching
Search results support Chinese, English, Russian, Japanese, Korean, and Vietnamese

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 'https://openapi.dajisaas.com/taobao/traffic/item/search?appKey=&appSecret=&sign=&keyword=Mobile&sort=&filters=min_price%3A200%2Cmax_price%3A100000&page_no=1&page_size=20&language=en'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "code": 0,
    "message": "string",
    "data": {
        "data": [
            {
                "itemId": 0,
                "miId": "string",
                "price": "string",
                "shopName": "string",
                "multiLanguageInfo": {
                    "language": "string",
                    "title": "string"
                },
                "inventory": 0,
                "title": "string",
                "mainImageUrl": "string",
                "tags": [
                    "string"
                ]
            }
        ],
        "pageNo": 0,
        "pageSize": 0
    },
    "timestamp": 0,
    "traceId": "string"
}
Previous
Image Search
Next
Shop Search
Built with