AliExpress Listings Scraper avatar

AliExpress Listings Scraper

Pricing

from $2.50 / 1,000 products

Go to Apify Store
AliExpress Listings Scraper

AliExpress Listings Scraper

The AliExpress Listings Scraper extracts product data from AliExpress search URLs, capturing images, titles, prices, stock status, and store detailsβ€”ideal for market research, price tracking, and competitor analysis.

Pricing

from $2.50 / 1,000 products

Rating

5.0

(4)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

11

Bookmarked

852

Total users

74

Monthly active users

7 days ago

Last modified

Share

πŸ›’ AliExpress Listings Scraper

Type a search term, get structured AliExpress product data. The AliExpress Listings Scraper turns any keyword or search URL into clean rows of prices, discounts, ratings and sales volume β€” ready for price tracking, product research and competitor analysis.

No login, no cookies, no AliExpress account. Prices are pinned to USD on every run, so results are comparable no matter where the run happens from.

✨ Features

  • πŸ” Search by keyword β€” type wireless earbuds and press start. No need to leave for AliExpress to build a URL by hand.
  • πŸ”— Or paste your own URLs β€” already filtered a search on the site? Paste the URL and it is scraped exactly as-is.
  • πŸ’΅ Comparable prices β€” the storefront is pinned to USD, so a run from any region returns the same currency.
  • πŸ“ˆ Sales volume as a number β€” totalSoldCount is sortable and thresholdable, not just the "10,000+ sold" display text.
  • 🎯 Bounded runs β€” set Max products and know exactly what a run costs before you start it.
  • πŸ›‘οΈ Escalating proxies β€” starts on cheap proxies and switches to residential only when AliExpress actually blocks, keeping cost down.

πŸ› οΈ How to Use the AliExpress Listings Scraper

  1. Enter a search term – Type what you are looking for, one term per line. The Actor builds the AliExpress search URL for you.
  2. Or paste search URLs – Optional. Use these when you have already applied filters on AliExpress and want that exact result set.
  3. Set your limit – Max products caps the run. Each results page holds 60 products, so higher limits fetch additional pages.
  4. Run the scraper – Click Start.
  5. Export your data – Download as JSON, CSV, Excel or HTML, or pull it via the Apify API.

πŸ”§ Input

FieldTypeDescription
searchQueriesArrayWhat to search for, one term per line. The easiest way to start β€” the search URL is built for you.
searchUrlsArrayOptional. AliExpress search result URLs, scraped exactly as-is. Combined with any search terms above.
maxResultsIntegerMaximum products per run, across all terms and URLs. Default 50. 60 per page, so higher values fetch more pages.
proxyConfigurationObjectProxy settings. The default starts cheap and falls back to residential only when blocked.

Provide at least one of searchQueries or searchUrls β€” the run fails immediately with a clear message if both are empty, rather than billing you for nothing.

πŸ“Š Sample Output Data

The scraper provides structured JSON output with key product details. Example:

[
{
"id": "3256812108357810",
"productUrl": "https://www.aliexpress.com/item/3256812108357810.html",
"title": "100FT Bluetooth LED Strip Lights, RGB Color Changing Led Strip Lighting with 24-Key Remote and APP Control, Music Sync Lights",
"productType": "natural",
"price": 0.99,
"originalPrice": 33.02,
"discountPercentage": 97,
"currency": "USD",
"inStock": true,
"imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/S1d6e6992bb0a492693995dd645546ad3l.jpg",
"additionalImages": [
"https://ae-pic-a1.aliexpress-media.com/kf/S1d6e6992bb0a492693995dd645546ad3l.jpg",
"https://ae-pic-a1.aliexpress-media.com/kf/S6f8c067c451345b8b36d7f74b7c47111e.jpg",
"https://ae-pic-a1.aliexpress-media.com/kf/S34d22a6b49ba4f1eaf836240d6b35f05f.jpg",
"… 5 more"
],
"rating": 4.7,
"totalSold": "275 sold",
"totalSoldCount": 275,
"sellingPoints": [
"New shoppers save $32.03",
"Delivery: Aug 09 - 17"
],
"scrapedAt": "2026-08-05T08:20:40.310Z"
},
{
"id": "3256811467887701",
"productUrl": "https://www.aliexpress.com/item/3256811467887701.html",
"title": "LED Strip Lights RGB 5050 LED Strips Bluetooth APP Control Color Changing DC 12V 30LEDS/M Per Meter For Bedroom Room Kitchen Bar",
"productType": "natural",
"price": 3.26,
"originalPrice": 30.1,
"discountPercentage": 89,
"currency": "USD",
"inStock": true,
"imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/S85137b042a314794a3f1a68476b550a7a.jpg",
"additionalImages": [
"https://ae-pic-a1.aliexpress-media.com/kf/S85137b042a314794a3f1a68476b550a7a.jpg",
"https://ae-pic-a1.aliexpress-media.com/kf/Sfd32686367344cc6b9c61586347665a92.jpg",
"https://ae-pic-a1.aliexpress-media.com/kf/S736dd6c0a2e243c39c2b6d47c4e822cfD.jpg",
"… 3 more"
],
"rating": 4.9,
"totalSold": "202 sold",
"totalSoldCount": 202,
"sellingPoints": [
"New shoppers save $26.84",
"Delivery: Aug 09 - 17"
],
"scrapedAt": "2026-08-05T08:20:40.310Z"
}
]

