AliExpress Supplier Discovery — Store Profiles by Product
Pricing
from $50.00 / 1,000 results
AliExpress Supplier Discovery — Store Profiles by Product
Find and vet AliExpress suppliers by product keyword. Returns store rating, age, followers, 180-day sales, and direct contact links for every unique store. Built for dropshippers and sourcing teams.
Pricing
from $50.00 / 1,000 results
Rating
0.0
(0)
Developer
Omar Jabri
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
21 hours ago
Last modified
Categories
Share
AliExpress Supplier Discovery
Find all unique stores selling a product on AliExpress and return structured supplier intelligence — store rating, age, followers, sales volume, and contact details.
Every other AliExpress actor returns products. This one returns store profiles.
What it does
- Searches AliExpress for your keyword
- Paginates through results, collecting product listings
- Extracts unique store IDs — deduplicates across pages
- Visits each store page (mobile UA for reliability) and scrapes metrics
- Outputs one record per store
Output fields
| Field | Example |
|---|---|
| storeId | "123456789" |
| storeName | "TechGadgets Official Store" |
| storeRating | "4.8" |
| communicationRating | "4.9" |
| positiveReviewsPercent | "97%" |
| followers | "12.3K" |
| soldLast180Days | "5,000+" |
| regularBuyers | "2,341" |
| storeAge | "3 years" |
| customerReviewCount | "1,204" |
| contactLink | (message URL) |
| storeLink | (store URL) |
| keyword | "wireless earbuds" |
| scrapedAt | "2026-05-31T10:00:00+00:00" |
Pricing
$0.05 per store profile returned. A 20-store run costs $1.
Input
| Field | Type | Default | Description |
|---|---|---|---|
| keyword | string | required | Product to search for |
| maxStores | integer | 20 | Max unique stores to return (up to 200) |
| maxSearchPages | integer | 5 | Search pages to scan (each has ~48 products) |
Local development
pip install -r requirements.txtplaywright install chromiumexport APIFY_IS_AT_HOME=0mkdir -p storage/key_value_stores/defaultecho '{"keyword":"wireless earbuds","maxStores":10}' \> storage/key_value_stores/default/INPUT.jsonpython -m src.main
Compliance
This actor accesses only publicly available data on AliExpress. Use extracted data in compliance with AliExpress's Terms of Service, the UK GDPR, and the Copyright and Rights in Databases Regulations 1997. You are responsible for how you use scraped data — particularly personal information such as store contact details. This actor is not affiliated with, endorsed by, or connected to AliExpress or Alibaba Group.
Notes
- AI scoring is not included in v1 — raw metrics only. Coming in v2 based on user demand.
- Uses datacenter proxies (BUYPROXIES94952) with mobile UA — reliable for AliExpress at low concurrency.
- Max concurrency is capped at 2 to avoid CAPTCHA triggers.