AliExpress Search Scraper avatar

AliExpress Search Scraper

Pricing

$4.00 / 1,000 product results

Go to Apify Store
AliExpress Search Scraper

AliExpress Search Scraper

Scrape AliExpress search results as clean JSON: product title, sale price, original price, discount %, star rating, orders sold, and URL. Bulk, no API key.

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

4 days ago

Last modified

Share

Turn any AliExpress search into clean, structured JSON — product titles, real sale prices, discounts, ratings, and order counts — with no API key and no browser setup.

AliExpress has no open product-search API and rate-limits datacenter IPs, so this Actor runs on residential proxies to fetch results reliably at scale.

What you get

One row per product:

  • title
  • price — current sale price (numeric)
  • originalPrice — pre-discount price
  • discountPct — percent off
  • currency
  • rating — average star rating
  • orders — number sold (parsed to a number) + ordersText (raw, e.g. "469 sold")
  • choice — whether it's an AliExpress Choice item
  • url, image

Use cases

  • Dropshipping & product research — find trending, high-order, well-rated products
  • Price & discount monitoring — track sale prices and discounts over time
  • Competitor & niche analysis — assortment, price bands, demand signals (orders)
  • Feeding AI agents — structured product data for sourcing / comparison agents

Input

FieldTypeDescription
searchQuerystringWhat to search AliExpress for (required)
maxResultsintegerMax products to return (default 60)
proxyConfigurationobjectProxy settings — US residential recommended

Example

{ "searchQuery": "phone case", "maxResults": 120 }

Output

{
"id": "3256811752642309",
"title": "B36 Wireless Bluetooth 5.3 Over-Ear Headphones with ANC",
"price": 1.80,
"originalPrice": 23.13,
"discountPct": 92,
"currency": "USD",
"rating": 4.9,
"orders": 469,
"ordersText": "469 sold",
"choice": false,
"url": "https://www.aliexpress.com/item/3256811752642309.html",
"image": "https://ae-pic-a1.aliexpress-media.com/kf/S169b6f33.jpg"
}

Notes

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