# Vivino Wine Scraper - Ratings, Prices, Reviews & Offers

**Use case:** 

Pull Vivino wine data: ratings, prices, taste profiles, pairings, grapes, value scores, reviews, offers, and discovery filters.

## Input

```json
{
  "mode": "discovery",
  "wines": [
    "Dom Pérignon",
    "Opus One 2019",
    "https://www.vivino.com/cloudy-bay-sauvignon-blanc/w/18978"
  ],
  "searchMode": "auto",
  "matchingMode": "basic",
  "wineTypes": [
    "Red"
  ],
  "originCountries": [],
  "grapes": [],
  "sortBy": "relevance",
  "countryCode": "FR",
  "currencyCode": "EUR",
  "includeTasteProfile": true,
  "includeReviews": false,
  "maxReviewsPerWine": 10,
  "maxItems": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "winery": {
    "label": "Winery",
    "format": "text"
  },
  "vintage": {
    "label": "Vintage",
    "format": "number"
  },
  "wine_type": {
    "label": "Type",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "average_rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratings_count": {
    "label": "Ratings",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "vfm_category": {
    "label": "Value",
    "format": "text"
  },
  "grape_varieties": {
    "label": "Grapes",
    "format": "array"
  },
  "vivino_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Vivino Wine Scraper $1.2💰 Ratings, Prices, Reviews & Offers](https://apify.com/abotapi/vivino-wine-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/vivino-wine-data-scraper) to learn more, explore other use cases, and run it yourself.