# Extract Kohls Sonoma everyday V-neck tee product page

**Use case:** 

Scrape Sonoma Goods for Life everyday V-neck tee SKU on Kohls with colors, sizes, pricing, and customer ratings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kohls.com/product/prd-6530363/womens-sonoma-goods-for-life-everyday-short-sleeve-v-neck-tee.jsp"
    }
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## 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.