whiskyfass scraper
Pricing
from $1.00 / 1,000 results
whiskyfass scraper
one of Germany's online shops for rum, gin, whisky, and gift onpacks. Give it one or more category pages.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Jordan Byte
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Whiskyfass.de Product Scraper
Extract product data from whiskyfass.de - one of Germany's online shops for rum, gin, whisky, and gift onpacks. Give it one or more category pages (e.g. /rum, /gin, /onpacks-mit-glaesern) and it returns clean, structured data for every product listed: name, brand, price, price per liter, volume, ABV, availability, and images. Try it instantly with the Run button above - no coding required.
Because it runs on the Apify platform, you get scheduled runs, an API endpoint for every dataset, one-click exports, and integrations with Google Sheets, Zapier, Make, and dozens of other tools, all without hosting or maintaining any infrastructure yourself.
Why use Whiskyfass.de Product Scraper?
- Price monitoring - track how rum, gin, and whisky prices change over time to spot deals or adjust your own pricing.
- Market research - build a dataset of available spirits, brands, and volumes across categories for competitor or category analysis.
- Stock tracking - know when specific bottles go in or out of stock.
- Catalog building - feed product data into a comparison site, price tracker, or internal spreadsheet without manual copy-pasting.
How to use Whiskyfass.de Product Scraper
- Click Try for free or Run to open the Actor.
- In the Category (start) URLs field, add one or more whiskyfass.de category pages, such as
https://whiskyfass.de/rumorhttps://whiskyfass.de/gin. - Set Max products per category to control how many products to collect from each category (the Actor stops paginating once it's reached).
- Click Start and wait for the run to finish.
- Open the Dataset tab to view, filter, and export your results.
Input
The Actor accepts a simple JSON input, editable through the friendly UI in the Input tab:
| Field | Type | Description |
|---|---|---|
startUrls | array | One or more whiskyfass.de category page URLs, e.g. https://whiskyfass.de/rum. Don't include the pagination suffix (_s2, _s3, ...) - pagination is handled automatically. |
maxItems | integer | Maximum number of products to collect per category (default: 5). |
proxyConfiguration | object | Proxy settings. The site works without a proxy by default; enable Apify Proxy only if you run into blocking. |
Example input:
{"startUrls": [{ "url": "https://whiskyfass.de/rum" },{ "url": "https://whiskyfass.de/gin" },{ "url": "https://whiskyfass.de/onpacks-mit-glaesern" }],"maxItems": 20}
Output
Each scraped product is stored as one item in the dataset. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
{"productId": "8026","name": "Bacardi 10 Jahre - Gran Reserva Diez - Extra Rare Gold Rum","brand": "Bacardi","brandUrl": "https://whiskyfass.de/bacardi_1","url": "https://whiskyfass.de/bacardi-10-jahre-gran-reserva-diez-extra-rare-gold-rum","price": 37.77,"currency": "EUR","pricePerUnit": 53.96,"volumeLiters": 0.7,"abvPercent": 40,"gtin": "7610113005750","availability": "InStock","category": "Rum","breadcrumb": ["Startseite", "Rum", "Bacardi 10 Jahre - Gran Reserva Diez - Extra Rare Gold Rum"],"shortDescription": "Bacardi Diez - 10 Jahre gereift, tropisch & elegant. Extra Rare Genuss pur.","keywords": "Bacardi Diez, 10 Jahre, Gran Reserva, Extra Rare Rum, Premium Gold Rum","images": ["https://whiskyfass.de/media/image/product/8026/lg/bacardi-10-jahre-gran-reserva-diez-extra-rare-gold-rum.jpg"],"scrapedAt": "2026-08-07T12:00:00.000Z"}
Data table
| Field | Description |
|---|---|
productId | Internal product ID used by the shop. |
name | Full product title. |
brand | Manufacturer / brand name. |
price | Current selling price. |
currency | Price currency (usually EUR). |
pricePerUnit | Reference price per liter. |
volumeLiters | Bottle volume in liters. |
abvPercent | Alcohol by volume, in percent. |
gtin | Global Trade Item Number (barcode), when available. |
availability | Stock status, e.g. InStock or OutOfStock. |
category | Category the product was found under. |
images | Product image URLs. |
url | Direct link to the product page. |
Cost estimation
This Actor scrapes plain HTML pages, so it's lightweight and fast, and works without a proxy in normal conditions, keeping run costs low. A run collecting a few dozen products across several categories typically finishes in well under a minute of compute time. On the Apify Free plan, that's enough for many daily monitoring runs within the free monthly usage.
Tips for best results
- Keep
maxItemsreasonable for how often you plan to run the Actor - smaller values mean faster, cheaper runs. - Add multiple category URLs in one run to collect several product ranges (rum, gin, whisky, onpacks, ...) in a single dataset.
- Schedule the Actor (via the Schedules tab) to track price and stock changes over time.
- If you notice missing results or blocked requests, enable Apify Proxy in the input.
FAQ
Is it legal to scrape whiskyfass.de? This Actor only collects publicly available product information. You are responsible for how you use the data and for complying with whiskyfass.de's Terms of Service and applicable law, including any restrictions on reuse of the collected data.
Some fields are empty for a product. Not every product page includes every attribute (e.g. some products don't list a GTIN). The Actor returns null for fields it can't find rather than guessing.
Found a bug or missing field? Open an issue on the Actor's Issues tab, and let us know. Custom modifications and dedicated support are also available on request.