Lazada
Retrieve product ratings and seller performance metrics
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Shopping
- Documentation / URL
- https://open.lazada.com/doc/doc.htm
Overview
Lazada provides marketplace APIs — signed (a request without signature params returns HTTP 200 with an error body, verified).
Quick Start
Signed requests (replace YOUR_KEY/YOUR_SECRET):
curl "https://api.lazada.com/rest/aliexpress/logistics/get?app_key=YOUR_KEY×tamp=1&sign=YOUR_SIGN"
{ "type": "ISV", "code": "MissingParameter", "message": "The input parameter \"timestamp\" that is mandatory" }
Authentication
- Lazada Open Platform app → app_key + app_secret.
- Every request needs a signature (
sign).
⚠️ Gotcha (verified): missing params return HTTP 200 with an error body — check
code.
Rate Limits & Notes
- Free tier with limits (check the docs).
- Product ratings, seller metrics.
FAQ
Is Lazada free? Free tier with limits; more is paid.
Why 200 with an error? Missing signature params return 200 + error (verified) — sign properly.
What’s the auth style? Signed request (app_key + sign).
More in Shopping
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Best Buy Products, Buying Options, Categories, Recommendations, Stores and Commerce | API Key | Yes | Unknown | ↗ |
| BuyWhere Real-time product catalog API for AI agents across merchants in 7 countries (SG, MY, TH, VN, PH, ID, US) | API Key | Yes | Unknown | ↗ |
| Descripio Amazon Reviews Amazon product reviews for 12 marketplaces | API Key | Yes | Unknown | ↗ |
| Digi-Key Retrieve price and inventory of electronic components as well as place orders | OAuth | Yes | Unknown | ↗ |
| Dummy Products An api to fetch dummy e-commerce products JSON data with placeholder images | API Key | Yes | Yes | ↗ |