E-commerce & Marketplaces

AliExpress API

The AliExpress API returns product search, full detail and store data as clean JSON.

10 actionsLive JSON1,000 free creditsMCP-ready
Get a free keyOpen in playground

🤖 Using an AI assistant? Copy this link into ChatGPT / Claude / Cursor — it reads every endpoint and parameter instantly and tells you if this API fits your use case.

The primary search endpoint returns products with id, title, URL, images, price, original price, discount, units sold and rating, and you can pull a product_detail with SKUs, reviews, similar products, description, shipping options, a store's info, items and categories, and current deals. It is built for price research, dropshipping and catalog tools that need AliExpress data without scraping a heavily-defended marketplace. One ReefAPI key, one shared credit pool, the standard envelope.

Live example

Real request and response JSON

Captured from the indexed primary action, search, on .

Captured request
{
  "method": "POST",
  "url": "https://api.reefapi.com/aliexpress/v1/search",
  "headers": {
    "x-api-key": "$REEF_KEY",
    "content-type": "application/json"
  },
  "body": {
    "query": "wireless earbuds",
    "country": "US",
    "currency": "USD"
  }
}
Captured response
{
  "ok": true,
  "meta": {
    "api": "aliexpress",
    "endpoint": "search",
    "mode": "live",
    "latency_ms": 1561.2,
    "record_count": 60,
    "bytes": 736717,
    "cache_hit": false,
    "version": "0.1",
    "page": 1,
    "pagination": {
      "page": 1,
      "has_more": true
    }
  },
  "data": {
    "query": "wireless earbuds",
    "country": "US",
    "currency": "USD",
    "results": [
      {
        "product_id": "[redacted-phone]",
        "title": "Baseus Bass EP10 NC -43dB Noise Cancelling ANC True Wireless Earbuds Bluetooth 6.0 In-Ear Wireless Earphones 4-Mics ENC Ear buds",
        "url": "https://www.aliexpress.com/item/[redacted-phone].html",
        "image": "https://ae-pic-a1.aliexpress-media.com/kf/Sa802af2e290b4ffdb151cacc25733ef8x.jpg",
        "images": [
          "https://ae-pic-a1.aliexpress-media.com/kf/Sa802af2e290b4ffdb151cacc25733ef8x.jpg",
          "https://ae-pic-a1.aliexpress-media.com/kf/Sa71cf8de22bb44808f92748d95d1413dt.png",
          "https://ae-pic-a1.aliexpress-media.com/kf/Sa73b727b92734a5bb1ac082531d50829Z.png"
        ],
        "price": 13.75,
        "original_price": 44.43,
        "currency": "USD",
        "discount_pct": 69,
        "price_formatted": "US $13.75",
        "sold_count": 10000,
        "sold_text": "10,000+ sold",
        "rating": 4.9,
        "store_name": null,
        "store_url": null,
        "product_type": "natural",
        "promo_tags": [
          "New shoppers save $30.68",
          "Lowest price in 90 days"
        ],
        "sku_id": "[redacted-phone]"
      },
      {
        "product_id": "[redacted-phone]",
        "title": "QCY T13 ANC Active Noise Cancelling Wireless Earbuds Bluetooth 5.3 Headphones 4 Mics ENC Clear Calls Earphones 30H Playtime IPX5",
        "url": "https://www.aliexpress.com/item/[redacted-phone].html",
        "image": "https://ae-pic-a1.aliexpress-media.com/kf/S5fdfcad8a1a24f919f7734a805f46c84l.jpg",
        "images": [
          "https://ae-pic-a1.aliexpress-media.com/kf/S5fdfcad8a1a24f919f7734a805f46c84l.jpg",
          "https://ae-pic-a1.aliexpress-media.com/kf/S46d0988a85bc42a38eb4155c50f516c26.jpg",
          "https://ae-pic-a1.aliexpress-media.com/kf/S66d59a917dd943caa4d014993d4215c6O.jpg"
        ],
        "price": 26.39,
        "original_price": 55.34,
        "currency": "USD",
        "discount_pct": 52,
        "price_formatted": "US $26.39",
        "sold_count": 5000,
        "sold_text": "5,000+ sold",
        "rating": 4.9,
        "store_name": null,
        "store_url": null,
        "product_type": "natural",
        "promo_tags": [
          "Save $28.95",
          "Delivery: Jul 24 - 29"
        ],
        "sku_id": "[redacted-phone]"
      },
      {
        "product_id": "[redacted-phone]",
        "title": "Bluetooth headset TWS hands-free LED Dispay headset Bluetooth HiFi stereo music wireless earplug game headset",
        "url": "https://www.aliexpress.com/item/[redacted-phone].html",
        "image": "https://ae-pic-a1.aliexpress-media.com/kf/S2b686cc68e564b6e83fb2a593aaa0f4fT.jpg",
        "images": [
          "https://ae-pic-a1.aliexpress-media.com/kf/S2b686cc68e564b6e83fb2a593aaa0f4fT.jpg",
          "https://ae-pic-a1.aliexpress-media.com/kf/Sa90e58eeca6c415885f6fab146615b63y.jpg",
          "https://ae-pic-a1.aliexpress-media.com/kf/Sbc5bb29cba2c4a81b05a7a8bf5b8c993c.jpg"
        ],
        "price": 0.33,
        "original_price": 7.95,
        "currency": "USD",
        "discount_pct": 95,
        "price_formatted": "US $0.33",
        "sold_count": 5000,
        "sold_text": "5,000+ sold",
        "rating": 4.9,
        "store_name": null,
        "store_url": null,
        "product_type": "natural",
        "promo_tags": [
          "Save $7.62",
          "Delivery: Jul 24 - 29"
        ],
        "sku_id": "[redacted-phone]"
      }
    ],
    "related_searches": [
      "wireless earrings earbuds",
      "aptx wireless earbuds",
      "wireless earbuds ear hook"
    ],
    "ranking_searches": [
      "wireless headphones",
      "white earbuds",
      "ear buds"
    ]
  }
}
Actions

