$3.00 / 1,000 · Recently published - building its public record.
Run it on Apify → Free to try - runs bill per result on your own account.
Every field is optional unless marked; sensible defaults do the rest.
| Field | Type | What it does | Default |
|---|---|---|---|
keywords |
string | What to search for, exactly as you would type it into AliExpress. | usb cable |
shipTo |
string | Which country the prices are for. AliExpress shows different offers and a different currency per destination, so this decides what you get - not just the exchange rate. | US |
sortBy |
string | How AliExpress should order the results. 'Most orders' is the useful one for finding what actually sells. | - |
minPrice |
integer | Only products at or above this price, in the currency AliExpress serves you. | - |
maxPrice |
integer | Only products at or below this price. | - |
freeShipping |
boolean | Only products AliExpress flags as free shipping. | False |
maxItems |
integer | Stop after this many products. One page carries 60. | 200 |
One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.
| Field | Type | Meaning |
|---|---|---|
productId |
string | AliExpress product id. |
title |
string | Product title as listed. |
url |
string | Canonical product URL, tracking stripped. |
price |
['number', 'null'] | Current sale price for the Ship to country, in the currency named by the currency field. |
currency |
['string', 'null'] | Currency of the price - the currency of the Ship to country. |
priceFormatted |
['string', 'null'] | Price exactly as AliExpress printed it. |
originalPrice |
['number', 'null'] | Pre-discount price when shown. |
discountPercent |
['number', 'null'] | Discount against the original price, when there is one. |
rating |
['number', 'null'] | Average star rating out of 5. |
ordersCount |
['number', 'null'] | How many orders the listing reports, as a number. |
ordersText |
['string', 'null'] | The orders line as AliExpress printed it, in its own language. |
imageUrl |
['string', 'null'] | Product thumbnail. |
Recently published - building its public record. Live record, failures included: status page.
Full documentation, examples and the AI-assistant prompt live on the store page.