Taobao Tmall

FREEMIUM
By SetaLabs + Open Trade Commerce | Updated a month ago | eCommerce
Popularity

9.6 / 10

Latency

3,121ms

Service Level

100%

Health Check

N/A

Back to All Tutorials (7)

Search

Search for items from taobao and tmall. You can use some filters and orders.
Provide search by image.
detailed external description

method: GET
path: BatchSearchItemsFrame

query:
language : “en” // Language code
framePosition : 0 // Offset for search results
frameSize : 50 // Number of results per page
CategoryId : “otc-5” // Optional // CategoryId from Otapi taobao catalog or you can use real taobao category ID
ItemTitle : “glasses” // Optional // Phrase for search in item titles
VendorName: “莹儿225” *// Optional // Search by Vendor Name *
OrderBy : “Volume:Desc” //Sorting method
MinPrice : “10” // Optional // Minimal product price
MaxPrice : “500” // Optional // Maximal product price
MinVolume : “40” // Optional // Minimal number of sales for last 30 days
IsComplete : True *// Optional // Include only items with full info (sku, images, vendor)
IsStock : True *// Optional // Include only items that available to buy
ImageUrl : “https://img.alicdn.com/i1/370244303/O1CN01TS7Yiq1heomAL9qhq_!!370244303.png_310x310q90.jpg” // Optional // Search by Image

OrderBy
Avalable sorting methods:
Default - Default order
Price:Asc - Price in ascending order
Price:Desc - Price in descending order
TotalPrice:Asc - Total price in ascending order
TotalPrice:Desc - Total price in descending order
Volume:Desc - Volume of sales in 30 days in descending order
VendorRating:Desc - Rating of vendor in descending order
UpdatedTime:Desc - Latest updated items