Distiller Scraper - Whiskey & Spirits Ratings avatar

Distiller Scraper - Whiskey & Spirits Ratings

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Distiller Scraper - Whiskey & Spirits Ratings

Distiller Scraper - Whiskey & Spirits Ratings

Scrape Distiller.com for whiskey, bourbon, scotch, rum, gin, and spirits data including ratings, tasting notes, flavor profiles, proof, age, and expert reviews.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Distiller Scraper

Scrape Distiller.com for whiskey, bourbon, scotch, rum, gin, tequila, and spirits data including community ratings, Distiller expert scores, tasting notes, flavor profiles, proof/ABV, age statements, cost tiers, and cask types.

Features

  • Search by name -- find specific spirits like "Macallan 18" or "Buffalo Trace"
  • Browse by type -- filter by whiskey, tequila/mezcal, rum, brandy, gin, vodka, liqueurs, or other
  • Basic mode -- fast extraction of name, type, score, rating, and URL from search results
  • Detail mode -- visit each spirit page for full tasting notes, flavor profile chart data, description, age, ABV, cost tier, cask type, and expert reviewer

Input

FieldTypeDefaultDescription
searchQueriesstring[]["bourbon"]Spirit names to search. Leave empty to browse by type.
maxListingsinteger50Maximum spirits to scrape (1-1000)
scrapeDetailsbooleanfalseVisit detail pages for full data
spiritTypestring""Filter: whiskey, agave, sugarcane, brandy, gin, vodka, liqueur, other
proxyConfigurationobject--Optional proxy settings

Output

Each result includes:

FieldDescription
nameSpirit name (e.g. "Maker's Mark Bourbon")
brandBrand/distillery name (detail mode)
spiritTypeCategory (Bourbon, Single Malt, Rye, etc.)
locationOrigin (e.g. "Kentucky, USA")
communityRatingCommunity average rating (0-5 scale)
ratingCountNumber of community ratings
distillerScoreExpert score from Distiller (0-100)
ageAge statement or "NAS" (detail mode)
abvAlcohol by volume percentage (detail mode)
costTierPrice tier as dollar signs: $-$$$$$ (detail mode)
caskTypeBarrel/cask type (detail mode)
descriptionFull description text (detail mode)
tastingNotesExpert tasting notes with nose/palate/finish (detail mode)
flavorProfileFlavor radar chart data with intensities (detail mode)
flavorSummaryFlavor category headline (detail mode)
expertReviewerName of the expert reviewer (detail mode)
imageUrlBottle image URL
sourceUrlLink to the spirit on Distiller.com
searchQueryThe search query that found this spirit
scrapedAtISO 8601 timestamp

Example Output

{
"name": "Maker's Mark Bourbon",
"brand": "Maker's Mark",
"spiritType": "Bourbon",
"location": "Kentucky, USA",
"communityRating": 3.45,
"ratingCount": 9319,
"distillerScore": 87,
"age": "NAS",
"abv": 45.0,
"costTier": "$$",
"caskType": "new, charred American oak",
"description": "Maker's Mark Bourbon is a wheated Kentucky Straight Bourbon...",
"tastingNotes": {
"full": "Vanilla bean and creme brulee dominate a sweet nose...",
"nose": "Vanilla bean and creme brulee dominate a sweet nose, with a touch of spicy oak in the background",
"palate": "The palate is soft and sweet, with vanilla upfront...",
"finish": "The finish is short and vanilla-forward, rounded out by tannic oak towards the back"
},
"flavorProfile": [
{ "name": "vanilla", "intensity": 90 },
{ "name": "sweet", "intensity": 80 },
{ "name": "rich", "intensity": 70 },
{ "name": "full bodied", "intensity": 50 },
{ "name": "spicy", "intensity": 40 }
],
"flavorSummary": "Vanilla & Sweet",
"expertReviewer": "Jake Emen",
"imageUrl": "https://ip-distiller.imgix.net/images/spirits/...",
"sourceUrl": "https://distiller.com/spirits/maker-s-mark",
"searchQuery": "bourbon",
"scrapedAt": "2026-04-26T12:00:00.000Z"
}

Use Cases

  • Whiskey collectors -- track ratings and scores across your collection
  • Bar managers -- research spirits by type, rating, and price tier
  • Content creators -- build spirits databases for review sites or apps
  • Market research -- analyze flavor trends and price positioning across categories
  • Gift guides -- find top-rated spirits by type and price range

Tips

  • Use scrapeDetails: false for fast bulk scraping of names, types, scores, and ratings
  • Use scrapeDetails: true when you need tasting notes, flavor profiles, and full metadata
  • Browse mode (empty searchQueries) with a spirit type filter is great for discovering top-rated spirits
  • Distiller returns 10 results per search page; pagination is handled automatically