AliExpress Search Scraper avatar

AliExpress Search Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
AliExpress Search Scraper

AliExpress Search Scraper

Run keyword searches on AliExpress and collect every result card across paginated pages.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search any keyword on AliExpress and export every product card — price, rating, orders, store details, and more — across as many pages as you need.

Why use this actor

  • No AliExpress account or login required — works on fully public search results.
  • Multi-keyword input with configurable page depth per query.
  • Localized results — choose your ship-to country and currency at run time.
  • Rich card payload including title, sale price, original price, discount, rating, orders count, free-shipping flag, and sponsored indicator.
  • Stable JSON output ready to load into any database, spreadsheet, or data pipeline.
  • Automatic retries ensure you get complete results even on flaky connections.

How it works

  1. You provide one or more search keywords and set how many pages to collect per keyword.
  2. The actor fetches each search results page and parses every product card on the page.
  3. Localization settings (country, currency) are applied so prices reflect your target market.
  4. Results stream into your Apify dataset as they are collected, page by page.
  5. When all pages are done you can download the full dataset as JSON, CSV, or Excel.

You don't need to manage any browsers or scrapers.

Input

{
"queries": ["bluetooth headphones", "mini projector"],
"maxPagesPerQuery": 3,
"country": "US",
"currency": "USD",
"maxConcurrency": 4,
"maxRequestRetries": 4,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
queriesarraySearch keywords — one string per entry.
maxPagesPerQueryintegerPages to collect per keyword. Each page has up to 60 products. Default: 3.
countrystringTwo-letter ISO country code for localized pricing and shipping (e.g. US, GB, DE). Default: US.
currencystringISO currency code for displayed prices (e.g. USD, EUR, GBP). Default: USD.
maxConcurrencyintegerMaximum parallel page requests. Default: 4.
maxRequestRetriesintegerPer-request retry budget before giving up. Default: 4.
proxyConfigurationobjectApify Proxy or your own proxy list. RESIDENTIAL group is recommended.

Output

One record per product card per page:

{
"query": "bluetooth headphones",
"page": 1,
"position": 3,
"productId": "1005005847632158",
"title": "TWS Wireless Bluetooth 5.3 Earphones Noise Cancellation In-Ear Headphones with Mic",
"price": 6.58,
"priceFormatted": "US $6.58",
"originalPrice": 12.99,
"originalPriceFormatted": "US $12.99",
"discount": 49,
"currency": "USD",
"currencySymbol": "US $",
"rating": 4.6,
"orders": 5300,
"ordersRaw": "5300+ sold",
"freeShipping": true,
"tags": ["Free shipping", "Save $6"],
"sponsored": false,
"image": "https://ae01.alicdn.com/kf/S3fab12c7a3dc4e1f9f.jpg",
"images": ["https://ae01.alicdn.com/kf/S3fab12c7a3dc4e1f9f.jpg"],
"url": "https://www.aliexpress.com/item/1005005847632158.html",
"storeId": "1103856720",
"storeName": "TechGadgets Official Store",
"storeUrl": "https://www.aliexpress.com/store/1103856720",
"productType": "natural",
"totalResults": 48000,
"pageSize": 60,
"scrapedAt": "2026-05-13T04:35:22Z"
}
FieldTypeDescription
querystringThe search keyword that produced this result.
pageintegerPage number this card appeared on.
positionintegerPosition of the card on the page (1-indexed).
productIdstringAliExpress product ID.
titlestringFull product title.
pricenumberCurrent sale price.
priceFormattedstringSale price with currency symbol.
originalPricenumberPre-discount price (if any).
discountintegerDiscount percentage (0 if no discount).
currencystringISO currency code.
ratingnumberAverage star rating (0–5). Present on ~17% of cards.
ordersintegerTotal orders count. Present on ~42% of cards.
freeShippingbooleanWhether free shipping is offered.
sponsoredbooleantrue for paid-placement cards.
imagestringPrimary product image URL.
urlstringDirect link to the product page.
storeIdstringSeller's store ID.
storeNamestringSeller's store name.
totalResultsintegerTotal results AliExpress reports for this query.
scrapedAtstringISO 8601 timestamp of when the record was collected.

Other AliExpress Scrapers

ActorDescription
AliExpress Search ScraperKeyword search results across multiple pages.
AliExpress Category ScraperBrowse products by category ID.
AliExpress Product ScraperFull product detail from individual product URLs.
AliExpress Store ScraperStore profile and identity data from seller pages.
AliExpress Review ScraperPer-product review aggregates for every item in a store.