Whisky Advocate Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Whisky Advocate Scraper
Scrapes whisky reviews and ratings from WhiskyAdvocate.com. Extracts whisky name, score, price, style, reviewer, issue, review text, and more from 7,900+ expert reviews.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
lulz bot
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
11 days ago
Last modified
Categories
Share
Scrapes whisky reviews and ratings from WhiskyAdvocate.com, the leading whisky rating authority with 7,900+ expert reviews.
Features
- Extracts whisky name, score (75-100), price, style, issue, ABV, and image URL from the ratings database
- Filter by score range, price range, whisky style, brand, or keyword search
- Optionally scrape detail pages for full review text and reviewer name
- Handles the site's 2,000-item-per-request limit by automatically splitting queries across score ranges
- Deduplicates results across overlapping ranges
Output Fields
| Field | Type | Description |
|---|---|---|
whiskyName | string | Full name of the whisky |
score | integer | Review score (75-100) |
price | string | Listed price (e.g. "$50") |
priceNumeric | number | Numeric price, null if unavailable |
style | string | Category (e.g. "Single Malt Scotch") |
brand | string | Brand/distillery name |
issue | string | Publication issue (e.g. "Winter 2024") |
reviewer | string | Reviewer name (detail page only) |
reviewText | string | Full tasting notes (detail page only) |
abv | string | Alcohol by volume |
imageUrl | string | Bottle image URL |
detailUrl | string | Review detail page URL |
scrapedAt | string | ISO timestamp |
Score Guide
- 95-100: Classic - a great whisky
- 90-94: Outstanding - superior character and style
- 85-89: Very Good - special qualities
- 80-84: Good - solid, well-made
- 75-79: Mediocre - drinkable, may have minor flaws
Input Parameters
maxResults(number, default 100): Maximum reviews to scrape. Set to 0 for all.minScore(number, default 75): Minimum score filter.maxScore(number, default 100): Maximum score filter.style(string): Filter by style (e.g. "Bourbon/Tennessee Whiskey").brand(string): Filter by brand (e.g. "Macallan").minPrice(number): Minimum price filter.maxPrice(number): Maximum price filter.search(string): Keyword search.scrapeDetails(boolean, default false): Fetch detail pages for full review text.
Usage
{"maxResults": 50,"minScore": 90,"style": "Single Malt Scotch","scrapeDetails": true}