# Track the most expensive Nebbiolo and Barolo

**Use case:** 

Find average prices, critic scores, and popularity for Nebbiolo and Barolo wines from Wine-Searcher. Access up-to-date data for premium selections.

## Input

```json
{
  "grape": "https://www.wine-searcher.com/grape-316-nebbiolo",
  "scrapeAllGrapes": false,
  "maxWines": 1000,
  "maxPagesPerGrape": 3,
  "tabFilter": "mostexpensive",
  "targetCurrency": "EUR"
}
```

## Output

```json
{
  "product_name": {
    "label": "Wine",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "popularity": {
    "label": "Popularity",
    "format": "text"
  },
  "critics_score": {
    "label": "Critics Score",
    "format": "text"
  },
  "avg_price": {
    "label": "Avg. Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "avg_price_converted": {
    "label": "Avg. Price (converted)",
    "format": "number"
  },
  "target_currency": {
    "label": "Target Currency",
    "format": "text"
  },
  "source_grape": {
    "label": "Grape Variety (Page)",
    "format": "text"
  },
  "source_grape_id": {
    "label": "Grape ID",
    "format": "text"
  },
  "product_url": {
    "label": "Wine Link",
    "format": "link"
  },
  "region_url": {
    "label": "Region Link",
    "format": "link"
  },
  "label_image_url": {
    "label": "Label Image",
    "format": "image"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wine-Searcher scraper by grape variety: prices](https://apify.com/mrbridge/wine-searcher-grape-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mrbridge/wine-searcher-grape-scraper) to learn more, explore other use cases, and run it yourself.