VOOZH about

URL: https://apify.com/pintostudio/shein-store-popularity

โ‡ฑ Shein Store Popularity [DEPRECATED] ยท Apify


๐Ÿ‘ Shein Store Popularity avatar

Shein Store Popularity

Deprecated

Pricing

$5.00/month + usage

Go to Apify Store

Shein Store Popularity

Deprecated

An Apify actor that extracts real-time popularity indicators and social proof data from SHEIN store pages, including recent purchases, follows, browsing activity, and store statistics.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Pinto Studio

Pinto Studio

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a year ago

Last modified

Share

SHEIN Store Popularity Actor

An Apify actor that extracts real-time popularity indicators and social proof data from SHEIN store pages, including recent purchases, follows, browsing activity, and store statistics.

Overview

This actor scrapes SHEIN store pages to collect popularity metrics and social proof elements that SHEIN displays to create urgency and trust signals. The data includes recent purchases, follower activity, current browsing indicators, and store performance statistics.

Features

  • Extract real-time purchase notifications
  • Collect follower activity data
  • Capture browsing indicators
  • Retrieve store performance metrics (sales, repurchases)
  • Support for multiple SHEIN regional sites
  • JSON output format for easy integration

Input Parameters

Required Parameters

ParameterTypeDescription
storeUrlstringThe SHEIN store URL to scrape popularity data from

Optional Parameters

ParameterTypeDefaultDescription
countryCodestring"us"Two-letter country code for SHEIN regional site

Supported Country Codes

The actor supports the following SHEIN regional sites:

  • us - United States
  • de - Germany
  • fr - France
  • it - Italy
  • ch - Switzerland
  • pl - Poland
  • pt - Portugal
  • es - Spain
  • se - Sweden
  • uk - United Kingdom
  • ca - Canada
  • mx - Mexico
  • br - Brazil
  • ae - UAE
  • sa - Saudi Arabia
  • ru - Russia
  • jp - Japan
  • kr - South Korea
  • cn - China
  • tw - Taiwan
  • hk - Hong Kong
  • au - Australia
  • in - India
  • id - Indonesia
  • ph - Philippines
  • my - Malaysia
  • sg - Singapore
  • tr - Turkey
  • nl - Netherlands
  • be - Belgium
  • at - Austria
  • dk - Denmark
  • no - Norway
  • fi - Finland
  • ie - Ireland
  • vn - Vietnam
  • th - Thailand
  • il - Israel

Input Example

{
"storeUrl":"https://pt.shein.com/store/home?ici=PageGoodsDetail&main_cate_id=12478&main_goods_id=69536888&rule_poskey=DetailShopItemList&src_identifier=on%3Dstore%60cn%3DSHEIN%20LUNE%60hz%3D0%60ps%3D1_1%60jc%3DthirdPartyStoreHome_3276656780&src_module=DetailBrand&src_tab_page_id=page_goods_detail1749203412328&store_code=3276656780&tab=home",
"countryCode":"pt"
}

Output Format

The actor returns a JSON object containing popularity tips and completion timestamp:

{
"results":{
"tips":[
{
"tipIcon":"string|null",
"popType":"string",
"memberId":"string|null",
"saleTime":"string",
"goodsId":"string|null",
"clickUrl":"string|null",
"saleTip":"string",
"nameTip":"string|null",
"timeTip":"string|null"
}
]
},
"completedAt":"ISO_DATE_STRING"
}

Output Fields Description

FieldTypeDescription
tipIconstring/nullURL to the icon associated with the popularity tip
popTypestringType identifier for the popularity notification
memberIdstring/nullAnonymized member ID (when applicable)
saleTimestringUnix timestamp of the activity (when applicable)
goodsIdstring/nullProduct ID associated with the activity
clickUrlstring/nullRelative URL for clicking through to product details
saleTipstringComplete text of the popularity notification
nameTipstring/nullName portion of the notification
timeTipstring/nullTime portion of the notification

Popularity Types

The actor captures different types of popularity indicators:

  • Sales Notifications (popType: "3878"): Recent purchases by other users
  • Follow Activity (popType: "4456"): Users following the store
  • Browsing Activity (popType: "4569"): Users currently viewing the store
  • Store Statistics (popType: "4562"): Total sales metrics
  • Repurchase Data (popType: "4563"): Customer retention metrics

Output Example