πŸ“‹ Output Fields

Every run returns these 16 fields per record:

FieldTypeDescription
idstringAliExpress product ID
productUrlstringDirect link to the product page
titlestringProduct title
productTypestringAliExpress product type
pricenumberCurrent sale price
originalPricenumberPrice before discount
discountPercentagenumberDiscount percentage off the original price
currencystringISO currency code of the prices
inStockbooleanWhether the product is currently purchasable
imageUrlstringMain product image
additionalImagesarrayFurther product gallery images
ratingnumberAverage customer rating out of 5
totalSoldstringUnits sold, as displayed (e.g. "10,000+ sold")
totalSoldCountnumberUnits sold as a number, for sorting and thresholds
sellingPointsarrayPromotional badges shown on the listing
scrapedAtstringISO 8601 timestamp of when this row was scraped

πŸ’΅ Pricing

This Actor uses the pay-per-event pricing model β€” you only pay for what you get:

EventPriceWhen it's charged
Actor start$0.00005Once per run.
Product$0.0025Per product row returned.

A default run of 50 products costs about $0.13, so 100 products is roughly $0.25. Nothing else is charged β€” no per-page or per-request fees β€” and a run that returns no products costs only the start event. New Apify accounts include free monthly usage credits, so you can try it at no cost.

πŸ’‘ Tips

  • Start with the default 50 to preview the data shape before scaling up.
  • Sort your export by totalSoldCount to find what is actually selling, rather than what is merely listed.
  • discountPercentage on AliExpress is often calculated from an inflated originalPrice β€” treat it as a marketing signal, not a real saving.
  • Schedule a daily run on the same search terms and diff price against scrapedAt to build a price history.
  • Several terms in one run is cheaper than several runs β€” the start fee is charged once.

⚠️ Good to Know

  • One AliExpress results page holds 60 products. Ask for more and the Actor fetches additional pages automatically.
  • AliExpress prices in the currency of the exit IP's country. This Actor pins the storefront to USD so a rotating proxy cannot mix currencies inside one dataset.
  • AliExpress serves a captcha page to traffic it thinks is automated. Runs retry on a fresh session and escalate to residential proxies; a heavily blocked run is slow rather than empty.
  • Search terms must use Latin letters or digits β€” that is what an AliExpress search URL is built from. A term like θ€³ζœΊ is skipped with a warning in the log; paste the AliExpress search URL into Search URLs instead.
  • store / seller data is not returned. It does not exist in the search payload β€” that needs the product detail page, and this Actor does not claim data it cannot deliver.

❓ FAQ

Do I need an AliExpress account or cookies? No. The Actor only reads publicly visible search results β€” no login, nothing to configure.

Why are my prices not in my local currency? By design. The storefront is pinned to USD so that prices from different runs and different proxy exits are directly comparable. Convert downstream if you need another currency.

Can I scrape a specific product page? Not with this Actor β€” it works on search results. For a single item's reviews, see the AliExpress Reviews Scraper.

Why did my run return fewer products than I asked for? The search itself had fewer results, or some pages were blocked. The run's status message says which.

Is scraping AliExpress legal? This Actor collects only publicly available listing data. You are responsible for using it in compliance with AliExpress's Terms of Service and applicable laws.

πŸ”— More Marketplace Actors

Same data shape, different marketplace:

πŸ†˜ Support

Found a bug or need a custom data field? Open an issue from the Actor's Issues tab and we'll take a look. Custom scraping solutions are also available on request.

Optimize your e-commerce strategy with AliExpress Listings Scraper today! πŸš€