πŸ›οΈ SHEIN Product Scraper β€” Prices, Ratings & Reviews avatar

πŸ›οΈ SHEIN Product Scraper β€” Prices, Ratings & Reviews

Pricing

from $0.0015 / product scraped

Go to Apify Store
πŸ›οΈ SHEIN Product Scraper β€” Prices, Ratings & Reviews

πŸ›οΈ SHEIN Product Scraper β€” Prices, Ratings & Reviews

Search SHEIN by keyword or paste product links and export one clean row per product β€” title, sale price, original price, discount, rating, review count, image and product URL. Download as JSON, CSV or Excel.

Pricing

from $0.0015 / product scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Search SHEIN by keyword or paste product links and export clean, structured product data. Type in a search term like dress, men hoodie or summer sandals and get one tidy row per product: title, sale price, original price, discount, star rating, review count, image and the product link. Add specific product URLs to pull full details β€” price, original price, stock, size variants and image gallery. Download everything as JSON, CSV or Excel, or pull it straight from the API.

Great for fashion price monitoring, competitor and catalog research, discount tracking, building a product feed, dropshipping research, or dashboards and market analysis.

What it does

  • πŸ”Ž Keyword search β€” search SHEIN for any term and collect every matching product across as many pages as you need.
  • πŸ”— Product URLs β€” paste product links (or ids) to fetch full per-product details.
  • 🌍 21 storefronts β€” read the US, UK, Irish, French, German, Spanish, Italian, Dutch, Belgian, Austrian, Portuguese, Finnish, Greek, Swedish, Danish, Norwegian, Swiss, Polish, Czech, Romanian or Hungarian site, each with its own prices and local currency.
  • πŸŽ›οΈ Filters that match the site β€” sort by price or newest, set a price band, or pin the search to one category.
  • 🏷️ Clean price fields β€” sale price, original price and the discount percentage for each product.
  • ⭐ Ratings & reviews β€” average star rating and total review count.
  • πŸ–ΌοΈ Images β€” the main product image, plus the full image gallery on detail records.
  • 🎽 Size & variant details β€” available variants and stock on product-detail records.
  • πŸ“Š Flat, ready-to-use output β€” one record per product, ideal for spreadsheets, databases and dashboards.

Input

FieldDescription
Search queriesOne or more keywords or phrases to search on SHEIN. Each is paged through to collect matching products.
Product URLsOptional list of SHEIN product page URLs (or bare product ids) to pull full details for.
Storefront countryWhich of the 21 SHEIN storefronts to read β€” the US, UK, Ireland, France, Germany, Spain, Italy, Netherlands, Belgium, Austria, Portugal, Finland, Greece, Sweden, Denmark, Norway, Switzerland, Poland, Czechia, Romania or Hungary. Prices, currency, discounts and availability all follow this choice.
Sort results byRecommended, Most popular, Newest arrivals, Price low to high, or Price high to low.
Min price / Max priceOnly return products inside a price band, in the storefront's own currency.
Category IDOnly return products in one category. Every row carries its own catId, so run a search first and copy the ID you want.
Max items per queryMaximum number of products to collect for each search query (default 100).
Max items (overall)Overall cap across everything (0 = no limit).

Example input

{
"searchQueries": ["dress", "men hoodie"],
"country": "US",
"sortBy": "price_low_to_high",
"minPrice": "10",
"maxPrice": "40",
"maxItemsPerQuery": 100,
"maxItems": 0
}

Or fetch details for specific products:

{
"productUrls": [
"https://www.shein.com/some-product-p-68770207.html",
"56762174"
]
}

Output

Each product is one record. Search results look like this:

{
"source": "search",
"query": "dress",
"goodsId": "68770207",
"goodsSn": "sz2411164769699111",
"spu": "z24111647696",
"name": "SHEIN LUNE Women Casual/Holiday Ruched A-Line Midi Dress",
"price": "6.37€",
"retailPrice": "12.99€",
"discountPercent": "50",
"rating": "4.61",
"reviews": 1001,
"image": "https://img.ltwebstatic.com/.../thumbnail_405x552.jpg",
"url": "https://www.shein.com/SHEIN-LUNE-...-p-68770207.html"
}

Product-detail records add stock, variants and the full image gallery:

{
"source": "detail",
"inputUrl": "56762174",
"goodsId": "56762174",
"name": "Breezaya Ditsy Floral Print Square Neck A-Line Dress",
"price": "6.86€",
"retailPrice": "13.99€",
"stock": 20,
"image": "https://img.ltwebstatic.com/.../product.jpg",
"images": ["https://img.ltwebstatic.com/.../1.jpg"],
"variants": [],
"url": "https://www.shein.com/pdp-p-56762174.html"
}

Output fields

FieldDescription
sourcesearch for keyword results, detail for product-URL lookups.
query / inputUrlThe search term or the product URL/id the record came from.
goodsId, goodsSn, spuProduct identifiers.
nameProduct title.
priceCurrent sale price (with currency symbol).
retailPriceOriginal price before discount.
discountPercentDiscount percentage (search results).
ratingAverage star rating (search results).
reviewsNumber of reviews (search results).
stockUnits in stock (detail records).
imageMain product image URL.
imagesFull image gallery (detail records).
variantsAvailable size/variant details (detail records).
urlLink to the product page.
country / currencyThe storefront the row was read from, and the currency its prices are in.
catIdThe product's category ID β€” paste it back into Category ID to narrow a search.

Tips

  • Add several terms to Search queries to build a broad catalog in one run.
  • Use Max items per query to keep each search focused, or Max items (overall) to cap the whole run.
  • Paste product links into Product URLs when you want stock and variant details for specific items.

FAQ

What can it collect? Public product data from SHEIN β€” titles, prices, discounts, ratings, review counts, images and links.

Can I export to Excel or CSV? Yes β€” download the dataset as JSON, CSV, Excel or HTML, or pull it via the API.

How many products can I collect? As many as the searches return β€” use the max-items fields to set your own limits.

How does billing work? Pay only for what you get, with no monthly fee and a negligible start fee. Search results and full product details are charged separately, so a keyword run only ever pays the search rate β€” you are charged the detail rate solely for the complete product records you asked for by URL.