Skip to main content
GET
/
shopee
/
shop
Shopee Shop
curl --request GET \
  --url https://api.example.com/shopee/shop

Overview

The /shopee/shop endpoint retrieves shop/seller information from Shopee Indonesia (shopee.co.id) including shop details, ratings, follower count, and verification status.
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

shopId
string
required
The Shopee shop/seller ID (e.g., “12651109”).
country
string
required
Country code. Currently only id (Indonesia) is supported.

Example Requests

curl -X GET "https://api.scrapengine.io/api/v1/shopee/shop?shopId=12651109&country=id" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Success Response (200)

Returns shop information:
{
  "shopId": "12651109",
  "shopName": "Toko Aksesoris HP",
  "shopLogo": "https://down-id.img.susercontent.com/file/shop-logo.jpg",
  "shopDescription": "Toko aksesoris handphone terlengkap dan terpercaya.",
  "shopLocation": "Jakarta Pusat",
  "shopUrl": "https://shopee.co.id/shop/12651109",
  "followerCount": 15420,
  "followingCount": 50,
  "productCount": 234,
  "rating": 4.9,
  "ratingCount": 12500,
  "responseRate": 98,
  "responseTime": "dalam hitungan jam",
  "joinDate": "2019-03-15",
  "joinDateDisplay": "Bergabung 5 tahun lalu",
  "isOfficialShop": false,
  "isPreferredSeller": true,
  "isVerified": true,
  "badges": ["Star Seller", "Fast Response"],
  "country": "id"
}

Response Headers

HeaderDescription
x-remaining-creditsNumber of API credits remaining
x-trace-idUnique identifier for the request

Error Responses

StatusDescription
400Bad Request - Missing shopId or unsupported country
401Unauthorized - Invalid or missing API key
404Not Found - Shop not found
429Too Many Requests - Rate limit exceeded
500Internal Server Error

Use Cases

  • Seller research: Evaluate seller credibility before purchasing
  • Competitive analysis: Monitor competitor shops and their performance
  • Partnership discovery: Find potential seller partners
  • Market research: Analyze seller landscape in specific categories

Notes

  • This endpoint uses browser rendering which may result in longer response times
  • Official shops are verified brand stores on Shopee Mall
  • Preferred/Star sellers have high ratings and good service records
  • Response rate and time indicate seller’s customer service quality