Billa Shop Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Billa Shop Scraper
Scrapes product data (name, price, unit price, category, URL) from shop.billa.at — Austria's largest online supermarket.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer

Daniel
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Extract product data from shop.billa.at — Austria's largest online supermarket. Get product names, prices, unit prices, categories, and direct URLs for the full catalogue or specific categories of your choice.
What you get
| Field | Description | Example |
|---|---|---|
name | Product title | Ja! Natürlich Bio Äpfel |
price | Current price (sale or regular) | 2.99 € |
original_price | Pre-discount price (only present if on sale) | 3.49 € |
unit_price | Price per kg / L / piece | 2.99 €/kg |
category | Category name | Obst & Gemüse |
url | Direct link to the product page | https://shop.billa.at/produkte/... |
Example output row:
{"name": "Ja! Natürlich Bio Äpfel","price": "2.99 €","original_price": "3.49 €","unit_price": "2.99 €/kg","category": "Obst & Gemüse","url": "https://shop.billa.at/produkte/ja-natuerlich-bio-aepfel/0000001234"}
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
categories | array of strings | [] | Category names to scrape (e.g. "Obst & Gemüse", "Getränke"). Leave empty to scrape all categories. |
max_items | integer | 0 | Maximum number of products to return. 0 = unlimited. |
Use cases
- Price monitoring — track price changes for specific products over time
- Grocery comparison — compare Billa prices against other Austrian supermarkets (Spar, Hofer, Lidl)
- Market research — analyse product assortment, category depth, and promotion frequency
- Data feeds — power price-comparison apps, browser extensions, or shopping tools
Notes
- Covers all product categories available on shop.billa.at
- Captures both regular and sale prices;
original_priceis only present when a product is discounted - Auto-discovers all categories when
categoriesis left empty — no manual URL setup needed