# Monitor SHEIN T-shirt prices and assortment

**Use case:** 

Collect a repeatable sample of public SHEIN T-shirt listings for scheduled price and assortment comparisons in a spreadsheet or data pipeline.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://us.shein.com/1pc-Coconut-Oil-Scented-Slow-Rebound-Squishy-Stress-Ball-p-482705721.html"
    }
  ],
  "keywords": [
    "t-shirt"
  ],
  "maxItems": 20,
  "maxReviewsPerProduct": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "color": {
    "label": "Color",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SHEIN Products, Variants & Reviews Scraper](https://apify.com/automation-lab/shein-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/shein-products-scraper) to learn more, explore other use cases, and run it yourself.