# Scrape Vitacost chips and snacks category listings

**Use case:** 

Extract snack and chip product listings from Vitacost.com with prices, brands, and ratings for health food retail monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.vitacost.com/chips"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "productId": {
    "label": "Product id"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "sku": {
    "label": "Sku"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "availability": {
    "label": "Availability"
  },
  "category": {
    "label": "Category"
  },
  "quantity": {
    "label": "Quantity"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "featuredReviewCount": {
    "label": "Featured review count"
  },
  "recommendedCount": {
    "label": "Recommended count"
  },
  "notRecommendedCount": {
    "label": "Not recommended count"
  },
  "firstReviewAt": {
    "label": "First review at"
  },
  "lastReviewAt": {
    "label": "Last review at"
  }
}
```

## About this Actor

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