AliExpress Store / Seller Profile Scraper avatar

AliExpress Store / Seller Profile Scraper

Pricing

from $0.99 / 1,000 results

Go to Apify Store
AliExpress Store / Seller Profile Scraper

AliExpress Store / Seller Profile Scraper

Extract AliExpress storefront identity: company name, business type, year established, follower count, rating, country, main products. Gracefully degrades when the storefront is served as a CSR shell.

Pricing

from $0.99 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

AliExpress Store Scraper

Extract any AliExpress seller's public profile — store name, business details, year established, follower count, rating, country, and main products — from any store URL.

Why use this actor

  • No AliExpress account or login required — works on fully public store pages.
  • Accepts full store URLs or bare numeric store IDs interchangeably.
  • Returns rich identity data: company name, business license, registered address, business type, and main products.
  • Trust signals included — positive feedback rate, follower count, top-rated flag, and store rating.
  • Stable JSON output ready to load into any database, spreadsheet, or data pipeline.
  • Automatic retries ensure reliable results even on slower store pages.

How it works

  1. You provide one or more AliExpress store URLs or numeric store IDs.
  2. The actor visits each store page and extracts the public seller profile.
  3. Trust signals, contact details, and catalog metadata are parsed from the storefront.
  4. Results stream into your Apify dataset as each store is processed.
  5. Download the complete dataset as JSON, CSV, or Excel when the run finishes.

You don't need to manage any browsers or scrapers.

Input

{
"storeUrls": [
{ "url": "https://www.aliexpress.com/store/1101283016" }
],
"country": "US",
"currency": "USD",
"maxConcurrency": 4,
"maxRequestRetries": 6,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }
}
FieldTypeDescription
storeUrlsarrayFull store URLs (https://www.aliexpress.com/store/<id>) or bare numeric store IDs.
countrystringTwo-letter ISO country code used when loading the storefront (e.g. US, GB, DE). Default: US.
currencystringISO currency code (e.g. USD, EUR, GBP). Default: USD.
maxConcurrencyintegerMaximum parallel store fetches. Default: 4.
maxRequestRetriesintegerPer-request retry budget before giving up. Default: 6.
proxyConfigurationobjectApify Proxy or your own proxy list. RESIDENTIAL group is recommended.

Output

One record per store:

{
"url": "https://www.aliexpress.com/store/1101283016",
"storeId": "1101283016",
"storeName": "UGREEN Official Store",
"companyName": "Shenzhen Ugreen Techn Co., Ltd.",
"businessLicense": "91440300MA5EXXXXXXXX",
"registeredAddress": "Shenzhen, Guangdong, China",
"businessType": "Manufacturer",
"yearEstablished": 2012,
"mainProducts": "USB cables, charging accessories, audio adapters",
"country": "China",
"positiveRate": "98.3",
"followers": 284500,
"rating": 4.9,
"topRated": true,
"pageTitle": "UGREEN Official Store - AliExpress",
"canonicalUrl": "https://www.aliexpress.com/store/1101283016",
"scrapedAt": "2026-05-13T04:35:22Z"
}
FieldTypeDescription
urlstringThe store URL that was scraped.
storeIdstringAliExpress numeric store ID.
storeNamestringStore display name.
companyNamestringRegistered legal entity name (where disclosed).
businessLicensestringBusiness license number (where disclosed).
registeredAddressstringRegistered business address (where disclosed).
businessTypestringBusiness classification (e.g. Manufacturer, Retailer, Trading Company).
yearEstablishedintegerYear the store was registered on AliExpress.
mainProductsstringProducts the seller self-describes as their main catalog.
countrystringSeller's country.
positiveRatestringPercentage of positive buyer feedback.
followersintegerNumber of store followers.
ratingnumberStore star rating (0–5).
topRatedbooleanWhether AliExpress has awarded a top-rated badge.
scrapedAtstringISO 8601 timestamp of when the record was collected.

Other AliExpress Scrapers

ActorDescription
AliExpress Search ScraperKeyword search results across multiple pages.
AliExpress Category ScraperBrowse products by category ID.
AliExpress Product ScraperFull product detail from individual product URLs.
AliExpress Store ScraperStore profile and identity data from seller pages.
AliExpress Review ScraperPer-product review aggregates for every item in a store.