Vivino API
vivino.com
Wine marketplace and database - wines, vintages, merchants, regions, prices, and reviews.
- Actions
- 7
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the Vivino API
Submit a task, then poll the job until it settles. This example runs act_vivino_merchant_detail.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_vivino_merchant_detail",
"params": {
"merchant_id": "6243"
}
}'7 actions on vivino.com
Read
Merchant Details
act_vivino_merchant_detailread1 credit / callReturns a merchant's profile with name, country, images, and wine inventory stats.
- merchant_id
- string · required
- language
- string
Vintage Highlights
act_vivino_vintage_highlightsread1 credit / callReturns highlight cards for a wine vintage with ranks, price, and rating context.
- vintage_id
- string · required
- language
- string
Wine Checkout Prices
act_vivino_wine_checkout_pricesread1 credit / callReturns merchant checkout prices and availability for a specific wine.
- wine_id
- string · required
- language
- string
Wine Latest Reviews
act_vivino_wine_latest_reviewsread2 credits / callReturns the most recent community reviews and ratings for a wine vintage.
- wine_id
- string · required
- vintage_year
- string · required
- per_page
- string
- language
- string
Wine Region Details
act_vivino_region_detailread1 credit / callReturns a wine region profile with name, country, location, sub-regions, and statistics.
- region_id
- string · required
- language
- string
Wine Reviews
act_vivino_wine_reviewsread2 credits / callReturns community reviews and ratings for a specific wine vintage.
- wine_id
- string · required
- vintage_year
- string · required
- per_page
- string
- language
- string
Wine Style Taxonomy
act_vivino_wine_style_taxonomyread1 credit / callReturns all wine styles with IDs, names, and regional and varietal labels.
- cache_key
- string · required
- language
- string
Vivino API questions
- Is there an API for Vivino?
- Vivino does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for vivino.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Vivino data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when vivino.com changes its markup, Anakin updates the action.
- Do I need a Vivino account?
- No. Every Vivino action listed here runs anonymously — no account and no credentials required.
- What does the Vivino API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Food Dining APIs
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
Allmenus
Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.
Allrecipes
Allrecipes - recipe search by keyword or ingredient, categories, and recipe details.
Ambitiouskitchen
Recipe site - categories, recipe details, ingredients, steps, and ratings.
Applebee's
Applebee's - menu, item prices, locations, and nutrition info.
Arbys
Arby's quick-service chain - menu categories, prices, nutrition facts, and store locations.