SHEIN Scraper — Product Prices, Reviews & Trends avatar

SHEIN Scraper — Product Prices, Reviews & Trends

Pricing

from $32.00 / 1,000 product scrapeds

Go to Apify Store
SHEIN Scraper — Product Prices, Reviews & Trends

SHEIN Scraper — Product Prices, Reviews & Trends

Scrape SHEIN product listings and search results. Extract prices, reviews, ratings, sizes, colors, and product details. Monitor fashion trends and track price changes.

Pricing

from $32.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

junipr

junipr

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Shein Product Scraper

What does Shein Product Scraper do?

Shein Product Scraper extracts detailed product data from Shein.com, the world's largest fast-fashion e-commerce platform. It supports three scraping modes: keyword search, category page scraping, and direct product URL extraction. For each product, the actor collects comprehensive fashion-specific data including pricing, size charts with body measurements, color variants with stock status, fabric composition, style attributes (neckline, sleeve, fit, pattern, occasion), customer reviews with photos, size feedback, and body type information.

The scraper handles Shein's Akamai Bot Manager anti-bot protection using Playwright with stealth configuration, rotating residential proxies, jittered request delays, and session persistence. It supports multi-region scraping across Shein's country-specific catalogs (US, UK, DE, FR, AU, and more) with automatic domain routing. Results are delivered as structured JSON ready for analysis, price monitoring, trend research, or integration into fashion analytics pipelines.

Features

  • Three scraping modes — search by keyword, scrape category pages, or extract specific product URLs
  • Fashion-specific data — sizes, colors, size charts with body measurements, fabric details (material, care, stretch, thickness, sheerness), and style attributes (neckline, sleeve, fit, pattern, occasion)
  • Customer reviews — extract reviews with customer photos, size feedback, height, weight, body type, and helpfulness count
  • Multi-region support — scrape from 15+ country-specific Shein catalogs (US, UK, DE, FR, AU, CA, etc.)
  • Color and size variants — full variant data with stock status for each combination
  • Sort and filter — sort by relevance, price, newest, rating, or popularity; filter by price range and size
  • Anti-bot handling — Playwright stealth mode, residential proxies, jittered 2-5s delays, session persistence for Akamai bypass
  • Pay-per-result pricing — only pay for products successfully scraped ($32.00 per 1,000 products)

Input Configuration

{
"searchTerms": ["summer dress"],
"productUrls": [],
"categoryUrls": [],
"maxProducts": 1,
"includeReviews": false,
"maxReviews": 0,
"includeImages": false,
"includeSizeChart": false,
"country": "US",
"currency": "USD",
"sortBy": "relevance",
"minPrice": 0,
"maxPrice": 0,
"sizeFilter": [],
"proxyConfig": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}
ParameterTypeDefaultDescription
searchTermsstring[]["summer dress"]Search keywords (max 50)
productUrlsstring[][]Direct Shein product URLs (max 1,000)
categoryUrlsstring[][]Category/collection page URLs (max 50)
maxProductsinteger1Max products to extract (1-10,000)
includeReviewsbooleanfalseExtract customer reviews
maxReviewsinteger0Max reviews per product (0-100)
includeImagesbooleanfalseExtract all product images
includeSizeChartbooleanfalseExtract size chart measurements
countrystring"US"Target country (ISO 3166-1 alpha-2)
currencystring"USD"Display currency (ISO 4217)
sortBystring"relevance"Sort: relevance, price_low, price_high, new, top_rated, most_popular
minPricenumber0Minimum price filter
maxPricenumber0Maximum price filter (0 = no max)
sizeFilterstring[][]Filter by sizes (e.g., S, M, L)
proxyConfigobjectApify RESIDENTIALProxy settings

Output Format

Each product is saved as a dataset item with the following structure:

