AliExpress Store / Seller Profile Scraper
Pricing
from $0.99 / 1,000 results
Go to Apify Store

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
Maintained by CommunityActor 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
- You provide one or more AliExpress store URLs or numeric store IDs.
- The actor visits each store page and extracts the public seller profile.
- Trust signals, contact details, and catalog metadata are parsed from the storefront.
- Results stream into your Apify dataset as each store is processed.
- 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" }}
| Field | Type | Description |
|---|---|---|
storeUrls | array | Full store URLs (https://www.aliexpress.com/store/<id>) or bare numeric store IDs. |
country | string | Two-letter ISO country code used when loading the storefront (e.g. US, GB, DE). Default: US. |
currency | string | ISO currency code (e.g. USD, EUR, GBP). Default: USD. |
maxConcurrency | integer | Maximum parallel store fetches. Default: 4. |
maxRequestRetries | integer | Per-request retry budget before giving up. Default: 6. |
proxyConfiguration | object | Apify 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"}
| Field | Type | Description |
|---|---|---|
url | string | The store URL that was scraped. |
storeId | string | AliExpress numeric store ID. |
storeName | string | Store display name. |
companyName | string | Registered legal entity name (where disclosed). |
businessLicense | string | Business license number (where disclosed). |
registeredAddress | string | Registered business address (where disclosed). |
businessType | string | Business classification (e.g. Manufacturer, Retailer, Trading Company). |
yearEstablished | integer | Year the store was registered on AliExpress. |
mainProducts | string | Products the seller self-describes as their main catalog. |
country | string | Seller's country. |
positiveRate | string | Percentage of positive buyer feedback. |
followers | integer | Number of store followers. |
rating | number | Store star rating (0–5). |
topRated | boolean | Whether AliExpress has awarded a top-rated badge. |
scrapedAt | string | ISO 8601 timestamp of when the record was collected. |
Other AliExpress Scrapers
| Actor | Description |
|---|---|
| AliExpress Search Scraper | Keyword search results across multiple pages. |
| AliExpress Category Scraper | Browse products by category ID. |
| AliExpress Product Scraper | Full product detail from individual product URLs. |
| AliExpress Store Scraper | Store profile and identity data from seller pages. |
| AliExpress Review Scraper | Per-product review aggregates for every item in a store. |