whiskyfass scraper avatar

whiskyfass scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
whiskyfass scraper

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

Jordan Byte

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

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

  1. Click Try for free or Run to open the Actor.
  2. In the Category (start) URLs field, add one or more whiskyfass.de category pages, such as https://whiskyfass.de/rum or https://whiskyfass.de/gin.
  3. Set Max products per category to control how many products to collect from each category (the Actor stops paginating once it's reached).
  4. Click Start and wait for the run to finish.
  5. 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:

FieldTypeDescription
startUrlsarrayOne 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.
maxItemsintegerMaximum number of products to collect per category (default: 5).
proxyConfigurationobjectProxy 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

FieldDescription
productIdInternal product ID used by the shop.
nameFull product title.
brandManufacturer / brand name.
priceCurrent selling price.
currencyPrice currency (usually EUR).
pricePerUnitReference price per liter.
volumeLitersBottle volume in liters.
abvPercentAlcohol by volume, in percent.
gtinGlobal Trade Item Number (barcode), when available.
availabilityStock status, e.g. InStock or OutOfStock.
categoryCategory the product was found under.
imagesProduct image URLs.
urlDirect 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 maxItems reasonable 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.