# Vivino Wine Data Extractor for Specific URLs

**Use case:** 

Extract detailed wine ratings, prices, and taste profiles from Vivino page URLs. Get structured data insights on your favorite wines.

## Input

```json
{
  "wines": [
    "https://www.vivino.com/chateau-margaux-premier-grand-cru-classe/w/1127795",
    "https://www.vivino.com/sassicaia-bolgheri-sassicaia/w/5078"
  ],
  "searchMode": "auto",
  "matchingMode": "basic",
  "includeTasteProfile": true,
  "includeReviews": false,
  "maxReviewsPerWine": 10,
  "shipTo": "",
  "countryCode": "FR",
  "currencyCode": "EUR",
  "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.