Skip to main content

Get the products of a Shopee shop

Information you can get with this API

  • Shop products list
  • Product details
  • See More

Basic Information

Request Parameter

Query

FieldTypeExplanationRequired
sitestringRegion name abbreviation, for example, Thailand is 'th'.
Optional values: my,
th,ph,id,vn,
sg,tw,br,mx,
co,cl

Default value: my
false
shop_idintegerShop ID
true
keywordstringSearch keywords
false
bystringOptional values: pop,relevancy,ctime,sales,price
Default value: relevancy
false
orderstringOptional values: desc,asc
Default value: desc
false
pageintegerPage number
Default value: 1
false
pageSizeintegerDefault value: 20false
price_startstringFilter: Minimum value of price range
false
price_endstringFilter: Maximum value of price range
false
is_sold_outstringfalse

Body

Security Auth

tip

Please go to Console-Account Center to get your apiToken

Add your apiToken to your query parameters. Please refer to the examples below.

Request Example

Response Example

Loading...