AliExpress Search Scraper avatar

AliExpress Search Scraper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
AliExpress Search Scraper

AliExpress Search Scraper

AliExpress Search Scraper fetches product listings by keyword and returns prices, ratings, sold counts, and shipping details as structured data, so you can see what actually sells and what it costs.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

AliExpress Search Scraper

AliExpress Search Scraper fetches product listings from AliExpress search pages and saves them as structured data. Enter keywords, set filters, and it pages through results collecting prices, ratings, sold counts, discounts, images, and promotional labels.

What you get

Each result includes:

  • Product title, ID, and direct URL
  • Sale price, original price, discount percentage, and currency
  • Star rating and orders sold
  • Main product image URL and additional carousel images
  • Promotional labels shown on the card (e.g. new-buyer discounts, coin savings, free shipping)

How to use

  1. Open the actor on Apify and click Try for free.
  2. Enter your search keywords in the Search keywords field.
  3. Set optional filters: minimum price, minimum rating, or minimum orders.
  4. Pick a sort order (relevance, price, orders, or top rated).
  5. Set how many items and pages to collect per keyword.
  6. Click Start and download results as JSON, CSV, or Excel.

Input example

{
"keywords": ["smartphone", "wireless earbuds"],
"maxItems": 48,
"maxPages": 2,
"minRating": 4.5,
"sort": "orders"
}

Output example

{
"keyword": "smartphone",
"page": 1,
"position": 1,
"productId": "1005008001302101",
"productTitle": "SOYES XS18 Pro Mini Smartphone 2GB RAM 16GB ROM Android 9.0",
"productUrl": "https://www.aliexpress.com/item/1005008001302101.html",
"imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/Sd419c7122b4e430fb3e0d405ec9a436dG.jpg",
"additionalImages": [],
"price": 25.35,
"originalPrice": 60.76,
"currency": "USD",
"formattedPrice": "US $181.24",
"discount": "-55%",
"rating": 4.9,
"orders": 78615,
"shipping": "Free shipping",
"shippingFrom": "ES",
"tags": ["Delivery in 2 days", "Free shipping"],
"isTopRated": true,
"scrapedAt": "2025-01-15T10:30:00.000000+00:00"
}

Output fields

FieldTypeDescription
keywordstringThe search keyword used
pageintegerPage number where this product appeared
positionintegerProduct position in search results (1-based)
productIdstringAliExpress item ID
productTitlestringFull product listing title
productUrlstringDirect link to the product page
imageUrlstringMain product image URL
additionalImagesarrayExtra product images (if available)
pricenumberCurrent sale price
originalPricenumberOriginal price before discount
currencystringISO 4217 currency code (e.g. USD, EUR)
formattedPricestringSale price as displayed on AliExpress (e.g. "US $41.51")
discountstringDiscount percentage (e.g. -30%)
ratingnumberStar rating 1-5, or null if no reviews yet
ordersintegerTotal orders sold
shippingstringShipping label (e.g. "Free shipping"), or null
shippingFromstringCountry code of shipping origin (e.g. CN, ES)
tagsarrayPromotional labels shown on the card
isTopRatedbooleanTrue if rating is 4.8 or above
scrapedAtstringISO 8601 timestamp of when this record was collected

Input reference

FieldTypeRequiredDefaultDescription
keywordsstring[]Yes-Search keywords
sortstringNodefaultSort order: default, orders, price_asc, price_desc, rating
minPricenumberNo-Minimum product price
maxPricenumberNo-Maximum product price
minRatingnumberNo-Minimum star rating (0-5)
minOrdersintegerNo-Minimum orders sold
maxItemsintegerNo48Max products per keyword (up to 200)
maxPagesintegerNoautoMax pages per keyword (up to 20, auto-calculated from maxItems by default)
requestTimeoutSecsintegerNo60Request timeout in seconds

Use cases

  • Checking prices before sourcing: see what the top listings for any keyword are actually charging.
  • Finding what's selling: sort by orders to skip listings with no real traction.
  • Filtering by quality: set a minimum rating and order count to avoid untested products.
  • Exporting for analysis: download as CSV or JSON and open in Excel or any BI tool.

Notes

  • AliExpress search returns roughly 60 products per page.
  • tags contains all promotional labels shown on the card (new buyer discounts, coin savings, free shipping when available). The content varies by region and locale.
  • Prices and currency reflect the region AliExpress assigns based on the request origin.