just one api
Official WebsiteContact Us
Official WebsiteContact Us
  1. Taobao And Tmall
  • API Usage Guide
  • 🚨Announcements
  • Account
    • Account Balance
    • API Usage
  • Taobao And Tmall
    • Product Detail(V1)
      GET
    • Product Detail(V2)
      GET
    • Product Detail(V4)
      GET
    • Product Detail(V5)
      GET
    • Product Reviews(V6)
      GET
    • Product Reviews(V7)
      GET
    • Social Feed(V1)
      GET
    • Store Product List(V9)
      GET
    • Product Sales(V5)
      GET
    • Product Search(V6)
      GET
  • rednote
    • User Info(V1)
    • User Info(V3)
    • User Note List(V1)
    • User Note List(V4)
    • Note Detail(V4)
    • Note Comments(V1)
    • Note Comments(V2)
    • Note Comment Replies(V1)
    • Note Comment Replies(V2)
    • Note Search(V2)
    • User Search(V2)
    • Home Feed(V1)
  • rednote pugongying
    • KOL Profile(V1)
    • KOL Reach Performance(V1)
    • KOL Follower Profile(V1)
    • KOL Follower Analysis(V1)
    • KOL Follower Trend(V1)
    • Similar KOL Recommendations(V1)
    • KOL Note List(V1)
    • KOL Data Overview(V1)
    • KOL Cost-Effectiveness Performance(V1)
    • Note Detail(V1)
  • Douyin
    • User Detail(V3)
    • User Video List(V3)
    • Video Detail(V2)
    • Video Search(V4)
    • User Search(V2)
    • Video Comments(V1)
    • Comment Replies(V1)
  • Douyin Xingtu
    • KOL Profile(V1)
    • KOL Audience Profile(V1)
    • KOL Follower Profile(V1)
    • KOL Service Pricing(V1)
    • KOL Data Overview(V1)
    • Douyin KOL Search(V1)
    • KOL Keyword Search(V1)
    • KOL Conversion Analysis(V1)
    • KOL Video Performance(V1)
    • KOL Xingtu Index(V1)
    • KOL Conversion Video Display(V1)
    • KOL Connected Users(1)
    • KOL Connected User Sources(V1)
    • KOL Cost-Effectiveness Analysis(V1)
    • KOL Content Performance(V1)
    • Creator List Search(V3)
    • KOL Follower Trend(V1)
    • KOL Comment Keyword Analysis(V1)
    • KOL Content Keyword Analysis(V1)
    • Author Commerce Spread Info(V1)
    • Author Commerce Seeding Base Info(V1)
  • Kuaishou
    • User Search(V2)
    • User Video List(V2)
    • Video Detail(2)
    • Video Search(V2)
    • User Detail(1)
  • Weibo
    • Keyword Search(V2)
    • Keyword Search(V3)
    • Post Detail(V1)
  • bilibili
    • Video Detail(V2)
    • User Video List(V2)
    • User Detail(V2)
    • Video Comments(V2)
    • Video Search(V2)
  • WeChat
    • User Posts(V1)
    • Article Engagement Metrics(V1)
    • Article Comments(V1)
    • Search(V1)
  • Ke Holdings
    • Resale Housing Detail(V1)
    • Community List(V1)
  • IMDb
    • Title Release Expectation Query(V1)
    • Title Extended Details(V1)
    • TitleTopCastAndCrew V1(TitleTopCastAndCrew V1)
    • Title Base Info(V1)
    • Title Redux Overview(V1)
    • Title “Did You Know” Insights(V1)
    • Title Critics Review Summary(V1)
    • Title Awards Summary(V1)
    • Title User Reviews Summary(V1)
    • Title Plot Summary(V1)
    • Title Contribution Questions(V1)
    • Title Details(V1)
    • Title Box Office Summary(V1)
    • Title Recommendations(V1)
    • Main Search(V1)
    • Streaming Picks(V1)
    • News by Category(V1)
    • Title Chart Rankings(V1)
    • Title Countries of Origin(V1)
  • JD
    • Product Detail(V1)
  • Meituan
  • Xiecheng
  • Gaode
  • Feizhu
  • Ele
  1. Taobao And Tmall

Product Search(V6)

GET
/api/taobao/search-item-list/v6
Taobao & Tmall Product Search V6 API 淘宝天猫商品搜索V6接口
This API allows you to search for products on Taobao and Tmall using keywords, supporting filters such as price range, sort options, and more.
该接口用于通过关键词搜索淘宝天猫商品,支持排序方式等筛选条件。

Request

Query Params
token
string 
required
TOKEN
keyword
string 
required
Search Keywords
sort
string 
required
Sort
_sale(Sale)
_bid(Price Desc)
bid(Price Asc)
_coefp(General)
tab
string 
optional
Input mall to filter Tmall Product
page
integer 
required
Page(start from 1)
Example:
1

Request 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 GET 'http://47.117.133.51:30015/api/taobao/search-item-list/v6?token&keyword&sort&page=1'

Responses

🟢200Success
application/json
Body
com.bigonelab.datashop.model.Result
code
integer 
optional
message
string 
optional
data
object 
optional
recordTime
string 
optional
Example
{
  "code": 0,
  "message": "",
  "data": {},
  "recordTime": ""
}
Modified at 2025-06-28 16:03:28
Previous
Product Sales(V5)
Next
rednote
Built with