Datasets:
File size: 2,647 Bytes
3f94dc1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | ---
license: cc-by-sa-4.0
language:
- en
pretty_name: "Vivino Wine Ratings 2026 (10K+ Wines)"
tags:
- wine
- ratings
- vivino
- web-scraping
- tabular
task_categories:
- tabular-regression
- tabular-classification
size_categories:
- 10K<n<100K
configs:
- config_name: default
data_files:
- split: train
path: vivino_wines_2026.csv
---
# Vivino Wine Ratings 2026 — 10K+ Wines
**10,344 wines** from Vivino across 11 countries and 150+ regions, with community ratings, rating counts, wine type, vintage and origin. Collected in early 2026 by [MrBridge](https://mr-bridge.com).
## Data source
This dataset was collected with the [Vivino Wine Scraper](https://apify.com/mrbridge/vivino-wine-data-scraper?fpr=mrbridge) on Apify — a cloud actor that returns clean, structured JSON/CSV with no local setup. You can re-run it yourself for fresh data: create a free Apify account, configure the input, start a run.
**Get fresh data →** https://apify.com/mrbridge/vivino-wine-data-scraper?fpr=mrbridge
## Schema
**10,344 rows · 14 columns**
| column | description |
|---|---|
| `wine_id` | Vivino wine identifier |
| `vintage_id` | Vivino vintage identifier |
| `full_name` | Full wine name (winery + wine + vintage) |
| `wine_name` | Wine name |
| `winery_name` | Producer / winery |
| `vintage_year` | Vintage year |
| `rating` | Average Vivino community rating (1–5) |
| `ratings_count` | Number of community ratings |
| `wine_type` | Red / White / Sparkling / Rosé / etc. |
| `region` | Wine region |
| `country` | Country of origin |
| `is_natural` | Natural-wine flag (boolean) |
| `vivino_url` | Source URL on Vivino |
| `scraped_at` | Collection timestamp |
## Use cases
- Exploratory data analysis of ratings, regions and wine types
- Price/quality and rating-distribution modeling (regression, classification)
- Crowd-rating vs sample-size studies (Bayesian shrinkage on `ratings_count`)
- Natural vs conventional wine comparison via `is_natural`
- Teaching / portfolio projects on a real, messy real-world dataset
## About MrBridge & related analysis
This is an open dataset by **MrBridge**, free to download, inspect and reuse. We turn it into published analysis:
- 📊 Study: [the Vivino Wine Ratings 2026 analysis](https://mr-bridge.com/studies/vivino-wine-ratings-2026-analysis)
- 🔌 Produced with the [Vivino Wine Scraper](https://mr-bridge.com/solutions/vivino-wine-data-scraper)
- 🗂️ Browse all our open datasets: https://mr-bridge.com/datasets
MrBridge bridges data and intelligence: https://mr-bridge.com
## License
Released under **CC BY-SA 4.0**. Attribution: MrBridge (https://mr-bridge.com).
|