AliExpress Search Scraper — Prices, Orders (No API Key) avatar

AliExpress Search Scraper — Prices, Orders (No API Key)

Pricing

$4.00 / 1,000 product results

Go to Apify Store
AliExpress Search Scraper — Prices, Orders (No API Key)

AliExpress Search Scraper — Prices, Orders (No API Key)

Scrape AliExpress search results with no API key or login. Get title, sale + original price, discount %, rating, orders/sold count, URL, and image as JSON. Pay per result.

Pricing

$4.00 / 1,000 product results

Rating

0.0

(0)

Developer

Jaime Martinez

Jaime Martinez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

AliExpress Search Scraper — No API Key, No Login

Scrape AliExpress search results into clean, structured JSON — no API key, no login, no browser setup. Enter any keyword (like bluetooth headphones or phone case) and get one row per product: title, sale price, original price, discount %, star rating, and orders/sold count, plus currency, product URL, and image. AliExpress has no open product-search API and rate-limits datacenter IPs, so this Actor is built for bulk extraction — price tracking, competitor and market research, and dropshipping product research — and you pay per result delivered.

For reliability at scale it runs on US residential proxies with per-session cookie warm-up, automatic session rotation on blocks, and browser-like TLS/header fingerprinting via got-scraping.

⚡ Quick start

Paste this into the Actor's Input (JSON view) and hit Start:

{
"searchQuery": "laptop",
"maxResults": 40
}

Each result row looks like:

{
"id": "3256805994642318",
"title": "Windows 11 Laptop 15.6 Inch 16GB RAM 512GB SSD Intel N95",
"price": 245.63,
"originalPrice": 491.26,
"discountPct": 50,
"currency": "USD",
"rating": 4.8,
"orders": 1536,
"url": "https://www.aliexpress.com/item/3256805994642318.html"
}

(truncated — the full field list, including ordersText, choice, and image, is in the table below)

Or run it from the API:

POST https://api.apify.com/v2/acts/jamhimself~aliexpress-search-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN

What you get

One row per product:

FieldTypeDescription
idstringAliExpress product ID
titlestringProduct display title
pricenumberCurrent sale price (numeric)
originalPricenumberPre-discount / list price
discountPctnumberPercent off (e.g. 92)
currencystringCurrency code (e.g. USD)
ratingnumberAverage star rating
ordersnumberUnits sold, parsed to a number
ordersTextstringRaw sold text, e.g. "469 sold"
choicebooleanWhether it's an AliExpress Choice item
urlstringProduct page URL
imagestringProduct image URL

Use cases

  • Price & discount monitoring — track sale price, original price, and discount % on any keyword over time to catch drops and promos.
  • Dropshipping & product research — surface trending, high-order, well-rated products with real demand signals (orders) before you list them.
  • Competitor & niche analysis — map assortment, price bands, and rating distributions across a search term to size a niche.
  • Sourcing & resale arbitrage — pull AliExpress supplier prices and sold counts to compute resale margins for eBay/Amazon and validate demand before buying.
  • Market research datasets — build structured price/rating/orders datasets across many queries for trend and pricing analysis.
  • LLM / RAG product feeds — hand agents clean, structured product rows for sourcing, comparison, and recommendation tasks.

Input

FieldTypeRequiredDefaultDescription
searchQuerystringyesbluetooth headphonesKeyword to search AliExpress for
maxResultsintegerno60Max products to return (1–1000)
proxyConfigurationobjectnoUS residentialProxy settings — US residential recommended

To override the proxy, pass a proxyConfiguration object, e.g. { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" } (the default).

Pricing

Pay per result delivered. No subscription — you're charged only for the product rows returned.

If the data helps your workflow, a quick review is genuinely appreciated and helps other buyers find the Actor.

Notes

  • Keep the default US Apify Proxy (residential) for reliable results at scale.
  • AliExpress changes its page structure periodically; this Actor is actively maintained.