Get AliExpress data with one API
The AliExpress API returns product search, full detail and store data as clean JSON.
8 active endpoints, on 1 and 2 credit tiers.
- POST/aliexpress/v1/search
- POST/aliexpress/v1/product_detail
- POST/aliexpress/v1/reviews
- POST/aliexpress/v1/similar
- POST/aliexpress/v1/description
- POST/aliexpress/v1/shipping
- POST/aliexpress/v1/store_info
- +1 more
What AliExpress endpoints does ReefAPI ship?
8 live read endpoints. Read-only data API: no writes, no account actions, no dashboard access on the target site.
AliExpress API
1 of 8 endpoints, ready to run
Product search cards (price, sold_count, rating, store).
{ "ok": true, "meta": { "api": "aliexpress", "endpoint": "search", "mode": "live", "latency_ms": 2414.4, "record_count": 58, "cache_hit": false }, "data": { "query": "wireless earbuds", "country": "US", "currency": "USD", "results": [ { "product_id": "3256812035406015", "title": "New Air Pro True Wireless Bluetooth Earphones Headphones HiFi Sound Latency ANC Noise Reduction Earbuds for IPhone Android", "url": "https://www.aliexpress.com/item/3256812035406015.html", "image": "https://ae-pic-a1.aliexpress-media.com/kf/S356c477f21bb4484b4f0fa8fb4984e1cy.jpg", "images": [ "https://ae-pic-a1.aliexpress-media.com/kf/S356c477f21bb4484b4f0fa8fb4984e1cy.jpg", "https://ae-pic-a1.aliexpress-media.com/kf/S1caaa1f19e454dc59b457952bfa3c58fP.jpg", "https://ae-pic-a1.aliexpress-media.com/kf/S8946aecdd10a4f95a12fe64f258840e6A.jpg" ], "price": 4.79, "original_price": 10.18, "currency": "USD", "discount_pct": 52, "price_formatted": "US $4.79", "sold_count": 5000, "sold_text": "5,000+ sold", "rating": 4.9, "store_name": null, "store_url": null, "product_type": "natural", "promo_tags": [ "Delivery: Sep 02 - 09" ], "sku_id": "12000057789515069" }, { "product_id": "3256811844384040", "title": "2026 New TWS Wireless Earphones with Bluetooth 5.49 Gaming Headset Sport Earbuds with LED Display Earhooks and Built-in Mic", "url": "https://www.aliexpress.com/item/3256811844384040.html", "image": "https://ae-pic-a1.aliexpress-media.com/kf/S0e29ca8ecde64e12a58e4c939d28ce3eZ.jpg", "images": [ "https://ae-pic-a1.aliexpress-media.com/kf/S0e29ca8ecde64e12a58e4c939d28ce3eZ.jpg", "https://ae-pic-a1.aliexpress-media.com/kf/Sf1e9b92e52684a9098d674cca72aeb7ev.jpg", "https://ae-pic-a1.aliexpress-media.com/kf/Sb270915bc0a64740a6cc734578b5500c6.jpg" ], "price": 5.43, "original_price": 28.23, "currency": "USD", "discount_pct": 80, "price_formatted": "US $5.43", "sold_count": 1000, "sold_text": "1,000+ sold", "rating": 4.9, "store_name": null, "store_url": null, "product_type": "natural", "promo_tags": [ "New shoppers save $22.8", "Free shipping" ], "sku_id": "12000057320259387" }, { "product_id": "3256810250412390", "title": "SK Ultra-thin Sleep Headphones 5.3 Wireless Bluetooth Headset Invisible Earbuds Hidden In Ear Button Sports Earphones Waterproof", "url": "https://www.aliexpress.com/item/3256810250412390.html", "image": "https://ae-pic-a1.aliexpress-media.com/kf/S0410badb454e4b03bc30951dbfce9e79B.jpg", "images": [ "https://ae-pic-a1.aliexpress-media.com/kf/S0410badb454e4b03bc30951dbfce9e79B.jpg", "https://ae-pic-a1.aliexpress-media.com/kf/S74b9d4b12ef04e01b11c9899f2650ef4r.jpg", "https://ae-pic-a1.aliexpress-media.com/kf/S82593cf3857045aabb6e85f56c16d205O.jpg" ], "price": 3.51, "original_price": 32.27, "currency": "USD", "discount_pct": 89, "price_formatted": "US $3.51", "sold_count": 1000, "sold_text": "1,000+ sold", "rating": 4.9, "store_name": null, "store_url": null, "product_type": "natural", "promo_tags": [ "New shoppers save $28.76", "Free shipping" ], "sku_id": "12000055962821143" } ], "related_searches": null, "ranking_searches": null } }
How the AliExpress API works
AliExpress is a normal ReefAPI surface — the same four rules that hold for every other engine on the key.
No OAuth app, no request signing, no per-site account. One key covers all 185 engines.
Every route is a POST with a JSON body. Parameters are validated against the published schema before anything is charged.
Credits, not seats. Failed and blocked calls are never charged, and cache hits cost nothing.
One envelope everywhere. meta carries latency_ms, record_count and the endpoint that answered.
AliExpress ids, SKU variants and what country plus currency change
The same AliExpress product is reachable under two different numeric ids, and the per-SKU block is where the prices and images that actually differ per variant live. Everything below was measured on 2026-08-27 with product_detail, search, reviews and shipping. Values shown as null were null in the response, not left blank in this table.
| Field | Measured example | What it means |
|---|---|---|
| product_id (long form) | 3256806194871771 | The number in /item/<id>.html. 16 digits, begins 3256. |
| product_id (short form) | 1005006381186523 | The same product, exactly 2,251,799,813,685,248 (2^51) lower. Accepted as input and echoed back unchanged. Confirmed on four products. |
| sku_id | 12000036967401257 | One buyable variant, color plus size. 17 digits. A shoe listing returned 50 of them. |
| store_id / seller_id | 1102530031 / 2671009820 | Two different numbers on the same store block. store_items and store_info take store_id. |
| review_id | 60095699688325802 | From the reviews action, unrelated to product_id. |
| price_min / price_max | 14.99 / 18.79 EUR | Cheapest and dearest SKU. price_current is the pre-selected SKU, not always the minimum. |
| sold_count | null | Always null on product_detail. The number lives in sold_text as free text ("5.000+ verkauft"). |
| weight | null | meta.weight_found came back false on every product tried. |
| country / currency | US, then DE | Changed the price (2.64 USD to 14.99 EUR), the delivery window (8-14 days to 5-11 days) and the store_url host (aliexpress.com to de.aliexpress.com). |
sku_variants[].props uses localized keys. With language=en the keys were "Color" and "Shoe Size"; with language=de the exact same product returned "Farbe" and "Schuhgroesse". Key your variant matching on sku_id, never on the property name.
What people build with AliExpress
The jobs this data is most often used for.
endpoints
credits per call
Dropshipping tools call search and product_detail to source products with prices, SKUs and shipping.
Price-research products use deals and reviews to find trending, well-rated items.
Catalog tools use store_items to mirror a supplier's full AliExpress inventory.
What AliExpress data costs
The cheapest call here is 1 credit, so $15/mo (Pro) buys 10,000 of them — $1.50 per 1,000 credits. Credits roll over and never expire, and failed or blocked calls are not charged.
Full pricing →- 1,000 free credits on signup, no card
- One key, all 185 APIs, one credit pool
- Failed and blocked calls are never charged
- Credits roll over and never expire
Call it in two lines
Sign up, get 1,000 credits and one key that works on every engine. Then this is the whole protocol.
curl -X POST https://api.reefapi.com/aliexpress/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"wireless earbuds","country":"US","currency":"USD"}'import requests
r = requests.post(
"https://api.reefapi.com/aliexpress/v1/search",
headers={"x-api-key": REEF_KEY},
json={
"query": "wireless earbuds",
"country": "US",
"currency": "USD"
},
)
print(r.json()["data"])Have a question? We got answers.
The questions people actually ask before wiring up AliExpress.
Get a free key →Why does the same AliExpress product have two different ids, 3256... and 1005...?▾
They are the same item written two ways, and the gap between them is a constant: 2,251,799,813,685,248, which is 2^51. Measured on four products on 2026-08-27, for example 3256806194871771 minus 2^51 gives 1005006381186523. Both forms are accepted as product_id and the API echoes back whichever form you sent, so pick one and stay consistent if you are joining against your own table.
Do SKU-level images come through, and why did 50 variants share only 5 images?▾
Every variant carries image and thumbnail, and on a 50-variant running shoe all 50 were populated. Only 5 were distinct because AliExpress attaches the photo to the color, not to the color and size pair, so all ten sizes of the blue shoe point at the same blue photo. If you want the color swatch set on its own, sku_properties[].value_details[] carries one image, thumbnail and color_hex per color value.
Does every size of an AliExpress listing cost the same?▾
No, and that is the usual reason a scraped price looks wrong. On one measured listing price_min was 14.99 EUR and price_max 18.79 EUR, with EU 43 at 16.19 and EU 44 at 16.69. price_current (14.99) is the pre-selected SKU, not an average and not the minimum in every case. Read sku_variants[].price.sale if you need the price for a specific size.
Why is sold_count null when the listing clearly shows thousands sold?▾
AliExpress publishes the figure as a rounded label rather than an exact number, so product_detail returns sold_count null and puts the label in sold_text, for example "50,000+ sold". The search action does parse that label into sold_count, where "1,000+ sold" became 1000 and "24 sold" became 24. Treat search's sold_count as a floor, not an exact count.
What actually changes when I set country and currency?▾
Quite a lot. The same product returned 2.64 USD shipping to the US with an 8 to 14 day estimate, and 14.99 EUR to Germany with 5 to 11 days. The store_url host switched from aliexpress.com to de.aliexpress.com, and sold_text came back in German. meta also reports province_sent, which is defaulted from the country (US gave California, DE gave Berlin), so set province yourself if you need a state-accurate delivery estimate.
Why do the sku_variants property names change between calls?▾
Because the language parameter localizes them. The same shoe returned props keyed "Color" and "Shoe Size" under language=en and "Farbe" and "Schuhgroesse" under language=de. sku_id is stable across languages, so match on sku_id and use props only for display.
Why does review_count in product_detail differ from total_reviews in reviews?▾
They are two different counters read at two different moments. On 2026-08-27 the same product returned review_count 1354 from product_detail and total_reviews 1352 from reviews. The reviews action also gives you summary.distribution with a count per star (5: 1103, 4: 132, 3: 55, 2: 15, 1: 49) plus positive_num, neutral_num and negative_num, which is the block to use when the numbers have to add up.
What does product_type "ad" mean in search results?▾
It marks a sponsored placement. Search rows come back with product_type either "natural" or "ad", and the ad rows are interleaved with organic ones in the same results array. If you are measuring rank or building a price index, filter on product_type equal to "natural" first, otherwise paid placements will move your numbers around.
What is the AliExpress API?▾
AliExpress API is a ReefAPI endpoint group for product search, prices, variants, reviews and shipping. It returns live JSON through POST requests under /aliexpress/v1.
Is the AliExpress API free to try?▾
Yes. ReefAPI starts with 1,000 free credits, no card required. AliExpress calls use the same shared credit balance as every other ReefAPI engine.
Do I need an AliExpress login or account?▾
No login to AliExpress is needed for the API response. You call ReefAPI with your x-api-key header, and the playground can run live examples before you create a production key.
How fresh is the AliExpress data?▾
The page example is captured from a live search call, and production requests fetch live data through ReefAPI rather than a static sample.
How many credits does the AliExpress API use?▾
AliExpress actions currently cost 1-2 credits per successful call. Failed or blocked calls are free, and all APIs draw from one credit pool.
Can I call AliExpress from an AI assistant or MCP client?▾
Yes. Connect ReefAPI once through MCP and your assistant can call aliexpress actions with the same key, credit pool and JSON envelope used by normal REST requests.
37 E-commerce & Marketplaces APIs on the same key
One key, one credit pool, one response envelope. If you are pulling AliExpress, you are one call away from the rest of the category — no second contract, no second integration.
Try it on your own data before you pay anything
The call above is the real endpoint, not a recording. A free key gives you 1,000 credits, the other 184 APIs, and the same envelope everywhere.
Endpoints, parameters and credit costs on this page are read from the live catalog and cannot drift from what the API accepts.