Skip to main content
GET
Shopee Product

Overview

The /shopee/product endpoint retrieves detailed product information from Shopee Indonesia (shopee.co.id) including pricing, variants, ratings, stock, and seller details.
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
Product slug containing the shop and item IDs (e.g., Product-Name-i.SHOPID.ITEMID).If provided, itemId and shopId are extracted automatically.
string
The Shopee product item ID (e.g., “22133637031”). Required if slug is not provided.
string
The Shopee shop/seller ID (e.g., “12651109”). Required if slug is not provided.
string
required
Country code. Currently only id (Indonesia) is supported.
Either slug OR both itemId and shopId must be provided.

Example Requests

Get Product by IDs

Response

Success Response (200)

Returns detailed product information:

Response Headers

Error Responses

Extracting IDs from Shopee URL

Shopee product URLs follow this pattern:
For example, from this URL:
  • shopId = 12651109
  • itemId = 22133637031
  • slug = Gantungan-Handphone-Kristal-Ungu-i.12651109.22133637031

Use Cases

  • Product monitoring: Track price changes and stock levels
  • Competitive analysis: Monitor competitor product details
  • Inventory sync: Sync product data with your own systems
  • Price comparison: Compare prices across different sellers
  • Review aggregation: Collect product ratings and review counts

Notes

  • This endpoint uses browser rendering which may result in longer response times
  • Prices are in Indonesian Rupiah (IDR)
  • The variants array contains all product variations with their individual prices and stock
  • ratingStar is the precise rating value (e.g., 4.78), while rating is rounded