AliGate - AliExpress Data API
Fetches live data from AliExpress across several endpoints: product (by product ID, country, and currency), product reviews (by product ID), seller (store profile by store number), seller coupons (active coupon campaigns by store number, shipping country, and currency), seller products (a store's paginated product catalog by store number, shipping country, and currency), text search (products…
AliGate - AliExpress Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
Get Product Info /api/v2/product |
Returns detailed information for a single AliExpress product: title, images, pricing, available SKU variants, stock, shipping options, and seller details. Prices and shipping are… |
| GET |
Get Product Reviews /api/v2/product/reviews |
Returns buyer reviews for an AliExpress product, including the rating, buyer, review text (with translation when available), images, and seller replies, plus a per-star rating… |
| GET |
Get Seller Info /api/v2/seller |
Returns the store profile for an AliExpress seller: store name, ratings, feedback scores, follower count, store age, and product categories. Provide the store number from the… |
| GET |
Get Seller Coupons /api/v2/seller/coupons |
Returns the active coupon campaigns for an AliExpress store, including code, discount amount, minimum spend, budget, and expiry. Coupon eligibility and amounts depend on the… |
| GET |
healthCheck /api/v2/health |
|
| Other endpoints | ||
| GET |
Get Product Info /api/v2/product |
Returns full product data for the given AliExpress product ID, priced and shipped for the specified country and currency. |
| GET |
Get Seller Info /api/v2/seller |
Returns store profile data for the given AliExpress seller. store_num is the only required parameter — it appears in the store URL (aliexpress.com/store/{store_num}). seller_id… |
| GET |
Health Check /api/v2/health |
Checks connection to AliGate API |
AliGate - AliExpress Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / hour |
|
| PRO | $6.99 / month | 100 / hour |
|
| ULTRA Recommended | $21.99 / month | 1000 / hour |
|
| MEGA | $44.99 / month | 1500 / hour |
|