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

Store Product List(V9)

GET
/api/taobao/get-shop-item-list/v9
Taobao & Tmall Shop Product List V9 API 淘宝天猫店铺商品列表V9接口
This API retrieves the product list from a specific Taobao or Tmall store, including basic details such as title, price, and item ID.
该接口用于获取指定淘宝或天猫店铺的商品列表,包括商品标题、价格、商品ID等基本信息。

Request

Query Params
token
string 
required
TOKEN
userId
string 
required
User ID
shopId
string 
required
Shop ID
sort
string 
required
Sort
_sale(Sale)
_bid(Price Desc)
bid(Price Asc)
_coefp(General)
first_new(New)
Example:
_sale
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/get-shop-item-list/v9?token&userId&shopId&sort=_sale&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
Social Feed(V1)
Next
Product Sales(V5)
Built with