# Track New SHEIN Products in Germany

**Use case:** 

Find newly listed SHEIN products in Germany and export prices, discounts, ratings, images, variants, stock status, and product links.

## Input

```json
{
  "searchTerms": [
    "women jeans",
    "sneakers"
  ],
  "site": "de",
  "enrichDetails": true,
  "maxItemsPerSearch": 100,
  "sortBy": "new",
  "category": "",
  "quickShip": false
}
```

## Output

```json
{
  "productId": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price.current": {
    "label": "Price",
    "format": "number"
  },
  "price.original": {
    "label": "Original",
    "format": "number"
  },
  "price.currency": {
    "label": "Currency",
    "format": "text"
  },
  "price.discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "rating.average": {
    "label": "Rating",
    "format": "number"
  },
  "rating.count": {
    "label": "Reviews",
    "format": "number"
  },
  "category.name": {
    "label": "Category",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "images": {
    "label": "Images"
  },
  "colorImage": {
    "label": "Color image"
  },
  "videoUrl": {
    "label": "Video url"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "onSale": {
    "label": "On sale",
    "format": "boolean"
  },
  "isClearance": {
    "label": "Is clearance"
  },
  "quickship": {
    "label": "Quickship"
  },
  "customization": {
    "label": "Customization"
  },
  "store.code": {
    "label": "Code"
  },
  "store.businessModelLabel": {
    "label": "Seller",
    "format": "text"
  },
  "promotions": {
    "label": "Promotions"
  },
  "enriched": {
    "label": "Enriched",
    "format": "boolean"
  },
  "attributes": {
    "label": "Attributes"
  },
  "sizeOptions": {
    "label": "Size options"
  },
  "sizeConversions": {
    "label": "Size conversions"
  },
  "sizeChart": {
    "label": "Size chart"
  },
  "modelMeasurements": {
    "label": "Model measurements"
  },
  "fit": {
    "label": "Fit"
  },
  "colors": {
    "label": "Colors"
  },
  "sku": {
    "label": "Sku"
  },
  "spu": {
    "label": "Spu"
  }
}
```

## About this Actor

This example demonstrates how to use [Shein Product Scraper - Prices, Sizes, Fit & Variants](https://apify.com/clearpath/shein-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/shein-product-scraper) to learn more, explore other use cases, and run it yourself.