Bazar.at Scraper — Austria Classified Ads, Prices & Locations
Pricing
from $3.50 / 1,000 results
Bazar.at Scraper — Austria Classified Ads, Prices & Locations
Scrape Bazar.at, Austria's classifieds marketplace, in bulk: title, price in EUR, old price, postal code, district, category and condition as sortable columns. Category browse or keyword search. No login, no API key.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape Bazar.at, Austria's largest classified-ads site, in bulk — no login, no API key, no browser. Point the Actor at any category or result page and it walks the pages, parses every card into flat, sortable columns, and saves rows as it goes.
15 columns per row · thousands of rows per run · numeric prices, not strings · JSON, CSV, Excel or API · pay only for the rows you keep.
Why this Bazar.at scraper
Bazar.at publishes everything a buyer needs on the result page — but as prose, inside a card, behind pagination. Reading it at any useful scale by hand is not realistic, and copy-paste gives you text where you need numbers.
This Actor turns those pages into a table. price is a number, not a formatted string. Location, seller and category are their own columns instead of one blob. That is the difference between data you can pivot on and data you have to clean first.
It is built on the same engine as the rest of this fleet, which means three things you only notice when they are missing:
- It respects the clock. Every run carries a time budget and saves rows continuously, so a slow page never costs you the whole run.
- One bad page does not end the crawl. An unreachable page is retried, then skipped and logged — not treated as the end of the listing.
- It says what it did. Row counts, skipped pages and stop reasons all appear in the log, so a short run is always explainable.
What you get
Price research for the Austrian second-hand market
price and oldPrice are both numeric, so you can chart asking prices by postalCode or district without cleaning the data first.
Local lead generation in Austria
Every row carries postalCode and district, so you can cluster listings by geography and build territory-specific lead lists.
Competitor monitoring
Filter on category to watch a specific vertical, then track new listings and price changes over time by scheduling daily runs.
Market research and supply analysis
condition tells you whether items are new or used. Combine with category and price to measure what Austrians are actually selling and at what price point.
Input
| Field | Type | What it does |
|---|---|---|
startUrl | string | Any Bazar.at category or result URL. The Actor paginates from here. |
searchQuery | string | Optional keyword. When set, the site is searched for it and the category URL is ignored. |
maxResults | integer | Stop after this many rows (default 200). |
proxyConfiguration | object | Apify Proxy settings. The default is fine. |
Example input
{"startUrl": "https://www.bazar.at/l/00-alle/h","searchQuery": "","maxResults": 200,"proxyConfiguration": { "useApifyProxy": true }}
Output
One row per listing, 15 columns:
| Column | Type | Description |
|---|---|---|
listingId | string | Bazar.at listing id from the URL. |
title | string | Ad headline. |
listingUrl | string | Canonical ad page. |
price | number | Asking price in euro. Null when the ad shows no figure. |
oldPrice | number | Previous price before reduction. Null when there is no markdown. |
currency | string | Always EUR. |
description | string | Ad body text as shown in the results list. |
category | string | Category name derived from the listing URL. |
postalCode | string | Austrian postal code — lets you map or group ads by area. |
district | string | District or neighbourhood name. |
condition | string | Item condition as printed by the seller, where stated. |
imageUrl | string | First ad photo. Null on the results page when the image is lazy-loaded. |
country | string | Always Austria. |
source | string | Always bazar_at. |
scrapedAt | string | ISO timestamp of collection. |
Example row
{"listingId": "…","title": "…","listingUrl": "…","price": 0,"oldPrice": 0,"currency": "…","description": "…","category": "…","postalCode": "…","district": "…","condition": "…","imageUrl": "…","country": "…","source": "…","scrapedAt": "…"}
Export from the Apify Console as JSON, CSV, Excel, XML or RSS, or pull it straight from the Dataset API.
How to use it
- Open the Actor and paste a Bazar.at category URL into Category or listing URL.
- Set Maximum results to how many rows you want.
- Click Start. Rows appear in the dataset while the run is still going.
- Export, or schedule the run daily and diff the results to track price moves.
You can also run it from the Apify API, the JavaScript client or the Python client, and wire the output into Google Sheets, Zapier, Make or your own warehouse.
Frequently asked questions
Do I need an account or API key?
No. Bazar.at serves its listings publicly; there is no login and no key.
Can I search by keyword?
Yes. Fill in Search keyword and the Actor searches Bazar.at for that term instead of walking a category.
What does a null price mean?
The listing shows no price figure. It is left empty rather than reported as zero.
Which currency?
Euro (EUR), stated explicitly in the currency column.
How does pagination work?
Bazar.at uses zero-indexed pages. The Actor handles this automatically — just set your desired row count and it walks through pages until done.
What is the condition column?
The item condition as the seller printed it — for example 'Neuwertig' (as new), 'Gebraucht' (used), or 'Neu' (new). Null when the seller did not specify.
How much does it cost?
You pay per row kept, plus Apify platform usage. A 1,000-row run is inexpensive; run it on a schedule and you have a continuous price feed for the cost of a coffee.
Is scraping Bazar.at legal?
This Actor reads only publicly available pages — the same ones anyone can open in a browser — and collects no personal data beyond the seller display name that Bazar.at itself publishes next to each listing. You are responsible for how you use the output, including compliance with Bazar.at's terms and with data-protection law such as the GDPR. If in doubt, take legal advice.
Related Actors
Browse the rest of the fleet for country marketplace, classifieds, property and company-registry scrapers covering more than eighty countries.
Support
Found a broken column or a site change? Open an issue on the Actor's Issues tab and it will be looked at. This Actor is actively maintained — see the Changelog for its history.
Bazar.at is a trademark of its respective owner. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Bazar.at.