# Shein Bikini Product Data Extractor

**Use case:** 

Extract structured product information for Shein bikinis, including prices, images, descriptions, sizes, and ratings in JSON or CSV format.

## Input

```json
{
  "startUrl": "https://www.shein.com/pdsearch/Bikini/?ici=s1`HotSearch`Bikini`_fb`d0`PageOthers&search_source=4&search_type=all&source=hotWord&src_identifier=st%3D6%60sc%3DBikini%60sr%3D0%60ps%3D9&src_identifier_pre_search=%22%22&src_module=search&src_tab_page_id=page_home1774605909051",
  "results_wanted": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "sale_price": {
    "label": "Sale Price",
    "format": "text"
  },
  "original_price": {
    "label": "Original Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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