VOOZH about

URL: https://apify.com/sian.agency/aliexpress-product-scraper?fpr=sian

โ‡ฑ AliExpress Product Scraper - Search, Reviews & Prices ยท Apify


๐Ÿ‘ AliExpress Product Scraper - Search, Reviews & Price Data avatar

AliExpress Product Scraper - Search, Reviews & Price Data

Pricing

from $2.00 / 1,000 product search results

Go to Apify Store

AliExpress Product Scraper - Search, Reviews & Price Data

Scrape AliExpress at scale: bulk product search, full item details, customer reviews with rating breakdowns, SKU price tiers, shipping estimates and store/seller data. Export clean structured datasets to JSON, CSV or Excel. Pay only for the rows you keep.

Pricing

from $2.00 / 1,000 product search results

Rating

0.0

(0)

Developer

๐Ÿ‘ SIรN Oรœ

SIรN Oรœ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

AliExpress Product Scraper โ€” Search, Reviews & Price Data ๐Ÿ›’

๐Ÿ‘ SIรN Agency Store
๐Ÿ‘ Taobao & Tmall Product Scraper
๐Ÿ‘ TikTok Shop Scraper
๐Ÿ‘ Xiaohongshu RedNote Scraper

๐ŸŽ‰ Six AliExpress scrapers in one โ€” search 60 products per page, then drill into details, reviews, SKU prices, shipping & seller trust

For dropshippers, price-trackers, market researchers and e-commerce teams who need clean AliExpress data without logins, proxies or browser automation.


๐Ÿ“‹ Overview

Pull structured AliExpress data at scale โ€” whether you are sourcing products to dropship, tracking competitor prices, mining customer reviews, or vetting suppliers, this actor turns AliExpress into clean JSON/CSV/Excel in one run.

Why thousands of e-commerce professionals choose us:

  • โœ… Six operations, one actor: product search, full detail, reviews, SKU price tiers, shipping estimates, and store/seller data โ€” no juggling five separate scrapers.
  • โšก 60 products per search page: bulk-search any keyword and get price, order volume, rating and image for every result.
  • ๐ŸŽฏ The data sourcing actually needs: per-variant SKU price matrix, package weight/dimensions, and per-destination shipping fees and ETAs โ€” not just the headline price.
  • ๐Ÿ’ฐ Pay-per-result: you are only charged for rows you keep. The cheap-per-row search headline keeps bulk research affordable.
  • ๐Ÿ’Ž Localized: set region, currency and language to get prices and shipping the way your buyers see them.
  • โœจ No login, no API key, no proxies: paste a keyword or product ID and run.

โœจ Features

  • ๐Ÿ” Product Search: keyword search with ~60 results per page, price/promo, order count, rating and image.
  • ๐Ÿ“ฆ Product Detail: title, image gallery, price ranges, breadcrumbs, package weight/size, delivery and seller.
  • โญ Customer Reviews: per-review text, star rating, buyer country, photos, and the aggregate star breakdown.
  • ๐Ÿ’ฒ SKU Price Matrix: per-variant price, promo price and stock for every option (color, size, etc.).
  • ๐Ÿšš Shipping Estimates: per-destination fee, carrier, transit window, delivery date and tracking availability.
  • ๐Ÿช Store / Seller: followers, positive-feedback rate, seller level and score for supplier due diligence.
  • โ†•๏ธ Sort & price filters: order by best match, most orders or price, and bound by min/max price.
  • ๐ŸŒ Region, currency & locale: localized prices and shipping for any destination market.
  • ๐Ÿ“„ Pagination: fetch multiple pages of search results or reviews in one run, with automatic de-duplication.
  • ๐Ÿ“Š Clean exports: JSON, CSV or Excel straight from the Apify dataset, with a built-in run report.

๐ŸŽฌ Quick Start

Pick an operation, give it a keyword or product ID, and run. Search to discover products, then use a product's itemId for detail, reviews, SKU prices or shipping โ€” and its sellerId for the store profile.

curl-X POST "https://api.apify.com/v2/acts/sian.agency~aliexpress-product-scraper/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{"operation": "productSearch", "keyword": "wireless earbuds", "maxPages": 1}'

๐Ÿš€ Getting Started (3 Simple Steps)

Step 1: Choose an operation

Select Product Search, Product Detail, Product Reviews, SKU Prices, Shipping Estimates, or Store / Seller.

Step 2: Provide the input

A search keyword, a product itemId, or a sellerId โ€” depending on the operation. Optionally set region, currency, locale and price filters.

Step 3: Run and export

Start the run and export the dataset to JSON, CSV or Excel.

