Skip to content
All sites
Data API

Shopee Data API

Product, shop and search data across Shopee's regional storefronts.

6endpointsRate Limit · Captcha handled for you
shopee.comGET/shopee/catego…GET/shopee/marketsGET/shopee/catego…{ } JSON

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 sg

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/shopee/categoriesCategory TreeReference1 credit / run
/v1/data/shopee/marketsList MarketsReference1 credit / run
/v1/data/shopee/category/{category_id}/itemsComing soonCategory ItemsCatalog1 credit / run
/v1/data/shopee/product/{shop_id}/{item_id}Coming soonGet Product DetailCatalog1 credit / run
/v1/data/shopee/product/{shop_id}/{item_id}/reviewsComing soonGet ReviewsCatalog1 credit / run
/v1/data/shopee/searchComing soonSearch ProductsCatalog1 credit / run