Skip to main content
GET
Shop Store
store carries sold count, followers, rating and product count; products is one page of the catalogue (count up to 50) — pass back next_cursor as cursor until has_more is false. Any product’s seller.id is the seller_id. US only.
Marketsregion=US (default) serves everything; GB and ID (Tokopedia) serve categories, category products and product detail in GBP/IDR. SG, MY, PH, TH, VN, MX, BR and JP sit behind a puzzle our exits do not clear and return 400.
Each request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

seller_id
string
required

Numeric seller id — any product's seller.id.

Query Parameters

region
string
default:US

Market — US only for this endpoint.

cursor
string

Pass back the previous page's next_cursor.

count
integer
default:20

Products per page.

Required range: 1 <= x <= 50

Response

Shop Store

region
string
required
store
ShopStore · object | null
products
ShopProduct · object[]
total
integer | null
has_more
boolean
default:false
next_cursor
string | null