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.
Input Parameters
The actor accepts the following input parameters:
sku (required): The unique product identifier (SKU/goods_sn) from Shein
Example: sc2405235708688996
countryCode (optional): Two-letter country code for regional pricing and availability
Default: US
Format: ISO 3166-1 alpha-2
Output Format
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
Various price representations (with/without currency symbols)
Product imagery:
goods_img: Thumbnail image URL
original_img: Full-resolution image URL
Additional metadata:
Discount information
Stock availability
Product URL
Promotional details
Usage Example
1const input ={2sku:'sc2405235708688996',3countryCode:'US'4};56// The actor will return detailed product information7const output ={8data:{9productRelationID:"c24052357086",10retailPrice:{11amount:"2.80",12amountWithSymbol:"$2.80",13// ... additional price details14},15// ... complete product information16}17};
Error Handling
The actor implements robust error handling:
Invalid SKU numbers will trigger appropriate error messages
Apify SDK: Core functionality and actor lifecycle management
Axios: HTTP client for making API requests
Cheerio: HTML parsing (if needed for future enhancements)
About Shein and Actor Usage Guide for Beginners
What is Shein?
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.
Getting Started with the Actor
For beginners, here's how to use this actor effectively:
Finding the SKU
Visit any Shein product page
The SKU is typically found in the URL or product details section
It usually starts with "sc" followed by numbers (e.g., sc2405235708688996)
Running the Actor
Create an Apify account if you haven't already
Navigate to the Shein Product Description actor
Input the SKU you found
Select your desired country code (default is US)
Run the actor
Understanding the Results
The actor will return detailed product information
Pay attention to the pricing section, which includes both retail and sale prices
Cache results when possible to avoid unnecessary API calls
Respect Shein's rate limits
Verify SKUs before running the actor
Monitor your API usage
Tips for Success
Start with a small number of SKUs to familiarize yourself with the output format
Keep track of which country codes you're using for consistent pricing data
Save your commonly used SKUs for quick reference
Use the error messages to troubleshoot any issues that arise
Remember to always review Shein's terms of service and ensure your use of the actor complies with their policies and local regulations.
Frequently Asked Questions
Is it legal to scrape job listings or public data?
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.
Do I need to code to use this scraper?
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.
What data does it extract?
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Can I scrape multiple pages or filter by location?
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
How do I get started?
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!