# Discover top Napa Valley wines in US dollars

**Use case:** 

Retrieve data on Napa Valley's most popular wines. Get rankings, critic scores, and average prices in US dollars.

## Input

```json
{
  "region": "https://www.wine-searcher.com/regions-napa+valley",
  "maxPagesPerRegion": 3,
  "tabFilter": "mostpopular",
  "targetCurrency": "USD"
}
```

## 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_region": {
    "label": "Region (Page)",
    "format": "text"
  },
  "source_region_slug": {
    "label": "Region Slug",
    "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 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.