AliExpress Product Scraper - Listings, Prices & Orders avatar

AliExpress Product Scraper - Listings, Prices & Orders

Pricing

from $5.00 / 1,000 results

Go to Apify Store
AliExpress Product Scraper - Listings, Prices & Orders

AliExpress Product Scraper - Listings, Prices & Orders

Scrape AliExpress search results in bulk: product titles, prices, orders sold, ratings and image URLs as clean JSON. Many keywords or AliExpress search URLs per run, deep pagination, any currency. No login or API key needed.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Nicolas van Arkens

Nicolas van Arkens

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

AliExpress Product Scraper — Listings, Prices, Orders & Ratings

Scrape AliExpress search results in bulk and get clean JSON for every product: title, price, number of orders sold, rating, and image URL. Feed it a list of keywords (or your own AliExpress search URLs) and it paginates deep, returning thousands of product rows per run — no login, no API key, no browser needed.

Perfect for product research, dropshipping, price monitoring, market analysis, and competitor tracking on the world's largest cross-border marketplace.

What you get

Each product in the results is one clean JSON row with these fields:

FieldDescription
productIdAliExpress product ID
titleProduct title
urlDirect link to the product page
priceSale price as shown (e.g. US $12.34)
priceValueSale price as a number for sorting/filtering
priceMaxUpper price when the listing shows a range
currencyCurrency code of the prices (USD, EUR, …)
originalPrice / originalPriceValuePre-discount price, when shown
ordersNumber of orders sold (parsed to an integer)
ordersTextRaw "sold" text (e.g. 1,000+ sold)
ratingAverage star rating (0–5), when shown
imageMain product image URL
tagsBadge/selling-point texts (e.g. free shipping)
searchTermThe keyword/URL this row came from
positionRank of the product within its search
scrapedAtUTC timestamp of the scrape

Input

{
"searchTerms": ["wireless earbuds", "led strip lights"],
"maxResultsPerQuery": 300,
"sortBy": "orders",
"currency": "USD",
"shipToCountry": "US",
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
  • searchTerms — one or more keywords. Each is searched and paginated independently.
  • directUrls — optional: paste full AliExpress search URLs (with your own category or filters applied) instead of / in addition to keywords.
  • maxResultsPerQuery — how many products to collect per keyword/URL (deep paginated).
  • sortByrelevance, orders (most sold), newest, price_asc, price_desc.
  • currency — 3-letter code prices are returned in (USD, EUR, GBP, …).
  • shipToCountry — 2-letter region code used for the shipping context.
  • proxyConfigurationRESIDENTIAL Apify Proxy is strongly recommended. AliExpress serves a CAPTCHA / "punish" page to datacenter traffic; residential IPs get real pages.

Output sample

{
"productId": "1005006789012345",
"title": "Wireless Earbuds Bluetooth 5.3 Headphones HiFi Stereo",
"url": "https://www.aliexpress.com/item/1005006789012345.html",
"price": "US $12.34",
"priceValue": 12.34,
"priceMax": null,
"currency": "USD",
"originalPrice": "US $24.68",
"originalPriceValue": 24.68,
"orders": 1000,
"ordersText": "1,000+ sold",
"rating": 4.7,
"image": "https://ae01.alicdn.com/kf/Sabcdef.jpg",
"tags": ["Free shipping"],
"searchTerm": "wireless earbuds",
"position": 1,
"scrapedAt": "2026-07-18T12:00:00+00:00"
}

Use cases

  • Dropshipping product research — find best-selling products by orders and rating.
  • Price monitoring — track prices and discounts across many keywords over time.
  • Market & competitor analysis — map pricing and demand for a niche.

FAQ

Do I need an AliExpress account or API key? No. The actor reads AliExpress's public search pages — just enter keywords.

Why is a residential proxy recommended? AliExpress blocks datacenter IPs with a CAPTCHA page. RESIDENTIAL Apify Proxy (the default) returns real result pages reliably.

How many products can I get? Up to a few thousand per keyword (AliExpress's own search cap). Add more keywords to collect more in one run.

What currency are prices in? Whatever you set in currency (default USD); AliExpress converts prices to that currency regardless of the proxy exit country.

How am I billed? Pay per result — one charge per product row returned. CAPTCHA/empty pages return nothing and are never charged.