What the AliExpress API does

ActionDescriptionConcrete use caseKey params
searchProduct search cards (price, sold_count, rating, store); filters sort/min_price/max_price/ship_from/free_shipping, paginatedPricing teams call search to get product search cards (price, sold_count, rating, store); filters sort/min_price/max_price/shi….query, country, currency, page, max_pages, ...
product_detailFull product + SKU-variant price/stock matrix + specs + images + video + store + shipping + rating + coupons + sale countdown + wishlist countsMarketplace operators call product_detail to get full product + SKU-variant price/stock matrix + specs + images + video + store + shipping + r….product_id, url, country, currency
reviewsBuyer reviews (paginated — fetch many pages in one call) + rating distributionCatalog enrichment teams call reviews to get buyer reviews (paginated.product_id, url, page, max_pages, page_size, ...
similarProducts similar to a given item (search-backed 'more like this', seed product excluded), paginatedRetail analysts call similar to get products similar to a given item (search-backed 'more like this', seed product excluded), pag….product_id, url, query, page, max_pages, ...
descriptionFull product description text + imagesPricing teams call description to get full product description text + images.product_id, url, description_url, country, currency
shippingShipping options per destination countryMarketplace operators call shipping to get shipping options per destination country.product_id, url, country, currency
store_infoStore profile (+ live seller metrics when a query is supplied)Catalog enrichment teams call store_info to get store profile (+ live seller metrics when a query is supplied).store_id, store_url, query, country, currency
store_itemsStore catalog items (keyword-scoped to the store; shopId alone lists nothing)Retail analysts call store_items to get store catalog items (keyword-scoped to the store; shopId alone lists nothing).store_id, query, page, max_pages, country, ...
store_categoriesStore category treePricing teams call store_categories to get store category tree.store_id, store_url, country, currency
dealsSuperDeals / discounted cards (search-derived, sorted by discount)Marketplace operators call deals to get superDeals / discounted cards (search-derived, sorted by discount).query, min_discount, sort, page, max_pages, ...
Code samples

Call search from your stack

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"}'
MCP one-liner
Ask your MCP-connected assistant: call reefapi.aliexpress.search with {"query":"wireless earbuds","country":"US","currency":"USD"}.
Use cases

Who uses this API and why

  • 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.
FAQ

Questions developers ask before integrating

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 a 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 credit 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.

Is the AliExpress API a AliExpress scraper?

It is the managed alternative to a DIY AliExpress scraper. Instead of building and maintaining your own scraper — proxies, headless browsers, captcha and constant breakage — you call one ReefAPI endpoint and get the same product search, prices, variants, reviews and shipping back as clean JSON.

Why does my AliExpress scraper keep getting blocked?

Most AliExpress scrapers break on anti-bot defenses, rate limits and IP bans that need rotating residential proxies and browser fingerprinting to clear. ReefAPI handles all of that for you — no proxies, no captchas, no maintenance — and returns live JSON. Blocked or failed calls are free.

docs / aliexpress

AliExpress

Product search, prices, variants, reviews and shipping.

base /aliexpress/v110 endpoints
post/aliexpress/v1/product_detail1 credit

Full product + SKU-variant price/stock matrix + specs + images + video + store + shipping + rating + coupons + sale countdown + wishlist counts

ParameterAllowed / rangeDescription
product_idoptionalAliExpress product ID — the digits in the product URL (…/item/<id>.html). Provide product_id OR url.
urloptionalFull product URL — alternative to product_id.
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
Try in playground →
post/aliexpress/v1/reviews1 credit

Buyer reviews (paginated — fetch many pages in one call) + rating distribution

ParameterAllowed / rangeDescription
product_idoptionalAliExpress product ID — the digits in the product URL (…/item/<id>.html). Provide product_id OR url.
urloptionalFull product URL — alternative to product_id.
filter = alloptionalall · image · additionalWhich reviews to return (passed to the upstream feedback API; the 3 listed are the documented values).
page_size = 10optional1–20Reviews per page (1–20; larger values are capped at 20).
max_pages = 1optional1–20How many consecutive review pages to gather in one call (1–20). Combine with page_size=20 to pull all reviews of a product (e.g. max_pages=10 → up to 200 reviews).
review_sort = complex_defaultoptionalUpstream sort key (advanced) — leave at the default.
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
page = 1optional1–Page number to start from (easy paging: 1, 2, 3…).
Try in playground →
post/aliexpress/v1/similar1 credit

Products similar to a given item (search-backed 'more like this', seed product excluded), paginated

ParameterAllowed / rangeDescription
product_idoptionalAliExpress product ID — the digits in the product URL (…/item/<id>.html). Provide product_id OR url.
urloptionalFull product URL — alternative to product_id.
queryoptionalOptional seed keywords — overrides the product's own title (skips the detail lookup). Provide product_id/url OR query.
sort = best_matchoptionalbest_match · orders · price_low · price_high · newest · default · best_selling · price_asc · price_descResult ordering.
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
page = 1optional1–Page number to start from (easy paging: 1, 2, 3…).
max_pages = 1optional1–10How many consecutive pages to fetch in one call (1–10, ~48–60 results per page; larger values are capped at 10).
Try in playground →
post/aliexpress/v1/description1 credit

Full product description text + images

ParameterAllowed / rangeDescription
product_idoptionalAliExpress product ID — the digits in the product URL (…/item/<id>.html). Provide product_id OR url.
urloptionalFull product URL — alternative to product_id.
description_urloptionalDirect description URL from a previous product_detail response (advanced — skips one lookup).
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
Try in playground →
post/aliexpress/v1/shipping1 credit

Shipping options per destination country

ParameterAllowed / rangeDescription
product_idoptionalAliExpress product ID — the digits in the product URL (…/item/<id>.html). Provide product_id OR url.
urloptionalFull product URL — alternative to product_id.
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
Try in playground →
post/aliexpress/v1/store_info1 credit

Store profile (+ live seller metrics when a query is supplied)

ParameterAllowed / rangeDescription
store_idoptionalAliExpress store ID — the digits in the store URL (…/store/<id>). Provide store_id OR store_url.
store_urloptionalFull store URL — alternative to store_id.
queryoptionalAny keyword the store sells — unlocks live seller metrics (score, positive rate, feedback count). Optional.
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
Try in playground →
post/aliexpress/v1/store_items1 credit

Store catalog items (keyword-scoped to the store; shopId alone lists nothing)

ParameterAllowed / rangeDescription
store_idrequiredAliExpress store ID — the digits in the store URL (…/store/<id>).
queryrequiredKeyword to search within the store (required — the store catalog is only reachable through a keyword).
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
page = 1optional1–Page number to start from (easy paging: 1, 2, 3…).
max_pages = 1optional1–10How many consecutive pages to fetch in one call (1–10, ~48–60 results per page; larger values are capped at 10).
Try in playground →
post/aliexpress/v1/store_categories1 credit

Store category tree

ParameterAllowed / rangeDescription
store_idoptionalAliExpress store ID — the digits in the store URL (…/store/<id>). Provide store_id OR store_url.
store_urloptionalFull store URL — alternative to store_id.
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
Try in playground →
post/aliexpress/v1/deals1 credit

SuperDeals / discounted cards (search-derived, sorted by discount)

ParameterAllowed / rangeDescription
queryrequiredProduct keywords to find deals for.
min_discount = 0optional0–99Only items discounted at least this % off the original price.
sort = ordersoptionalbest_match · orders · price_low · price_high · newest · default · best_selling · price_asc · price_descHow candidate items are ranked before the discount filter.
country = USoptionalShip-to country (2-letter ISO code, e.g. US, DE, TR). Changes prices, availability and shipping options.
currency = USDoptionalCurrency for prices (3-letter ISO code, e.g. USD, EUR, TRY).
page = 1optional1–Page number to start from (easy paging: 1, 2, 3…).
max_pages = 1optional1–10How many consecutive pages to fetch in one call (1–10, ~48–60 results per page; larger values are capped at 10).
Try in playground →