That's it! In under a minute, you'll have:

  • Clean, structured AliExpress data matching your operation
  • Localized prices and shipping for your target market
  • A ready-to-analyze dataset and an HTML run report

๐Ÿ“ฅ Input Configuration

FieldTypeRequiredDescription
operationstringYesproductSearch ยท productDetail ยท productReviews ยท skuPrices ยท shippingEstimate ยท storeInfo
keywordstringFor searchSearch query (Product Search)
sortstringNodefault ยท salesDesc ยท priceAsc ยท priceDesc
minPrice / maxPriceintegerNoPrice bounds for Product Search
itemIdstringFor detail/reviews/sku/shippingNumeric AliExpress product ID
sellerIdstringFor storeNumeric AliExpress seller ID
regionstringNoDestination country code (default US)
currencystringNoCurrency code (default USD)
localestringNoLanguage locale (default en_US)
maxPagesintegerNoPages to fetch for paginated ops (default 3, max 50)

Example โ€” Product Search:

{
"operation":"productSearch",
"keyword":"summer dress",
"sort":"salesDesc",
"minPrice":5,
"maxPrice":40,
"region":"US",
"currency":"USD",
"maxPages":2
}

Example โ€” Product Detail:

{
"operation":"productDetail",
"itemId":"3256808868342109",
"region":"US",
"currency":"USD"
}

๐Ÿ“ค Output

Results are saved to the Apify dataset. Fields vary by operation; the most valuable include:

FieldTypeDescription
itemIdstringAliExpress product ID
productTitlestringProduct title
price / promotionPricenumberList and promotion price
currencyCodestringCurrency of the prices
salesnumberNumber of orders
averageStarRatenumberAverage rating (0โ€“5)
skuListarrayPer-variant price/stock matrix (SKU Prices)
reviewContentstringCustomer review text (Reviews)
reviewStarsnumberStar rating of the review
buyerCountrystringReviewer country
shippingFeestringShipping cost (Shipping)
estimateDeliveryDatestringEstimated delivery date
storeFollowersnumberStore followers (Store)
sellerPositiveRatestringSeller positive-feedback rate
productUrlstringCanonical product page URL

Example โ€” search result row:

{
"itemId":"3256808868342109",
"productTitle":"M-4XL Summer Plus Loose Printed Short Sleeve Dress for Women",
"price":18.66,
"promotionPrice":8.23,
"currencyCode":"USD",
"sales":900,
"averageStarRate":4.9,
"productUrl":"https://www.aliexpress.com/item/3256808868342109.html",
"_operation":"productSearch",
"status":"success"
}

๐Ÿ’ผ Use Cases & Examples

1. Product & Niche Research

E-commerce researchers mapping a category before committing inventory.

Input: A keyword plus sort and price filters. Output: ~60 products per page with price, orders, rating and seller. Use: Spot winning products and saturated niches at a glance.

2. Price & Promotion Monitoring

Repricing tools and deal sites tracking AliExpress prices over time.

Input: A product itemId (or a keyword to track a basket). Output: List price, promo price and the full per-variant SKU price matrix. Use: Power price-tracker alerts and competitive intelligence.

3. Dropshipping Sourcing

Dropshippers vetting suppliers and computing landed cost.

Input: A product itemId. Output: Full detail, SKU prices, package weight/dimensions and shipping estimates per destination. Use: Calculate margins and import products into a store.

4. Review Sentiment Analysis

Brands and analysts mining customer feedback.

Input: A product itemId. Output: Per-review text, stars, buyer country and the aggregate rating breakdown. Use: Run NLP sentiment analysis and product-quality scoring.

5. Supplier Due Diligence

Sourcing teams benchmarking store trust.

Input: A sellerId. Output: Followers, positive-feedback rate, seller level and score. Use: Vet suppliers before placing orders.


๐Ÿ”— Integration Examples

JavaScript/Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_TOKEN'});
const run =await client.actor('sian.agency/aliexpress-product-scraper').call({
operation:'productSearch',
keyword:'wireless earbuds',
maxPages:1
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0]);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('sian.agency/aliexpress-product-scraper').call(
run_input={'operation':'productDetail','itemId':'3256808868342109'}
)
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

cURL

curl-X POST 'https://api.apify.com/v2/acts/sian.agency~aliexpress-product-scraper/runs?token=YOUR_TOKEN'\
-H'Content-Type: application/json'\
-d'{"operation": "productReviews", "itemId": "3256808868342109", "maxPages": 1}'

Automation Workflows (N8N / Zapier / Make)

  1. Trigger: Schedule or webhook
  2. HTTP Request: Call the actor API
  3. Process: Handle JSON results
  4. Action: Save, notify, or transform

๐Ÿ“Š Performance & Pricing