{
"url": "https://us.shein.com/Summer-Floral-Dress-p-12345678.html",
"productId": "12345678",
"sku": "sw2203456789012",
"title": "Floral Print V-Neck Summer Midi Dress",
"description": "Lightweight floral midi dress perfect for summer...",
"price": 18.99,
"originalPrice": 32.00,
"currency": "USD",
"discount": "41% OFF",
"inStock": true,
"rating": 4.6,
"reviewCount": 3421,
"category": "Women > Dresses > Midi Dresses",
"categoryBreadcrumb": ["Women", "Dresses", "Midi Dresses"],
"images": ["https://img.ltwebstatic.com/images3_pi/..."],
"thumbnailUrl": "https://img.ltwebstatic.com/images3_pi/...",
"colors": [
{ "name": "Blue Floral", "colorCode": "#3B5998", "image": "https://...", "inStock": true }
],
"sizes": [
{ "size": "S", "inStock": true, "sizeId": "size_002" }
],
"sizeChart": {
"unit": "cm",
"measurements": [
{ "size": "S", "bust": 86, "waist": 70, "hip": 92, "length": 111 }
]
},
"fabricDetails": {
"material": "95% Polyester, 5% Spandex",
"care": "Machine wash cold",
"stretchiness": "Slightly stretchy",
"thickness": "Lightweight",
"sheerness": "Non-sheer"
},
"styleAttributes": {
"style": "Casual",
"neckline": "V-Neck",
"sleeve": "Short Sleeve",
"length": "Midi",
"fit": "Regular",
"pattern": "Floral",
"occasion": ["Vacation", "Daily", "Beach"]
},
"reviews": [
{
"author": "SheinUser_abc",
"rating": 5,
"date": "2026-02-20",
"text": "Beautiful dress, fits perfectly...",
"images": ["https://..."],
"sizeOrdered": "M",
"sizeFeedback": "True to size",
"height": "5'5\"",
"weight": "130lbs",
"bodyType": "Hourglass",
"helpful": 15
}
],
"tags": ["summer", "floral", "vacation", "midi"],
"salesVolume": "5000+ sold recently",
"wishlistCount": 12345,
"scrapedAt": "2026-03-11T12:00:00.000Z"
}

Usage Examples / Use Cases

  • Dropshipping research — find trending products with high sales volume and good reviews to add to your store
  • Competitive analysis — track Shein's pricing, new arrivals, and bestsellers for fashion brand intelligence
  • Trend monitoring — analyze which styles, patterns, and colors are popular across categories over time
  • Price comparison — compare Shein prices against other fast-fashion platforms like Temu, Zara, and H&M
  • Size guide building — extract size charts and customer fit feedback to build accurate sizing recommendations
  • Review analysis — aggregate customer reviews with body type and size feedback for product quality research

Proxy Requirements

This actor requires residential proxies because Shein uses Akamai Bot Manager which blocks datacenter IP addresses.

  • Paid Apify plan users ($49+/month): Works automatically with the default residential proxy configuration. No setup needed.
  • Free plan users: Provide your own residential proxy URL in the Proxy Configuration input field. The actor will not work with datacenter proxies.
  • Without a residential proxy, the actor detects consecutive blocks and exits with a clear error message explaining how to resolve the issue.

FAQ

How much does it cost to scrape Shein?

The actor uses pay-per-result pricing at $32.00 per 1,000 products. A typical run of 100 products costs about $3.20. You only pay for successfully extracted products — blocked requests, 404s, and errors are not charged.

Can I get Shein size chart data?

Yes. Set includeSizeChart to true and the actor extracts the full size chart with body measurements in centimeters or inches, including bust, waist, hip, and length for each size. Products without a size chart return sizeChart: null.

Does it work with different countries?

Yes. Set the country field to any ISO country code (US, GB, DE, FR, AU, CA, etc.) and the actor automatically routes to the correct Shein regional domain. Different countries may show different product catalogs, prices, and currencies.

Can I filter by size or color?

You can filter by size using the sizeFilter parameter — provide an array of sizes like ["S", "M", "L"] and only products available in those sizes will be returned. Color filtering is not directly supported but all color variants are included in the output for post-processing.

This actor only accesses publicly available product data that does not require login. No personal information is collected — reviewer names are pseudonymized by Shein. Product images are Shein's intellectual property and users are responsible for their own compliance with applicable laws and Shein's terms of service.