The Shein Product Description Actor is a specialized web scraping tool designed to fetch detailed product information from Shein's product catalog.
The Shein Product Description Actor is a specialized web scraping tool designed to fetch detailed product information from Shein's product catalog. It retrieves comprehensive product data including pricing, descriptions, images, and other metadata using a product's SKU identifier.
The actor accepts the following input parameters:
sku
(required): The unique product identifier (SKU/goods_sn) from Shein
sc2405235708688996
countryCode
(optional): Two-letter country code for regional pricing and availability
US
The actor returns a structured JSON object containing:
Product basic information:
productRelationID
goods_id
goods_sn
goods_name
cat_id
Pricing information:
retailPrice
salePrice
discountPrice
Product imagery:
goods_img
: Thumbnail image URLoriginal_img
: Full-resolution image URLAdditional metadata:
1const input = { 2 sku: 'sc2405235708688996', 3 countryCode: 'US' 4}; 5 6// The actor will return detailed product information 7const output = { 8 data: { 9 productRelationID: "c24052357086", 10 retailPrice: { 11 amount: "2.80", 12 amountWithSymbol: "$2.80", 13 // ... additional price details 14 }, 15 // ... complete product information 16 } 17};
The actor implements robust error handling:
Shein is a global fast-fashion e-commerce platform known for offering trendy clothing, accessories, and home goods at competitive prices. Founded in 2008, it has become one of the world's largest online fashion retailers.
For beginners, here's how to use this actor effectively:
Finding the SKU
Running the Actor
Understanding the Results
Common Use Cases
Best Practices
Remember to always review Shein's terms of service and ensure your use of the actor complies with their policies and local regulations.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!