All sites
Data API
Shopee Data API
Product, shop and search data across Shopee's regional storefronts.
6endpointsRate Limit · Captcha handled for you
Shopee Data API
Extract product detail, shop pages and search results from Shopee as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/shopee/{action}Key Features
Structured JSON
Clean, normalized records for product detail, shop pages and search results. No HTML parsing on your side.
6 endpoints
Across 2 categories, all under one base path.
Anti-bot handled
Rate Limit, Captcha cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Target specific markets and languages with these parameters:
marketdefault sgPagination
Page through results with page.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/shopee/search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"keyword": "phone case",
"market": "sg",
"page": 1,
"limit": 60,
"free_shipping": false,
"on_sale": false,
"official_shop": false,
"location": "phone case"
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/shopee/categoriesCategory Tree | Reference | 1 credit / run |
/v1/data/shopee/marketsList Markets | Reference | 1 credit / run |
/v1/data/shopee/category/{category_id}/itemsComing soonCategory Items | Catalog | 1 credit / run |
/v1/data/shopee/product/{shop_id}/{item_id}Coming soonGet Product Detail | Catalog | 1 credit / run |
/v1/data/shopee/product/{shop_id}/{item_id}/reviewsComing soonGet Reviews | Catalog | 1 credit / run |
/v1/data/shopee/searchComing soonSearch Products | Catalog | 1 credit / run |