AliExpress Scraper πŸ›οΈ avatar

AliExpress Scraper πŸ›οΈ

Pricing

from $1.00 / 1,000 results

Go to Apify Store
AliExpress Scraper πŸ›οΈ

AliExpress Scraper πŸ›οΈ

Instantly extract product details, pricing, reviews, and seller information from AliExpress. Perfect for dropshipping research, price monitoring, and e-commerce market analysis. Gather comprehensive data from the global marketplace with ease to power your business insights.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(4)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

1

Bookmarked

105

Total users

15

Monthly active users

6 days ago

Last modified

Share

AliExpress Product Scraper

Extract comprehensive product data from AliExpress with ease. Collect prices, ratings, reviews, seller information, and sales data at scale. Perfect for market research, price monitoring, competitor analysis, and dropshipping product sourcing.

Features

  • Keyword Search β€” Search products using any keyword or phrase
  • Direct URL Support β€” Start from AliExpress search, category, or listing URLs
  • Price Filtering β€” Filter by minimum and maximum price range
  • Sorting Options β€” Sort by price, orders, or relevance
  • Seller Information β€” Get store names and direct store URLs
  • Product Ratings β€” Extract star ratings and review counts
  • Sales Data β€” See how many orders each product has received
  • High Volume β€” Collect hundreds or thousands of products per run

Use Cases

E-commerce Research

Discover trending products and analyze pricing strategies across categories. Identify best-selling items and understand market demand patterns.

Price Monitoring

Track competitor pricing in real-time. Monitor price fluctuations and discount patterns to optimize your own pricing strategy.

Dropshipping & Sourcing

Find reliable suppliers by analyzing store ratings, order volumes, and customer reviews. Compare similar products across multiple sellers.

Competitive Analysis

Benchmark your products against competitors. Analyze pricing, ratings, and sales performance across the marketplace.

Lead Generation

Build targeted lists of suppliers and sellers for outreach campaigns. Filter by product category, price range, or sales volume.


Input Parameters

ParameterTypeRequiredDefaultDescription
keywordStringNo"Towel"Search term to find products
startUrlStringNo"https://www.aliexpress.com/w/wholesale-Towel.html"AliExpress URL to scrape (search, category, or listing URL)
minPriceNumberNoβ€”Minimum product price
maxPriceNumberNoβ€”Maximum product price
sortByStringNo"default"Sort order: default, price_asc, price_desc, orders
results_wantedIntegerNo20Maximum number of products to collect
proxyConfigurationObjectNoResidentialProxy settings for requests

Output Data

Each item in the dataset contains:

FieldTypeDescription
product_idStringUnique AliExpress product identifier
titleStringFull product title and description
priceStringCurrent sale price with currency symbol
original_priceStringOriginal price before discount
price_amountNumberParsed numeric value of the current price
original_price_amountNumberParsed numeric value of the original price
currencyStringCurrency code (USD, EUR, etc.)
ratingNumberAverage star rating (1.0 - 5.0)
reviews_countNumberTotal number of customer reviews
ordersNumberNumber of items sold
sales_textStringRaw sales text as shown in search cards
store_nameStringName of the seller's store
store_idStringUnique seller/store identifier
store_urlStringDirect URL to the seller's store page
image_urlStringMain product image URL
product_urlStringDirect link to product detail page
product_url_cleanStringCanonical product URL without tracking parameters
source_from_pageStringSource placement marker from listing payload
source_orig_item_idStringOriginal item ID metadata when present
source_orig_sl_item_idStringOriginal listing item ID metadata when present
source_order_rawStringRaw order-count source value
source_eval_rawStringRaw review-count source value
is_sponsoredBooleanIndicates whether the listing was marked as sponsored

Usage Examples

Basic Extraction

Extract products from a keyword search:

{
"keyword": "wireless earbuds",
"results_wanted": 50
}

Advanced Filtering

Apply price filters and sorting for targeted results:

{
"keyword": "phone case",
"minPrice": 5,
"maxPrice": 25,
"sortBy": "orders",
"results_wanted": 100
}

Direct URL Input

Start from any supported AliExpress URL:

{
"startUrl": "https://www.aliexpress.com/category/44/consumer-electronics.html",
"results_wanted": 150
}

Sample Output

{
"product_id": "3256811494945016",
"title": "28pcs Individually Packaged Compressed Towel Set, Portable Travel Towels",
"price": "US $0.08",
"original_price": "US $0.16",
"price_amount": 0.08,
"original_price_amount": 0.16,
"currency": "USD",
"rating": 4.9,
"reviews_count": 1,
"orders": 2000,
"sales_text": "2,000+ sold",
"store_name": "Daily Home Store",
"store_id": "1102312345",
"store_url": "https://www.aliexpress.com/store/1102312345",
"image_url": "https://ae-pic-a1.aliexpress-media.com/kf/A03ae9a69b14c4c59a146e38488fb0ce7g.jpg",
"product_url": "https://www.aliexpress.com/item/3256811494945016.html?algo_pvid=...",
"product_url_clean": "https://www.aliexpress.com/item/3256811494945016.html",
"source_from_page": "search",
"source_orig_item_id": "1005011684499509",
"source_orig_sl_item_id": "1005011681259768",
"source_order_raw": "2958",
"source_eval_raw": "1",
"is_sponsored": false
}

Tips for Best Results

Choose Working URLs

  • Verify URLs are accessible and return search results
  • Start with popular product categories
  • Test with different search terms

Optimize Collection Size

  • Start small for testing (20-50 results)
  • Increase for production runs
  • Balance speed vs. data quantity

Proxy Configuration

For reliable results, residential proxies are recommended:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Integrations

Connect your data with:

  • Google Sheets β€” Export for analysis
  • Airtable β€” Build searchable databases
  • Slack β€” Get notifications
  • Webhooks β€” Send to custom endpoints
  • Make β€” Create automated workflows
  • Zapier β€” Trigger actions

Export Formats

Download data in multiple formats:

  • JSON β€” For developers and APIs
  • CSV β€” For spreadsheet analysis
  • Excel β€” For business reporting
  • XML β€” For system integrations

Frequently Asked Questions

How many items can I collect?

You can collect all available items. The practical limit depends on the website.

Can I scrape multiple pages?

Yes, the actor automatically handles pagination to reach your desired result count.

What if data is missing?

Some fields may be empty if the source doesn't provide that information.

How often is the data updated?

Each run fetches real-time data directly from AliExpress.

Can I search specific categories?

Yes, provide the category URL directly in startUrl.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with website terms of service and applicable laws. Use data responsibly and respect rate limits.