# Burgundy Wine Critic Score Comparison

**Use case:** 

Compare Burgundy wines based on critic scores. Access data on popularity rankings, average prices, and wine labels.

## Input

```json
{
  "region": "https://www.wine-searcher.com/regions-burgundy",
  "maxPagesPerRegion": 3,
  "tabFilter": "best"
}
```

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