Searches AliExpress and delivers each item with product id, title, sale and original price, discount percent, star rating, orders sold, store name and link, selling points, image and item URL. Parsed from the page's own hydration payload (the item node is located by shape, not by a hard-coded path, so a layout reshuffle does not break it). TLS tier, no browser.
$0.001 per delivered item, up to 250 items per run. Nothing delivered means nothing charged.
Inputs
query (string, required) — What to search, e.g. "running shoes".
currency (string) — Price currency, e.g. USD or EUR.
country (string) — ISO 3166-1 alpha-2 code — picks the local site AND the proxy exit (default us).
max_results (integer) — How many items to deliver at most (1–250). You pay only for delivered items.
What one item looks like
rank (integer) — 1-based position across pages.
page (integer) — Search page the row came from.
product_id (string) — AliExpress product id.
title (string) — Item title.
price (string, nullable) — Sale price as shown.
price_value (number, nullable) — Numeric sale price.
discount_percent (number, nullable) — Discount as a percentage.
rating (number, nullable) — Star rating (1–5).
orders (string, nullable) — Orders sold as shown ("1,000+ sold").
store (string, nullable) — Store name.
store_url (string, nullable) — Store URL.
ships_from (string, nullable) — Shipping selling point when present.
selling_points (string[]) — Promo chips on the card.
image (string, nullable) — Image URL.
url (string) — Item URL.
FAQ
What does the AliExpress search API return?
Searches AliExpress and delivers each item with product id, title, sale and original price, discount percent, star rating, orders sold, store name and link, selling points, image and item URL. Parsed from the page's own hydration payload (the item node is located by shape, not by a hard-coded path, so a layout reshuffle does not break it). TLS tier, no browser. Each row carries 17 fields, listed in full on this page.
What do I send it?
A semantic input, not a URL list: query are required. One run returns up to 250 items.
How much does the AliExpress search API cost?
$0.001 per delivered item. A run that delivers nothing is not billed, and the
monthly free credit covers about 1,000 items here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.