# Top Chateauneuf-du-Pape Wines Data

**Use case:** 

Extract data on the most popular Chateauneuf-du-Pape wines, including popularity rankings, critic scores, and average prices.

## Input

```json
{
  "region": "https://www.wine-searcher.com/regions-chateauneuf-du-pape",
  "maxPagesPerRegion": 3,
  "tabFilter": "mostpopular"
}
```

## 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"
  },
  "source_region": {
    "label": "Region (Page)",
    "format": "text"
  }
}
```

## About this Actor

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