Process any Shopee URL and proxy official XHR calls across every Shopee market. Get structured PDP data, search results, recommendations, promos, and ratings through one consistent API.
$3.5 CPM - Unlimited Shopee coverage, no hidden fees.
One key works across all Shopee markets.
One API to capture PDP, search, recommendations, bundles, and reviews across Shopee markets.
Retrieve the exact JSON returned by Shopee's PC API, including pricing, stock, tier variations, and flash sales.
Forward any authenticated Shopee XHR call through our `/xhr` proxy with referer enforcement and POST payload support.
Access promotion shop info, bundle deal items, and hot sales endpoints for upsell workflows.
Fetch `rcmd_items` responses to power on-site or CRM recommendations that mirror Shopee behavior.
Search catalog by keyword and pull verified customer ratings, photos, and Q&A data.
High-availability infrastructure with smart retries and caching to keep data streams live.
Every Shopee workflow exposed as a stable REST endpoint.
/?url=https://shopee.tw/product/3401812/40369024914
/xhr?url=https://shopee.tw/api/v4/search/search_items?keyword=iphone&referer=https://shopee.tw/search?keyword=iphone
/xhr?url=https://shopee.tw/api/v4/shop/rcmd_items&referer=https://shopee.tw/product/3401812/40369024914
/rcmd_items/3401812/40369024914
/promotion_get_shop_info/3401812
/hot_sales_get/3401812/40369024914
/get_shop_tab/3401812/40369024914
/get_ratings/3401812/40369024914
/bundle_deal_items/40369024914/375003153969175
/search_items/iphone%2017
/get_pc/3401812/40369024914
Real-time monitoring of our Shopee scraping infrastructure
Pay only for what you use, scale as you grow
Join brands, sellers, and analytics teams already standardizing Shopee access with DoReq. Issue an API key and ship in minutes.
Contact UsInline reference pulled directly from `API.MD`.
# API Documentation
Base URL: https://shopee.doreq.com
## Authentication
- Include header `x-api-key: {your api key}` with every request.
## Endpoints
0. Process URL (Root)
- URL: `/?url={shopee_url}`
- Method: GET
- Description: Processes a Shopee product URL.
- Example: `/?url=https://shopee.tw/product/3401812/40369024914`
1. Generic XHR Proxy
- URL: `/xhr`
- Method: GET or POST
- Description: Proxies any XHR call. Requires `url` and `referer` query params. POST accepts JSON.
- Example: `/xhr?url=https://shopee.tw/api/v4/search/search_items...&referer=https://shopee.tw/`
2. Recommended Items
- URL: `/rcmd_items/{shop_id}/{item_id}`
- Method: GET
- Description: Fetches recommended items for a shop/item.
- Example: `/rcmd_items/3401812/40369024914`
3. Promotion Shop Info
- URL: `/promotion_get_shop_info/{shop_id}`
- Method: GET
- Description: Fetches promotion info for a shop.
- Example: `/promotion_get_shop_info/3401812`
4. Hot Sales
- URL: `/hot_sales_get/{shop_id}/{item_id}`
- Method: GET
- Description: Fetches hot sales items.
- Example: `/hot_sales_get/3401812/40369024914`
5. Get Shop Tab
- URL: `/get_shop_tab/{shop_id}/{item_id}`
- Method: GET
- Description: Fetches shop tab information.
- Example: `/get_shop_tab/3401812/40369024914`
6. Get Ratings
- URL: `/get_ratings/{shop_id}/{item_id}`
- Method: GET
- Description: Fetches item ratings.
- Example: `/get_ratings/3401812/40369024914`
7. Bundle Deal Items
- URL: `/bundle_deal_items/{item_id}/{bundle_deal_id}`
- Method: GET
- Description: Fetches items in a bundle deal.
- Example: `/bundle_deal_items/40369024914/375003153969175`
8. Search Items
- URL: `/search_items/{keyword}`
- Method: GET
- Description: Searches for items (newest=0).
- Example: `/search_items/iphone%2017`
9. Get Product (PC)
- URL: `/get_pc/{shop_id}/{item_id}`
- Method: GET
- Description: Fetches product details using the PC API.
- Example: `/get_pc/3401812/40369024914`
## Test Cases
- Refer to the Sample Calls section above for all 15 provided cURL snippets.
## Notes
- Responses are JSON.
- The `referer` parameter is required for `/xhr` and cannot be empty.
- For the root endpoint (`/`), the `x-api-key` header is required.
- All URLs must be from allowed Shopee domains (`shopee.com`, `shopee.sg`, `shopee.com.my`, `shopee.co.th`, `shopee.tw`, `shopee.co.id`, `shopee.vn`, `shopee.ph`, `shopee.com.mx`, `shopee.com.br`).