{
"results":{
"tips":[
{
"tipIcon":"https://img.shein.com/images3/2025/03/17/ef/17421942022976df269211ef75be1c3e5de0d1a4e5.png",
"popType":"4562",
"memberId":null,
"saleTime":"",
"goodsId":null,
"clickUrl":null,
"saleTip":"999K+ sold recently",
"nameTip":null,
"timeTip":null
},
{
"tipIcon":"https://img.shein.com/images3/2025/03/17/fe/1742194324c912904c94193176ff1fae002c6c8020.png",
"popType":"4563",
"memberId":null,
"saleTime":"",
"goodsId":null,
"clickUrl":null,
"saleTip":"999K+ repurchase",
"nameTip":null,
"timeTip":null
},
{
"tipIcon":null,
"popType":"3878",
"memberId":"4515734048",
"saleTime":"1749625619",
"goodsId":"34720769",
"clickUrl":"/goods_details/goods_details?data=%7B%22aod_id%22%3Anull%2C%22goods_id%22%3A%2234720769%22%7D",
"saleTip":"a***9 paid 10 minutes ago",
"nameTip":"a***9 paid",
"timeTip":"10 minutes ago"
},
{
"tipIcon":null,
"popType":"4456",
"memberId":"1208783871",
"saleTime":"1749623931",
"goodsId":null,
"clickUrl":null,
"saleTip":"n***a followed 30 minutes ago",
"nameTip":"n***a followed",
"timeTip":"30 minutes ago"
},
{
"tipIcon":null,
"popType":"4569",
"memberId":"4507489968",
"saleTime":"",
"goodsId":null,
"clickUrl":null,
"saleTip":"p***7 is browsing",
"nameTip":"p***7 is browsing",
"timeTip":""
}
]
},
"completedAt":"2025-06-11T07:31:08.266Z"
}

Usage

  1. Set up the input: Provide a valid SHEIN store URL and optionally specify the country code
  2. Run the actor: The actor will extract all available popularity indicators from the store page
  3. Process results: Use the structured JSON output for analysis, monitoring, or integration with other systems

Use Cases

  • Market Research: Monitor competitor store performance and popularity
  • Social Proof Analysis: Analyze how SHEIN uses social proof elements
  • E-commerce Intelligence: Track store activity patterns and customer engagement
  • Business Intelligence: Gather insights on store performance metrics
  • Academic Research: Study social proof mechanisms in e-commerce

Error Handling

The actor includes error handling for:

  • Invalid store URLs
  • Network connectivity issues
  • Missing required parameters
  • Regional site accessibility problems

Data Storage

Results are stored in two locations:

  • Dataset: Individual popularity tips for detailed analysis
  • Key-Value Store: Complete results with metadata under the key "output"

Support

If you have any questions or encounter any issues, please consult the Apify documentation or reach out to us through one of the following channels:


You might also like

Shein Store Products

pintostudio/shein-store-products

The SHEIN Store Products Actor is a powerful web scraping tool that allows you to extract product information from SHEIN store pages.

62

Shein Search Products Scraper

pintostudio/shein-search-products-scraper

The SHEIN Search Products Actor is a powerful web scraping tool deployed on the Apify platform that allows you to search and extract product information from SHEIN's global e-commerce platform.

52

RedNote Shop Scraper โ€” Xiaohongshu Products & Vendors

zhorex/rednote-shop-scraper

Scrape RedNote (Xiaohongshu) e-commerce data โ€” product listings, prices, sellers, and store catalogs. Track competitor pricing, find trending products, monitor your brand on China's #1 lifestyle commerce platform. 3 modes: product search, vendor products, product detail.

MyDealz Deals Scraper - Extract German Deals & Discounts Data

truenorth/mydealz-deals-scraper

Scrape a list of deals from mydealz.de with a search query or merchant id.

Check24 Flight Search Scraper

ecomscrape/check24-flight-search-scraper

Automate flight data extraction from Check24.de, Germany's largest comparison portal. Extract comprehensive flight information including prices, schedules, luggage details, and booking options from over 1 million flight offers for market analysis and competitive intelligence.

ecomscrape

3

Walmart Reviews Scraper

axesso_data/walmart-reviews-scraper

Our Walmart Product Reviews Scraper retrieves structured customer reviews from Walmart including star ratings, review text, author details, timestamps, and media. It provides real-time insights ideal for analyzing customer feedback and product satisfaction.

164

5.0

(2)

Gelbe Seiten Business Search Scraper

ecomscrape/gelbeseiten-business-search-scraper

Gelbeseiten.de Business Search Scraper automates German business data extraction, transforming weeks of manual research into hours. Extract company names, contacts, addresses, ratings from Germany's leading directory. Perfect for market research, sales prospecting, competitive analysis.

ecomscrape

16

Meteojob Jobs Search Scraper

stealth_mode/meteojob-jobs-search-scraper

Scrape structured job listings from Meteojob.com โ€” one of France's top job boards. Extract 40+ fields per listing including salary, contract type, company info, recruiter details, and SEO metadata. Perfect for HR analysts, recruiters, and job aggregators.

MyAnimeList

canadesk/myanimelist

Everything you need from myanimelist.net! It's fast and costs little.

๐Ÿ‘ User avatar

Canadesk Support

5

Dice Events Search Scraper

stealth_mode/dice-events-search-scraper

Scrape music events from Dice.fm search results instantly. Collect event names, dates, venues, ticket prices, artist lineups, and 40+ metadata fields โ€” perfect for event aggregators, music analysts, and ticket resellers.