AliExpress Store Details Scraper avatar

AliExpress Store Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
AliExpress Store Details Scraper

AliExpress Store Details Scraper

Extract store profiles, follower counts, and seller ratings from AliExpress store pages. Powered by AliExpress Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

1

Monthly active users

3 days ago

Last modified

Share

This actor extracts Stores from AliExpress. It runs on store pages and returns data including seller identity, reputation metrics, and business status. Use this tool to monitor competitor performance and seller history.

Want more from AliExpress?

This actor covers Stores only. The full AliExpress Scraper browser extension also includes Products, Variants, Reviews with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the AliExpress Scraper extension


Data Fields

Field NameDescriptionExample
Store NameThe official name of the shop"Global Tech Store"
Store LogoURL to the store profile image"https://ae01.alicdn.com/kf/logo.jpg"
Positive RatePercentage of positive feedback"98.5%"
Seller IDUnique identifier for the seller"234567890"
Opened TimeDate the store was established"Oct 12, 2018"
Followers CountNumber of users following the store15420
Store URLDirect link to the store homepage"https://www.aliexpress.com/store/123456"
Seller Business TypeLegal classification of the seller"Company"
Vacation ModeCurrent status of the shopfalse
Top Brand SellerWhether the store has top brand statustrue

Input

  • urls: Array of URL strings. Provide direct links to AliExpress store pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.aliexpress.com/store/1101234567"],
"maxItems": 10
}

Example Output

[
{
"storeName": "Official Electronics Hub",
"storeLogo": "https://ae01.alicdn.com/kf/S8234.jpg",
"positiveRate": "97.2%",
"sellerId": "2678123",
"openedTime": "Jan 15, 2020",
"followersCount": 8500,
"storeUrl": "https://www.aliexpress.com/store/1101234567",
"sellerBusinessType": "Manufacturer",
"vacationMode": false,
"topBrandSeller": true
},
{
"storeName": "Fashion Direct Store",
"storeLogo": "https://ae01.alicdn.com/kf/S9912.jpg",
"positiveRate": "94.8%",
"sellerId": "2991044",
"openedTime": "Mar 03, 2021",
"followersCount": 1200,
"storeUrl": "https://www.aliexpress.com/store/1109876543",
"sellerBusinessType": "Individual",
"vacationMode": true,
"topBrandSeller": false
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.