# Vivino Wine Price Finder for UK Delivery

**Use case:** 

Retrieve current prices for top wines delivered to the UK. Get detailed information on Château Lafite Rothschild and other wines.

## Input

```json
{
  "wines": [
    "Château Lafite Rothschild 2016",
    "Opus One 2018",
    "Tignanello 2019",
    "Dom Pérignon 2013"
  ],
  "searchMode": "auto",
  "matchingMode": "basic",
  "includeTasteProfile": false,
  "includeReviews": false,
  "maxReviewsPerWine": 10,
  "shipTo": "GB",
  "countryCode": "FR",
  "currencyCode": "GBP",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  },
  "name": {
    "label": "Wine Name",
    "format": "text"
  },
  "winery": {
    "label": "Winery",
    "format": "text"
  },
  "vintage": {
    "label": "Vintage",
    "format": "number"
  },
  "wine_type": {
    "label": "Type",
    "format": "text"
  },
  "average_rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratings_count": {
    "label": "# Ratings",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "vivino_url": {
    "label": "URL",
    "format": "link"
  },
  "error": {
    "label": "Status",
    "format": "text"
  },
  "errorMessage": {
    "label": "Status detail",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Vivino Wine Data Scraper: ratings, prices & taste profiles](https://apify.com/mrbridge/vivino-wine-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mrbridge/vivino-wine-data-scraper) to learn more, explore other use cases, and run it yourself.