FREE Tier (Try It Now)

  • Full feature access, same data quality
  • No credit card required
  • Perfect for testing and small projects

PAID Tier (Production Ready)

  • Scale up search and review pagination
  • Pay-per-result: only charged for successful rows

๐Ÿ’ฐ Cheap-per-row search headline โ€” bulk product research stays affordable; richer single-record operations (detail, SKU, shipping, store) are priced as premium enrichment.

๐Ÿ”— View current pricing


โ“ Frequently Asked Questions

Q: How do I get a product's itemId? A: Run a Product Search first and copy itemId from any result row, or take the numeric segment from an AliExpress product URL (https://www.aliexpress.com/item/{ID}.html).

Q: Can I get prices in my own currency? A: Yes โ€” set region, currency and locale and prices/shipping localize accordingly.

Q: What output formats are available? A: JSON, CSV and Excel โ€” export directly from the Apify dataset.

Q: Does Product Search return hard prices? A: Yes โ€” each search row includes list price and promotion price. For the full per-variant matrix, use the SKU Prices operation.

Q: Can I scrape reviews and the rating breakdown? A: Yes โ€” Product Reviews returns per-review rows plus the aggregate star distribution and positive/negative rates.

Q: Do I need an account or API key? A: No โ€” just provide a keyword or product ID and run.


๐Ÿ› Troubleshooting

No results returned for a search

  • Try a broader keyword, or relax the minPrice / maxPrice bounds.

"Invalid or missing required parameter"

  • Make sure the operation's required input is set: keyword for search, itemId for detail/reviews/SKU/shipping, sellerId for store.

"Temporarily unavailable โ€” please retry"

  • The data source had a transient hiccup. The actor retries automatically; re-run if it persists.

A product ID isn't found

  • The product may have been removed or be region-restricted. Try a different region.

โš ๏ธ Trademark Disclaimer

This is an independent scraping tool. It is not affiliated with, endorsed by, or sponsored by Alibaba Group Holding Limited or AliExpress. The AliExpressยฎ name and logo are trademarks of their respective owners and are used here only for nominative, descriptive purposes (to identify the public marketplace this tool collects publicly available data from).


โš–๏ธ Is it legal to scrape data?

Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.


๐Ÿค Support

๐Ÿ‘ Telegram Support

Join our active support community


Built by SIรN Agency | More Tools

You might also like

AliExpress Scraper โ€” Products, Reviews & Sellers

khadinakbar/aliexpress-all-in-one-scraper

Scrape AliExpress product listings, full product details (specs, SKU variants, images), customer reviews, and seller data. Search by keyword or paste product/search URLs - the Actor auto-detects what to scrape. Pay-per-event pricing.

60

AliExpress Scraper 2026 โ€” Products, Prices, Reviews

cryptosignals/aliexpress-scraper

Scrape AliExpress product listings โ€” extract title, price, seller, rating, review count, shipping cost, and product URL. Bulk scraping. CSV/JSON output.

81

AliExpress Product Scraper

xtracto/aliexpress-product-scraper

Extract product data from AliExpress item pages.

๐Ÿ‘ User avatar

Farhan Febrian Nauval

3

AliExpress Scraper

santamaria-automations/aliexpress-scraper

Scrape product listings from AliExpress. Extract prices, ratings, reviews, seller info, and shipping details. Perfect for dropshipping research and price monitoring.

Aliexpress Product Details

coladeu/aliexpress-product-details

AliExpress Product Details Scraper allows you to extract complete product information from AliExpress product pages like descriptions, shipping info, sku prices etc. This actor scrapes structured and up-to-date data directly from AliExpress product URLs, making it ideal for e-commerce research

AliExpress Scraper | Product Listings and Prices

parseforge/aliexpress-scraper

Scrape AliExpress product listings including titles, prices, ratings, reviews, sold counts, shipping details, and seller information. Extract product images, variations, and store data from the global marketplace for price monitoring and product research

AliExpress Product Scraper

dataharvest/aliexpress-scraper

Scrape products from AliExpress. Filter by price, rating, orders and free shipping.

AliExpress Scraper

logical_scrapers/aliexpress-scraper

Powerful AliExpress product scraper that extracts detailed product data from search results. Get real-time pricing, sales data, and product information from AliExpress marketplace. Perfect for market research, price monitoring, and competitive analysis. Clean, structured JSON output.

417

4.7

AliExpress Product Variant Details Scraper

nifty.codes/aliexpress-product-ariants-scraper

Extract product variants including SKU ID, price, stock, and attributes from individual AliExpress product pages. Powered by AliExpress Scraper.

AliExpress Listings Scraper

piotrv1001/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.

672

4.5

Related articles

How to get data from AliExpress to create a drop shipping store
Read more