# SHEIN Trends & Product Deadline Tracker

**Use case:** 

Monitor SHEIN product changes with updated prices, stock availability, and detailed source information. Get insights into trending products effortlessly.

## Input

```json
{
  "watchlistTerms": [
    "track shein trends & product deadline changes",
    "shein trends & product monitor",
    "universal actor portfolio",
    "ecommerce",
    "shein-public-pages",
    "schema-org-product",
    "product-result",
    "review-result"
  ],
  "taskIntent": "track-changes",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "string"
  },
  "offerUrl": {
    "label": "Offer Url",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "stockStatus": {
    "label": "Stock Status",
    "format": "string"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SHEIN Trends & Product Monitor](https://apify.com/zentrafoundry/shein-trends-product-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/shein-trends-product-monitor) to learn more, explore other use cases, and run it yourself.