Wine API Scraper avatar

Wine API Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wine API Scraper

Wine API Scraper

Scrape wine data from a public wine database - search reds, whites, sparkling, rosé, dessert wines and port by name, winery, country, or region. Returns wine name, winery, vintage, rating, reviews count, country, region, and image URL.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Search and browse wine data from a public wine database — no API key, no login, no paid proxies required. Covers red, white, sparkling, rosé, dessert wines, and port wines from top wineries worldwide.

What you can do

  • Search wines by name keyword (e.g., "cabernet", "chardonnay", "bordeaux")
  • Browse by type — reds, whites, sparkling, rosé, dessert wines, or port
  • Filter by country — France, Italy, United States, Spain, Australia, and more
  • Filter by region — Bordeaux, Napa Valley, Tuscany, Champagne, Barossa Valley, and more
  • Filter by winery — narrow results to a specific producer
  • Filter by rating — only return wines above a minimum community score
  • Filter by vintage year — find wines from a specific era or decade

Output fields

Each record includes:

FieldDescription
wineNameFull wine name (may include vintage year and varietal)
wineryName of the producer/winery
vintageVintage year extracted from the wine name (if present)
countryCountry of origin
regionWine region or appellation
ratingAverageCommunity average rating (1.0–5.0 scale)
reviewsCountNumber of community ratings
wineTypeCategory: Red, White, Sparkling, Rosé, Dessert, or Port
imageUrlWine bottle image URL
sourceUrlDirect link to the wine record
scrapedAtISO timestamp of when the record was collected
recordTypeAlways "wine"

Input parameters

ParameterTypeDescription
modeselectsearch (filter by name/winery/etc), byType (browse a category), all (all types)
searchQuerytextKeyword to match against wine name or winery (mode=search)
wineTypeselectWine category for byType mode: reds, whites, sparkling, rose, dessert-wines, port
filterCountrytextOnly wines from this country (partial, case-insensitive)
filterRegiontextOnly wines from this region (partial, case-insensitive)
filterWinerytextOnly wines from this winery (partial, case-insensitive)
minRatingnumberMinimum community rating (1.0–5.0)
vintageMinintegerMinimum vintage year
vintageMaxintegerMaximum vintage year
maxItemsintegerMaximum number of records to return (default: 100, max: 5000)

Example use cases

Find Bordeaux red wines rated 4.5+:

  • mode: search, searchQuery: bordeaux, minRating: 4.5, filterCountry: France

Browse all port wines:

  • mode: byType, wineType: port

Find Italian Barolo wines from the 1990s:

  • mode: search, filterCountry: Italy, filterRegion: Barolo, vintageMin: 1990, vintageMax: 1999

Get all sparkling wines:

  • mode: byType, wineType: sparkling, maxItems: 500

FAQs

Does this require an API key or login? No. The data source is a fully public API — no registration, no API key, no paid plan needed.

How many wines are available? The database contains approximately 3,500+ wines across all six categories: reds (~700), whites (~500), sparkling (~700), rosé (~500), dessert wines (~600), and port (~400).

Are prices included? No — the public database does not include pricing data.

How often is the data updated? The underlying database is maintained by the public API. The actor fetches fresh data on each run.

Can I search for a specific wine by exact name? Use mode=search with searchQuery set to part of the wine name. The match is case-insensitive and searches both the wine name and winery field.

What does the vintage field contain? The vintage year (e.g., 2015) is extracted from the wine name string. Wines labeled "N.V." (non-vintage) will not have a vintage field.

How are ratings scored? Ratings are community scores on a 1.0–5.0 scale, aggregated from wine enthusiast reviews.

Data source

Wine data sourced from Sample APIs — Wines, a freely available, publicly accessible wine database. No credentials required.