AliExpress Supplier Discovery — Store Profiles by Product avatar

AliExpress Supplier Discovery — Store Profiles by Product

Pricing

from $50.00 / 1,000 results

Go to Apify Store
AliExpress Supplier Discovery — Store Profiles by Product

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

Omar Jabri

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

21 hours ago

Last modified

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

  1. Searches AliExpress for your keyword
  2. Paginates through results, collecting product listings
  3. Extracts unique store IDs — deduplicates across pages
  4. Visits each store page (mobile UA for reliability) and scrapes metrics
  5. Outputs one record per store

Output fields

FieldExample
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

FieldTypeDefaultDescription
keywordstringrequiredProduct to search for
maxStoresinteger20Max unique stores to return (up to 200)
maxSearchPagesinteger5Search pages to scan (each has ~48 products)

Local development

pip install -r requirements.txt
playwright install chromium
export APIFY_IS_AT_HOME=0
mkdir -p storage/key_value_stores/default
echo '{"keyword":"wireless earbuds","maxStores":10}' \
> storage/key_value_stores/default/INPUT.json
python -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.