# SHEIN Product Scraper: bulk price, variants & image data

**Use case:** 

Scrape SHEIN products by URL or product ID — title, price, images, variants and stock as clean JSON. Bulk input, any region, currency control.

## Input

```json
{
  "productUrls": [
    "https://www.shein.co.uk/Sweetra-Women-s-Oblique-Shoulder-Flounce-Sexy-Bodycon-Dress-p-209758798.html"
  ],
  "country": "GB",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "title": {
    "label": "Title"
  },
  "sku": {
    "label": "SKU"
  },
  "category": {
    "label": "Category"
  },
  "priceFormatted": {
    "label": "Price"
  },
  "listPriceFormatted": {
    "label": "Was"
  },
  "inStock": {
    "label": "In stock"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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