Skip to main content
GET
Shopee Shop Products

Overview

The /shopee/shop/products endpoint retrieves a list of products from a specific shop on Shopee Indonesia (shopee.co.id), including product details, pricing, and inventory information.
This endpoint uses browser rendering to bypass anti-bot protection. Requests may take longer compared to renderless endpoints.
Currently only Indonesia (country=id) is supported. More Southeast Asian markets will be added in future updates.

Credits

25 credits per successful request.

Parameters

Query Parameters

string
required
The Shopee shop/seller ID (e.g., “12651109”).
string
required
Country code. Currently only id (Indonesia) is supported.
number
default:"0"
Page number for pagination (0-indexed, starts at 0).
number
default:"30"
Number of products per page (max 100).
string
Sort order for results:
  • relevance - Most relevant (default)
  • ctime - Latest/newest first
  • sales - Best selling
  • price - Price: Low to High
  • -price - Price: High to Low

Example Requests

Basic Shop Products

Shop Products with Pagination and Sorting

Response

Success Response (200)

Returns shop products:

Response Headers

Error Responses

Use Cases

  • Inventory analysis: Get complete product catalog from a shop
  • Competitive intelligence: Monitor competitor product offerings
  • Price monitoring: Track prices across a seller’s entire catalog
  • Product discovery: Find all products from a specific seller
  • Dropshipping research: Identify potential supplier products

Notes

  • This endpoint uses browser rendering which may result in longer response times
  • Shopee uses 0-indexed pagination (page 0 is the first page)
  • Prices are in Indonesian Rupiah (IDR)
  • Use pagination to retrieve all products from shops with large catalogs