Shopee Shop Products
Shopee
Shopee Shop Products
Get products from a Shopee Indonesia shop by shop ID
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.
Credits
25 credits per successful request.Parameters
Query Parameters
The Shopee shop/seller ID (e.g., “12651109”).
Country code. Currently only
id (Indonesia) is supported.Page number for pagination (0-indexed, starts at 0).
Number of products per page (max 100).
Sort order for results:
relevance- Most relevant (default)ctime- Latest/newest firstsales- Best sellingprice- 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
| Header | Description |
|---|---|
x-remaining-credits | Number of API credits remaining |
x-trace-id | Unique identifier for the request |
Error Responses
| Status | Description |
|---|---|
400 | Bad Request - Missing shopId or unsupported country |
401 | Unauthorized - Invalid or missing API key |
404 | Not Found - Shop not found |
500 | Internal Server Error |
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