# Scrape Kohl's women's clothing deals

**Use case:** 

Scrape women's clothing from Kohl's category pages. Export titles, Kohl's Cash offers, prices, and URLs for promo tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kohls.com/catalog/womens-clothing.jsp?CN=Gender:Womens+Department:Clothing"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "webID": {
    "label": "Web ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "regularPrice": {
    "label": "Regular Price",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "yourPrice": {
    "label": "Your Price",
    "format": "number"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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