Publish sample dataset for willhaben-at-scraper
Browse files- README.md +87 -0
- sample.json +752 -0
- sample.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: "Willhaben.at Scraper"
|
| 4 |
+
tags: [real_estate, web-scraping, apify, ecommerce, real-estate, scraper]
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Willhaben.at Scraper
|
| 10 |
+
|
| 11 |
+
Scrape willhaben.at — Austria's #1 classified ads platform with 4.2M+ monthly users. Extract marketplace items, real estate listings, used cars and job postings. Prices, images, location and full details included.
|
| 12 |
+
|
| 13 |
+
## What the actor scrapes
|
| 14 |
+
|
| 15 |
+
# 🇦🇹 Willhaben.at Scraper — Scrape Austria Real Estate, Used Cars, Jobs & Marketplace Listings Scrape **willhaben.at**, Austria's #1 classifieds platform, and export apartments for rent and sale, houses, used cars, job postings and marketplace items to JSON, CSV or Excel. This **willhaben.at scraper** extracts structured listing data — prices, images, locations and category-specific details — with **no API key and no login required**. Willhaben.at has 4.2+ million monthly users and 12+ million a
|
| 16 |
+
|
| 17 |
+
## Who this is for
|
| 18 |
+
|
| 19 |
+
This sample is useful for anyone working in **real estate, ecommerce** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
|
| 20 |
+
|
| 21 |
+
## Source
|
| 22 |
+
|
| 23 |
+
**Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/willhaben-at-scraper](https://apify.com/logiover/willhaben-at-scraper)
|
| 24 |
+
|
| 25 |
+
## Fields
|
| 26 |
+
|
| 27 |
+
- **`id`** — unique identifier for the record
|
| 28 |
+
- **`url`** — canonical URL of the item
|
| 29 |
+
- **`adType`** — field captured by the actor
|
| 30 |
+
- **`title`** — item or page title
|
| 31 |
+
- **`price`** — listed price (numeric or string)
|
| 32 |
+
- **`location`** — location string
|
| 33 |
+
- **`imageUrl`** — URL reference
|
| 34 |
+
- **`imageUrls`** — field captured by the actor
|
| 35 |
+
- **`sellerType`** — field captured by the actor
|
| 36 |
+
- **`publishedAt`** — publication timestamp
|
| 37 |
+
- **`scrapedAt`** — timestamp the row was scraped
|
| 38 |
+
- **`condition`** — field captured by the actor
|
| 39 |
+
- **`delivery`** — field captured by the actor
|
| 40 |
+
|
| 41 |
+
## Sample preview
|
| 42 |
+
|
| 43 |
+
```json
|
| 44 |
+
[
|
| 45 |
+
{
|
| 46 |
+
"id": "1397168656",
|
| 47 |
+
"url": "https://www.willhaben.at/atverz/1397168656",
|
| 48 |
+
"adType": "marktplatz",
|
| 49 |
+
"title": "Sommerreifen neuwertig Nexen 215 / 60 R17 96H N FERA Primus",
|
| 50 |
+
"price": "€ 160",
|
| 51 |
+
"location": "Nöstlbach, Linz Land, 4502",
|
| 52 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/139/716/8656_439541632_n_hoved.jpg",
|
| 53 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/139/716/8656_439541632_n_hoved.jpg, https://cache.willhaben.at/mmo/6/139/716/8656_1754981004_n_hoved.jpg, https://cache.willhaben.at/mmo/6/139/716/8656_-1471550419_n_hoved.jpg",
|
| 54 |
+
"sellerType": "Privat",
|
| 55 |
+
"publishedAt": null,
|
| 56 |
+
"scrapedAt": "2026-05-15T11:01:41.248Z",
|
| 57 |
+
"condition": null,
|
| 58 |
+
"delivery": null
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"id": "1773366882",
|
| 62 |
+
"url": "https://www.willhaben.at/atverz/1773366882",
|
| 63 |
+
"adType": "marktplatz",
|
| 64 |
+
"title": "Allen & Heath ilive-T112 Surface & Mixrack iDR-48",
|
| 65 |
+
"price": "€ 2 999",
|
| 66 |
+
"location": "Kleinköstendorf, Salzburg-Umgebung, 5203",
|
| 67 |
+
"imageUrl": "https://cache.willhaben.at/mmo/2/177/336/6882_-943392528_n_hoved.jpg",
|
| 68 |
+
"imageUrls": "https://cache.willhaben.at/mmo/2/177/336/6882_-943392528_n_hoved.jpg, https://cache.willhaben.at/mmo/2/177/336/6882_-2102072227_n_hoved.jpg, https://cache.willhaben.at/mmo/2/177/336/6882_1333652630_n_hoved.jpg",
|
| 69 |
+
"sellerType": "Privat",
|
| 70 |
+
"publishedAt": null,
|
| 71 |
+
"scrapedAt": "2026-05-15T11:01:41.467Z",
|
| 72 |
+
"condition": null,
|
| 73 |
+
"delivery": null
|
| 74 |
+
}
|
| 75 |
+
]
|
| 76 |
+
```
|
| 77 |
+
|
| 78 |
+
## Snapshot stats
|
| 79 |
+
|
| 80 |
+
- Row count in this sample: **50**
|
| 81 |
+
- Data quality flag at capture time: `GOOD`
|
| 82 |
+
|
| 83 |
+
## License & Attribution
|
| 84 |
+
|
| 85 |
+
Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/willhaben-at-scraper](https://apify.com/logiover/willhaben-at-scraper).
|
| 86 |
+
|
| 87 |
+
The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
|
sample.json
ADDED
|
@@ -0,0 +1,752 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "1397168656",
|
| 4 |
+
"url": "https://www.willhaben.at/atverz/1397168656",
|
| 5 |
+
"adType": "marktplatz",
|
| 6 |
+
"title": "Sommerreifen neuwertig Nexen 215 / 60 R17 96H N FERA Primus",
|
| 7 |
+
"price": "€ 160",
|
| 8 |
+
"location": "Nöstlbach, Linz Land, 4502",
|
| 9 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/139/716/8656_439541632_n_hoved.jpg",
|
| 10 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/139/716/8656_439541632_n_hoved.jpg, https://cache.willhaben.at/mmo/6/139/716/8656_1754981004_n_hoved.jpg, https://cache.willhaben.at/mmo/6/139/716/8656_-1471550419_n_hoved.jpg",
|
| 11 |
+
"sellerType": "Privat",
|
| 12 |
+
"publishedAt": null,
|
| 13 |
+
"scrapedAt": "2026-05-15T11:01:41.248Z",
|
| 14 |
+
"condition": null,
|
| 15 |
+
"delivery": null
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"id": "1773366882",
|
| 19 |
+
"url": "https://www.willhaben.at/atverz/1773366882",
|
| 20 |
+
"adType": "marktplatz",
|
| 21 |
+
"title": "Allen & Heath ilive-T112 Surface & Mixrack iDR-48",
|
| 22 |
+
"price": "€ 2 999",
|
| 23 |
+
"location": "Kleinköstendorf, Salzburg-Umgebung, 5203",
|
| 24 |
+
"imageUrl": "https://cache.willhaben.at/mmo/2/177/336/6882_-943392528_n_hoved.jpg",
|
| 25 |
+
"imageUrls": "https://cache.willhaben.at/mmo/2/177/336/6882_-943392528_n_hoved.jpg, https://cache.willhaben.at/mmo/2/177/336/6882_-2102072227_n_hoved.jpg, https://cache.willhaben.at/mmo/2/177/336/6882_1333652630_n_hoved.jpg",
|
| 26 |
+
"sellerType": "Privat",
|
| 27 |
+
"publishedAt": null,
|
| 28 |
+
"scrapedAt": "2026-05-15T11:01:41.467Z",
|
| 29 |
+
"condition": null,
|
| 30 |
+
"delivery": null
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"id": "1344424976",
|
| 34 |
+
"url": "https://www.willhaben.at/atverz/1344424976",
|
| 35 |
+
"adType": "marktplatz",
|
| 36 |
+
"title": "Sports Walkman Sammlung - Sony - Silva - TEC",
|
| 37 |
+
"price": "€ 95",
|
| 38 |
+
"location": "Gleisdorf, Weiz, 8200",
|
| 39 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/134/442/4976_588704566_n_hoved.jpg",
|
| 40 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/134/442/4976_588704566_n_hoved.jpg, https://cache.willhaben.at/mmo/6/134/442/4976_-1025186672_n_hoved.jpg, https://cache.willhaben.at/mmo/6/134/442/4976_-1063981768_n_hoved.jpg",
|
| 41 |
+
"sellerType": "Privat",
|
| 42 |
+
"publishedAt": null,
|
| 43 |
+
"scrapedAt": "2026-05-15T11:01:41.499Z",
|
| 44 |
+
"condition": null,
|
| 45 |
+
"delivery": null
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"id": "2084418306",
|
| 49 |
+
"url": "https://www.willhaben.at/atverz/2084418306",
|
| 50 |
+
"adType": "marktplatz",
|
| 51 |
+
"title": "Jim Davis: Die Garfield Revue ( Buch 1- 2)",
|
| 52 |
+
"price": "€ 4",
|
| 53 |
+
"location": "Wien, 16. Bezirk, Ottakring, Wien, 1160",
|
| 54 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/208/441/8306_-2065505785_hoved.jpg",
|
| 55 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/208/441/8306_-2065505785_hoved.jpg, https://cache.willhaben.at/mmo/6/208/441/8306_1303503045_hoved.jpg",
|
| 56 |
+
"sellerType": "Privat",
|
| 57 |
+
"publishedAt": null,
|
| 58 |
+
"scrapedAt": "2026-05-15T11:01:41.540Z",
|
| 59 |
+
"condition": null,
|
| 60 |
+
"delivery": null
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"id": "1568122957",
|
| 64 |
+
"url": "https://www.willhaben.at/atverz/1568122957",
|
| 65 |
+
"adType": "marktplatz",
|
| 66 |
+
"title": "Tasche, rucksack",
|
| 67 |
+
"price": "€ 4",
|
| 68 |
+
"location": "Sankt Georgen an der Stiefing, Leibnitz, 8413",
|
| 69 |
+
"imageUrl": "https://cache.willhaben.at/mmo/7/156/812/2957_-858136183_hoved.jpg",
|
| 70 |
+
"imageUrls": "https://cache.willhaben.at/mmo/7/156/812/2957_-858136183_hoved.jpg, https://cache.willhaben.at/mmo/7/156/812/2957_972745794_hoved.jpg, https://cache.willhaben.at/mmo/7/156/812/2957_174908239_hoved.jpg",
|
| 71 |
+
"sellerType": "Privat",
|
| 72 |
+
"publishedAt": null,
|
| 73 |
+
"scrapedAt": "2026-05-15T11:01:41.630Z",
|
| 74 |
+
"condition": null,
|
| 75 |
+
"delivery": null
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"id": "852706932",
|
| 79 |
+
"url": "https://www.willhaben.at/atverz/852706932",
|
| 80 |
+
"adType": "marktplatz",
|
| 81 |
+
"title": "Trampolin Sprungtuch 426cm Durchmesser",
|
| 82 |
+
"price": "€ 35",
|
| 83 |
+
"location": "Kuchl, Hallein, 5431",
|
| 84 |
+
"imageUrl": "https://cache.willhaben.at/mmo/2/852/706/932_1724247974_hoved.jpg",
|
| 85 |
+
"imageUrls": "https://cache.willhaben.at/mmo/2/852/706/932_1724247974_hoved.jpg",
|
| 86 |
+
"sellerType": "Privat",
|
| 87 |
+
"publishedAt": null,
|
| 88 |
+
"scrapedAt": "2026-05-15T11:01:41.730Z",
|
| 89 |
+
"condition": null,
|
| 90 |
+
"delivery": null
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": "957630794",
|
| 94 |
+
"url": "https://www.willhaben.at/atverz/957630794",
|
| 95 |
+
"adType": "marktplatz",
|
| 96 |
+
"title": "Kreissäge Master Tool",
|
| 97 |
+
"price": "€ 45",
|
| 98 |
+
"location": "Margarethen am Moos, Bruck an der Leitha, 2433",
|
| 99 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/957/630/794_1634133932_hoved.jpg",
|
| 100 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/957/630/794_1634133932_hoved.jpg, https://cache.willhaben.at/mmo/4/957/630/794_1501423906_hoved.jpg",
|
| 101 |
+
"sellerType": "Privat",
|
| 102 |
+
"publishedAt": null,
|
| 103 |
+
"scrapedAt": "2026-05-15T11:01:41.774Z",
|
| 104 |
+
"condition": null,
|
| 105 |
+
"delivery": null
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"id": "1959012176",
|
| 109 |
+
"url": "https://www.willhaben.at/atverz/1959012176",
|
| 110 |
+
"adType": "marktplatz",
|
| 111 |
+
"title": "Dressur Gamaschen weiß, Gr. M/ L (VB)",
|
| 112 |
+
"price": "€ 30",
|
| 113 |
+
"location": "Schwanenstadt, Vöcklabruck, 4690",
|
| 114 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/195/901/2176_-1318655732_hoved.jpg",
|
| 115 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/195/901/2176_-1318655732_hoved.jpg",
|
| 116 |
+
"sellerType": "Privat",
|
| 117 |
+
"publishedAt": null,
|
| 118 |
+
"scrapedAt": "2026-05-15T11:01:41.932Z",
|
| 119 |
+
"condition": null,
|
| 120 |
+
"delivery": null
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": "1761345743",
|
| 124 |
+
"url": "https://www.willhaben.at/atverz/1761345743",
|
| 125 |
+
"adType": "marktplatz",
|
| 126 |
+
"title": "Herz aus Rosenquarz mit Lederband",
|
| 127 |
+
"price": "€ 15",
|
| 128 |
+
"location": "Klagenfurt, Klagenfurt, 9020",
|
| 129 |
+
"imageUrl": "https://cache.willhaben.at/mmo/3/176/134/5743_-1518609553_hoved.jpg",
|
| 130 |
+
"imageUrls": "https://cache.willhaben.at/mmo/3/176/134/5743_-1518609553_hoved.jpg, https://cache.willhaben.at/mmo/3/176/134/5743_1607852201_hoved.jpg, https://cache.willhaben.at/mmo/3/176/134/5743_1099879931_hoved.jpg",
|
| 131 |
+
"sellerType": "Privat",
|
| 132 |
+
"publishedAt": null,
|
| 133 |
+
"scrapedAt": "2026-05-15T11:01:42.033Z",
|
| 134 |
+
"condition": null,
|
| 135 |
+
"delivery": null
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"id": "1728511248",
|
| 139 |
+
"url": "https://www.willhaben.at/atverz/1728511248",
|
| 140 |
+
"adType": "marktplatz",
|
| 141 |
+
"title": "Pinus leucodermis compact gem ( schlangenhautkiffer) zwerg form bis 2,5 m hoch",
|
| 142 |
+
"price": "€ 250",
|
| 143 |
+
"location": "Wien, 21. Bezirk, Floridsdorf, Wien, 1210",
|
| 144 |
+
"imageUrl": "https://cache.willhaben.at/mmo/8/172/851/1248_-911614139_hoved.jpg",
|
| 145 |
+
"imageUrls": "https://cache.willhaben.at/mmo/8/172/851/1248_-911614139_hoved.jpg",
|
| 146 |
+
"sellerType": "Privat",
|
| 147 |
+
"publishedAt": null,
|
| 148 |
+
"scrapedAt": "2026-05-15T11:01:42.163Z",
|
| 149 |
+
"condition": null,
|
| 150 |
+
"delivery": null
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"id": "2122299842",
|
| 154 |
+
"url": "https://www.willhaben.at/atverz/2122299842",
|
| 155 |
+
"adType": "marktplatz",
|
| 156 |
+
"title": "Kartenspiele NET RUNNER",
|
| 157 |
+
"price": "€ 50",
|
| 158 |
+
"location": "Linz, Linz, 4020",
|
| 159 |
+
"imageUrl": "https://cache.willhaben.at/mmo/2/212/229/9842_-1049497319_hoved.jpg",
|
| 160 |
+
"imageUrls": "https://cache.willhaben.at/mmo/2/212/229/9842_-1049497319_hoved.jpg, https://cache.willhaben.at/mmo/2/212/229/9842_-1754998428_hoved.jpg, https://cache.willhaben.at/mmo/2/212/229/9842_-2053188833_hoved.jpg",
|
| 161 |
+
"sellerType": "Privat",
|
| 162 |
+
"publishedAt": null,
|
| 163 |
+
"scrapedAt": "2026-05-15T11:01:42.277Z",
|
| 164 |
+
"condition": null,
|
| 165 |
+
"delivery": null
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"id": "1556631674",
|
| 169 |
+
"url": "https://www.willhaben.at/atverz/1556631674",
|
| 170 |
+
"adType": "marktplatz",
|
| 171 |
+
"title": "FINSTERTALER SEEN",
|
| 172 |
+
"price": "€ 2",
|
| 173 |
+
"location": "Blumau, Baden, 2602",
|
| 174 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/155/663/1674_-1770924245_hoved.jpg",
|
| 175 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/155/663/1674_-1770924245_hoved.jpg",
|
| 176 |
+
"sellerType": "Privat",
|
| 177 |
+
"publishedAt": null,
|
| 178 |
+
"scrapedAt": "2026-05-15T11:01:42.330Z",
|
| 179 |
+
"condition": null,
|
| 180 |
+
"delivery": null
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"id": "1945621320",
|
| 184 |
+
"url": "https://www.willhaben.at/atverz/1945621320",
|
| 185 |
+
"adType": "marktplatz",
|
| 186 |
+
"title": "Elite Arion Mag freier Rolle Trainer unbenutzt",
|
| 187 |
+
"price": "€ 170",
|
| 188 |
+
"location": "Salzburg, Salzburg Stadt, 5020",
|
| 189 |
+
"imageUrl": "https://cache.willhaben.at/mmo/0/194/562/1320_-784937848_n_hoved.jpg",
|
| 190 |
+
"imageUrls": "https://cache.willhaben.at/mmo/0/194/562/1320_-784937848_n_hoved.jpg, https://cache.willhaben.at/mmo/0/194/562/1320_-945370120_n_hoved.jpg, https://cache.willhaben.at/mmo/0/194/562/1320_1243797513_n_hoved.jpg",
|
| 191 |
+
"sellerType": "Privat",
|
| 192 |
+
"publishedAt": null,
|
| 193 |
+
"scrapedAt": "2026-05-15T11:01:42.361Z",
|
| 194 |
+
"condition": null,
|
| 195 |
+
"delivery": null
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"id": "1712108413",
|
| 199 |
+
"url": "https://www.willhaben.at/atverz/1712108413",
|
| 200 |
+
"adType": "marktplatz",
|
| 201 |
+
"title": "Nostalgische Küchengeräte, Küchenutensilien, Küchenhelfer aus Großmutters Zeiten, tolles Shabby Chic, Vintage, Landhausdekoration, ab €16, -",
|
| 202 |
+
"price": "€ 16",
|
| 203 |
+
"location": "St. Georgen am Steinfelde, Sankt Pölten, 3151",
|
| 204 |
+
"imageUrl": "https://cache.willhaben.at/mmo/3/171/210/8413_-1352933732_hoved.jpg",
|
| 205 |
+
"imageUrls": "https://cache.willhaben.at/mmo/3/171/210/8413_-1352933732_hoved.jpg, https://cache.willhaben.at/mmo/3/171/210/8413_-208345152_hoved.jpg, https://cache.willhaben.at/mmo/3/171/210/8413_-1778328535_hoved.jpg",
|
| 206 |
+
"sellerType": "Privat",
|
| 207 |
+
"publishedAt": null,
|
| 208 |
+
"scrapedAt": "2026-05-15T11:01:42.394Z",
|
| 209 |
+
"condition": null,
|
| 210 |
+
"delivery": null
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"id": "1521803346",
|
| 214 |
+
"url": "https://www.willhaben.at/atverz/1521803346",
|
| 215 |
+
"adType": "marktplatz",
|
| 216 |
+
"title": "Alufelgen 20 21 22 23 Zoll 5x112 passt für Audi Q7 SQ7 Q8 SQ8",
|
| 217 |
+
"price": "€ 1 900",
|
| 218 |
+
"location": "Wien, 11. Bezirk, Simmering, Wien, 1110",
|
| 219 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/152/180/3346_1441718126_hoved.jpg",
|
| 220 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/152/180/3346_1441718126_hoved.jpg, https://cache.willhaben.at/mmo/6/152/180/3346_-1903353840_hoved.jpg, https://cache.willhaben.at/mmo/6/152/180/3346_-92792057_hoved.jpg",
|
| 221 |
+
"sellerType": "Gewerblich",
|
| 222 |
+
"publishedAt": null,
|
| 223 |
+
"scrapedAt": "2026-05-15T11:01:42.437Z",
|
| 224 |
+
"condition": null,
|
| 225 |
+
"delivery": null
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"id": "1093518894",
|
| 229 |
+
"url": "https://www.willhaben.at/atverz/1093518894",
|
| 230 |
+
"adType": "marktplatz",
|
| 231 |
+
"title": "Paket Mädchen 68 neuwertig",
|
| 232 |
+
"price": "€ 20",
|
| 233 |
+
"location": "Gresten-Land, Scheibbs, 3264",
|
| 234 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/109/351/8894_-914494145_hoved.jpg",
|
| 235 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/109/351/8894_-914494145_hoved.jpg, https://cache.willhaben.at/mmo/4/109/351/8894_-1093210541_hoved.jpg, https://cache.willhaben.at/mmo/4/109/351/8894_769058686_hoved.jpg",
|
| 236 |
+
"sellerType": "Privat",
|
| 237 |
+
"publishedAt": null,
|
| 238 |
+
"scrapedAt": "2026-05-15T11:01:42.495Z",
|
| 239 |
+
"condition": null,
|
| 240 |
+
"delivery": null
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"id": "1484388159",
|
| 244 |
+
"url": "https://www.willhaben.at/atverz/1484388159",
|
| 245 |
+
"adType": "marktplatz",
|
| 246 |
+
"title": "3er Set Unterhosen PETIT BATEAU Gr 128 Mädchen",
|
| 247 |
+
"price": "€ 3",
|
| 248 |
+
"location": "Wien, 22. Bezirk, Donaustadt, Wien, 1220",
|
| 249 |
+
"imageUrl": "https://cache.willhaben.at/mmo/9/148/438/8159_626976753_hoved.jpg",
|
| 250 |
+
"imageUrls": "https://cache.willhaben.at/mmo/9/148/438/8159_626976753_hoved.jpg, https://cache.willhaben.at/mmo/9/148/438/8159_1358816770_hoved.jpg, https://cache.willhaben.at/mmo/9/148/438/8159_-1030690954_hoved.jpg",
|
| 251 |
+
"sellerType": "Privat",
|
| 252 |
+
"publishedAt": null,
|
| 253 |
+
"scrapedAt": "2026-05-15T11:01:42.528Z",
|
| 254 |
+
"condition": null,
|
| 255 |
+
"delivery": null
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"id": "1054804198",
|
| 259 |
+
"url": "https://www.willhaben.at/atverz/1054804198",
|
| 260 |
+
"adType": "marktplatz",
|
| 261 |
+
"title": "Umzug &Entrümpelung &montage& abmontieren & Transport Wien und ganz Österreich- Umzug",
|
| 262 |
+
"price": "€ 24",
|
| 263 |
+
"location": "Wien, 22. Bezirk, Donaustadt, Wien, 1220",
|
| 264 |
+
"imageUrl": "https://cache.willhaben.at/mmo/8/105/480/4198_1764341089_hoved.jpg",
|
| 265 |
+
"imageUrls": "https://cache.willhaben.at/mmo/8/105/480/4198_1764341089_hoved.jpg, https://cache.willhaben.at/mmo/8/105/480/4198_-1956792291_hoved.jpg, https://cache.willhaben.at/mmo/8/105/480/4198_-93869230_hoved.jpg",
|
| 266 |
+
"sellerType": "Gewerblich",
|
| 267 |
+
"publishedAt": null,
|
| 268 |
+
"scrapedAt": "2026-05-15T11:01:42.557Z",
|
| 269 |
+
"condition": null,
|
| 270 |
+
"delivery": null
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"id": "900423811",
|
| 274 |
+
"url": "https://www.willhaben.at/atverz/900423811",
|
| 275 |
+
"adType": "marktplatz",
|
| 276 |
+
"title": "Buben Hallenschuhe Puma Größe 37,5",
|
| 277 |
+
"price": "€ 10",
|
| 278 |
+
"location": "Manhartsbrunn, Mistelbach, 2203",
|
| 279 |
+
"imageUrl": "https://cache.willhaben.at/mmo/1/900/423/811_-1917982207_hoved.jpg",
|
| 280 |
+
"imageUrls": "https://cache.willhaben.at/mmo/1/900/423/811_-1917982207_hoved.jpg, https://cache.willhaben.at/mmo/1/900/423/811_-2085562590_hoved.jpg, https://cache.willhaben.at/mmo/1/900/423/811_-1858937594_hoved.jpg",
|
| 281 |
+
"sellerType": "Privat",
|
| 282 |
+
"publishedAt": null,
|
| 283 |
+
"scrapedAt": "2026-05-15T11:01:42.595Z",
|
| 284 |
+
"condition": null,
|
| 285 |
+
"delivery": null
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"id": "1726426609",
|
| 289 |
+
"url": "https://www.willhaben.at/atverz/1726426609",
|
| 290 |
+
"adType": "marktplatz",
|
| 291 |
+
"title": "Damen Kunstlederjacke",
|
| 292 |
+
"price": "€ 15",
|
| 293 |
+
"location": "Kammersdorf, Hollabrunn, 2033",
|
| 294 |
+
"imageUrl": "https://cache.willhaben.at/mmo/9/172/642/6609_-673719762_hoved.jpg",
|
| 295 |
+
"imageUrls": "https://cache.willhaben.at/mmo/9/172/642/6609_-673719762_hoved.jpg, https://cache.willhaben.at/mmo/9/172/642/6609_1428873987_hoved.jpg, https://cache.willhaben.at/mmo/9/172/642/6609_765648416_hoved.jpg",
|
| 296 |
+
"sellerType": "Privat",
|
| 297 |
+
"publishedAt": null,
|
| 298 |
+
"scrapedAt": "2026-05-15T11:01:42.670Z",
|
| 299 |
+
"condition": null,
|
| 300 |
+
"delivery": null
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"id": "1586661895",
|
| 304 |
+
"url": "https://www.willhaben.at/atverz/1586661895",
|
| 305 |
+
"adType": "marktplatz",
|
| 306 |
+
"title": "Damengürtel textil",
|
| 307 |
+
"price": "€ 8",
|
| 308 |
+
"location": "Wien, 10. Bezirk, Favoriten, Wien, 1100",
|
| 309 |
+
"imageUrl": "https://cache.willhaben.at/mmo/5/158/666/1895_254336414_hoved.jpg",
|
| 310 |
+
"imageUrls": "https://cache.willhaben.at/mmo/5/158/666/1895_254336414_hoved.jpg",
|
| 311 |
+
"sellerType": "Privat",
|
| 312 |
+
"publishedAt": null,
|
| 313 |
+
"scrapedAt": "2026-05-15T11:01:42.706Z",
|
| 314 |
+
"condition": null,
|
| 315 |
+
"delivery": null
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"id": "1830926784",
|
| 319 |
+
"url": "https://www.willhaben.at/atverz/1830926784",
|
| 320 |
+
"adType": "marktplatz",
|
| 321 |
+
"title": "Wunderschöner, weißer, ungetragener Schleier",
|
| 322 |
+
"price": "€ 40",
|
| 323 |
+
"location": "Wien, 21. Bezirk, Floridsdorf, Wien, 1210",
|
| 324 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/183/092/6784_-1091510573_hoved.jpg",
|
| 325 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/183/092/6784_-1091510573_hoved.jpg, https://cache.willhaben.at/mmo/4/183/092/6784_-2120163168_hoved.jpg, https://cache.willhaben.at/mmo/4/183/092/6784_2146952576_hoved.jpg",
|
| 326 |
+
"sellerType": "Privat",
|
| 327 |
+
"publishedAt": null,
|
| 328 |
+
"scrapedAt": "2026-05-15T11:01:42.766Z",
|
| 329 |
+
"condition": null,
|
| 330 |
+
"delivery": null
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"id": "796423110",
|
| 334 |
+
"url": "https://www.willhaben.at/atverz/796423110",
|
| 335 |
+
"adType": "marktplatz",
|
| 336 |
+
"title": "3x Stephen King Bücher",
|
| 337 |
+
"price": "€ 7",
|
| 338 |
+
"location": "Grein, Perg, 4360",
|
| 339 |
+
"imageUrl": "https://cache.willhaben.at/mmo/0/796/423/110_1589880813_hoved.jpg",
|
| 340 |
+
"imageUrls": "https://cache.willhaben.at/mmo/0/796/423/110_1589880813_hoved.jpg, https://cache.willhaben.at/mmo/0/796/423/110_1729938034_hoved.jpg, https://cache.willhaben.at/mmo/0/796/423/110_1519240527_hoved.jpg",
|
| 341 |
+
"sellerType": "Privat",
|
| 342 |
+
"publishedAt": null,
|
| 343 |
+
"scrapedAt": "2026-05-15T11:01:42.810Z",
|
| 344 |
+
"condition": null,
|
| 345 |
+
"delivery": null
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"id": "1569233751",
|
| 349 |
+
"url": "https://www.willhaben.at/atverz/1569233751",
|
| 350 |
+
"adType": "marktplatz",
|
| 351 |
+
"title": "NEU! UV-Shirt von Stella McCartney",
|
| 352 |
+
"price": "€ 20",
|
| 353 |
+
"location": "Aich (Gde.:Velden am Wörther See), Villach Land, 9220",
|
| 354 |
+
"imageUrl": "https://cache.willhaben.at/mmo/1/156/923/3751_-925705779_hoved.jpg",
|
| 355 |
+
"imageUrls": "https://cache.willhaben.at/mmo/1/156/923/3751_-925705779_hoved.jpg, https://cache.willhaben.at/mmo/1/156/923/3751_-1700274562_hoved.jpg, https://cache.willhaben.at/mmo/1/156/923/3751_-1935349096_hoved.jpg",
|
| 356 |
+
"sellerType": "Privat",
|
| 357 |
+
"publishedAt": null,
|
| 358 |
+
"scrapedAt": "2026-05-15T11:01:42.845Z",
|
| 359 |
+
"condition": null,
|
| 360 |
+
"delivery": null
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"id": "1510963260",
|
| 364 |
+
"url": "https://www.willhaben.at/atverz/1510963260",
|
| 365 |
+
"adType": "marktplatz",
|
| 366 |
+
"title": "IPhone 17 Pro / 256GB / NEU / AT-WARE / Offen für alle Netze / Werksoffen / Originalverpackt / Volle Herstellergarantie",
|
| 367 |
+
"price": "€ 1 099",
|
| 368 |
+
"location": "Wien, 12. Bezirk, Meidling, Wien, 1120",
|
| 369 |
+
"imageUrl": "https://cache.willhaben.at/mmo/0/151/096/3260_1927723655_hoved.jpg",
|
| 370 |
+
"imageUrls": "https://cache.willhaben.at/mmo/0/151/096/3260_1927723655_hoved.jpg",
|
| 371 |
+
"sellerType": "Gewerblich",
|
| 372 |
+
"publishedAt": null,
|
| 373 |
+
"scrapedAt": "2026-05-15T11:01:42.904Z",
|
| 374 |
+
"condition": null,
|
| 375 |
+
"delivery": null
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"id": "1780544887",
|
| 379 |
+
"url": "https://www.willhaben.at/atverz/1780544887",
|
| 380 |
+
"adType": "marktplatz",
|
| 381 |
+
"title": "Mutter Gottes Anhänger",
|
| 382 |
+
"price": "€ 3",
|
| 383 |
+
"location": "Wien, 17. Bezirk, Hernals, Wien, 1170",
|
| 384 |
+
"imageUrl": "https://cache.willhaben.at/mmo/7/178/054/4887_2103762897_hoved.jpg",
|
| 385 |
+
"imageUrls": "https://cache.willhaben.at/mmo/7/178/054/4887_2103762897_hoved.jpg, https://cache.willhaben.at/mmo/7/178/054/4887_1937826230_hoved.jpg",
|
| 386 |
+
"sellerType": "Privat",
|
| 387 |
+
"publishedAt": null,
|
| 388 |
+
"scrapedAt": "2026-05-15T11:01:42.941Z",
|
| 389 |
+
"condition": null,
|
| 390 |
+
"delivery": null
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"id": "1494173064",
|
| 394 |
+
"url": "https://www.willhaben.at/atverz/1494173064",
|
| 395 |
+
"adType": "marktplatz",
|
| 396 |
+
"title": "Ragnarok Odyssey PSVITA Sealed",
|
| 397 |
+
"price": "€ 50",
|
| 398 |
+
"location": "Innsbruck, Innsbruck, 6020",
|
| 399 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/149/417/3064_246145034_hoved.jpg",
|
| 400 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/149/417/3064_246145034_hoved.jpg, https://cache.willhaben.at/mmo/4/149/417/3064_1927340056_hoved.jpg, https://cache.willhaben.at/mmo/4/149/417/3064_-1267082977_hoved.jpg",
|
| 401 |
+
"sellerType": "Privat",
|
| 402 |
+
"publishedAt": null,
|
| 403 |
+
"scrapedAt": "2026-05-15T11:01:43.042Z",
|
| 404 |
+
"condition": null,
|
| 405 |
+
"delivery": null
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"id": "1805556488",
|
| 409 |
+
"url": "https://www.willhaben.at/atverz/1805556488",
|
| 410 |
+
"adType": "marktplatz",
|
| 411 |
+
"title": "11 Stk. Drücker in Messing Versand nur €6,60",
|
| 412 |
+
"price": "€ 15",
|
| 413 |
+
"location": "Lamprechtshausen, Salzburg-Umgebung, 5112",
|
| 414 |
+
"imageUrl": "https://cache.willhaben.at/mmo/8/180/555/6488_-1628575359_hoved.jpg",
|
| 415 |
+
"imageUrls": "https://cache.willhaben.at/mmo/8/180/555/6488_-1628575359_hoved.jpg",
|
| 416 |
+
"sellerType": "Privat",
|
| 417 |
+
"publishedAt": null,
|
| 418 |
+
"scrapedAt": "2026-05-15T11:01:43.090Z",
|
| 419 |
+
"condition": null,
|
| 420 |
+
"delivery": null
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"id": "1551312443",
|
| 424 |
+
"url": "https://www.willhaben.at/atverz/1551312443",
|
| 425 |
+
"adType": "marktplatz",
|
| 426 |
+
"title": "Kleintiertransport",
|
| 427 |
+
"price": "€ 10",
|
| 428 |
+
"location": "Sommerein, Bruck an der Leitha, 2453",
|
| 429 |
+
"imageUrl": "https://cache.willhaben.at/mmo/3/155/131/2443_-1164910178_hoved.jpg",
|
| 430 |
+
"imageUrls": "https://cache.willhaben.at/mmo/3/155/131/2443_-1164910178_hoved.jpg",
|
| 431 |
+
"sellerType": "Privat",
|
| 432 |
+
"publishedAt": null,
|
| 433 |
+
"scrapedAt": "2026-05-15T11:01:43.130Z",
|
| 434 |
+
"condition": null,
|
| 435 |
+
"delivery": null
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"id": "1722034271",
|
| 439 |
+
"url": "https://www.willhaben.at/atverz/1722034271",
|
| 440 |
+
"adType": "marktplatz",
|
| 441 |
+
"title": "Herren Sakko mit passender Krawatte Gr.50",
|
| 442 |
+
"price": "€ 35",
|
| 443 |
+
"location": "Hermagor-Pressegger See, Hermagor, 9620",
|
| 444 |
+
"imageUrl": "https://cache.willhaben.at/mmo/1/172/203/4271_-1401819073_hoved.jpg",
|
| 445 |
+
"imageUrls": "https://cache.willhaben.at/mmo/1/172/203/4271_-1401819073_hoved.jpg, https://cache.willhaben.at/mmo/1/172/203/4271_-2065044237_hoved.jpg, https://cache.willhaben.at/mmo/1/172/203/4271_1097591658_hoved.jpg",
|
| 446 |
+
"sellerType": "Privat",
|
| 447 |
+
"publishedAt": null,
|
| 448 |
+
"scrapedAt": "2026-05-15T11:01:43.172Z",
|
| 449 |
+
"condition": null,
|
| 450 |
+
"delivery": null
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"id": "1740864696",
|
| 454 |
+
"url": "https://www.willhaben.at/atverz/1740864696",
|
| 455 |
+
"adType": "marktplatz",
|
| 456 |
+
"title": "Der Struwwelpeter original aus 1948",
|
| 457 |
+
"price": "€ 10",
|
| 458 |
+
"location": "Äpfelberg, Braunau am Inn, 5231",
|
| 459 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/174/086/4696_1165160375_hoved.jpg",
|
| 460 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/174/086/4696_1165160375_hoved.jpg, https://cache.willhaben.at/mmo/6/174/086/4696_-645407944_hoved.jpg, https://cache.willhaben.at/mmo/6/174/086/4696_-360848496_hoved.jpg",
|
| 461 |
+
"sellerType": "Privat",
|
| 462 |
+
"publishedAt": null,
|
| 463 |
+
"scrapedAt": "2026-05-15T11:01:43.206Z",
|
| 464 |
+
"condition": null,
|
| 465 |
+
"delivery": null
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"id": "948213264",
|
| 469 |
+
"url": "https://www.willhaben.at/atverz/948213264",
|
| 470 |
+
"adType": "marktplatz",
|
| 471 |
+
"title": "Benetton, Allzweckjacke mit Kapuze, Gr. 146 - 152",
|
| 472 |
+
"price": "€ 12",
|
| 473 |
+
"location": "Wien, 16. Bezirk, Ottakring, Wien, 1160",
|
| 474 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/948/213/264_1733155210_hoved.jpg",
|
| 475 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/948/213/264_1733155210_hoved.jpg",
|
| 476 |
+
"sellerType": "Privat",
|
| 477 |
+
"publishedAt": null,
|
| 478 |
+
"scrapedAt": "2026-05-15T11:01:43.298Z",
|
| 479 |
+
"condition": null,
|
| 480 |
+
"delivery": null
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"id": "1746798021",
|
| 484 |
+
"url": "https://www.willhaben.at/atverz/1746798021",
|
| 485 |
+
"adType": "marktplatz",
|
| 486 |
+
"title": "Apple iPad 32 GB Modell A1337 defekt",
|
| 487 |
+
"price": "€ 15",
|
| 488 |
+
"location": "Buch, Schwaz, 6220",
|
| 489 |
+
"imageUrl": "https://cache.willhaben.at/mmo/1/174/679/8021_1816519143_hoved.jpg",
|
| 490 |
+
"imageUrls": "https://cache.willhaben.at/mmo/1/174/679/8021_1816519143_hoved.jpg, https://cache.willhaben.at/mmo/1/174/679/8021_-720442496_hoved.jpg, https://cache.willhaben.at/mmo/1/174/679/8021_-1989157193_hoved.jpg",
|
| 491 |
+
"sellerType": "Privat",
|
| 492 |
+
"publishedAt": null,
|
| 493 |
+
"scrapedAt": "2026-05-15T11:01:43.332Z",
|
| 494 |
+
"condition": null,
|
| 495 |
+
"delivery": null
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"id": "1799448680",
|
| 499 |
+
"url": "https://www.willhaben.at/atverz/1799448680",
|
| 500 |
+
"adType": "marktplatz",
|
| 501 |
+
"title": "Samsung Galaxy Z Flip 6 5G / 256GB / Neuwertig / AT-WARE / Offen für alle Netze / Werksoffen / 99% Batteriekapazität / Herstellergarantie bis 30.06.2026 / Blau",
|
| 502 |
+
"price": "€ 429",
|
| 503 |
+
"location": "Wien, 12. Bezirk, Meidling, Wien, 1120",
|
| 504 |
+
"imageUrl": "https://cache.willhaben.at/mmo/0/179/944/8680_612676586_hoved.jpg",
|
| 505 |
+
"imageUrls": "https://cache.willhaben.at/mmo/0/179/944/8680_612676586_hoved.jpg",
|
| 506 |
+
"sellerType": "Gewerblich",
|
| 507 |
+
"publishedAt": null,
|
| 508 |
+
"scrapedAt": "2026-05-15T11:01:43.374Z",
|
| 509 |
+
"condition": null,
|
| 510 |
+
"delivery": null
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"id": "870089503",
|
| 514 |
+
"url": "https://www.willhaben.at/atverz/870089503",
|
| 515 |
+
"adType": "marktplatz",
|
| 516 |
+
"title": "Lederjacke",
|
| 517 |
+
"price": "€ 130",
|
| 518 |
+
"location": "Annastift, Melk, 3375",
|
| 519 |
+
"imageUrl": "https://cache.willhaben.at/mmo/3/870/089/503_-1692013499_hoved.jpg",
|
| 520 |
+
"imageUrls": "https://cache.willhaben.at/mmo/3/870/089/503_-1692013499_hoved.jpg, https://cache.willhaben.at/mmo/3/870/089/503_659091549_hoved.jpg, https://cache.willhaben.at/mmo/3/870/089/503_-673056427_hoved.jpg",
|
| 521 |
+
"sellerType": "Privat",
|
| 522 |
+
"publishedAt": null,
|
| 523 |
+
"scrapedAt": "2026-05-15T11:01:43.402Z",
|
| 524 |
+
"condition": null,
|
| 525 |
+
"delivery": null
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"id": "1535747515",
|
| 529 |
+
"url": "https://www.willhaben.at/atverz/1535747515",
|
| 530 |
+
"adType": "marktplatz",
|
| 531 |
+
"title": "Ohrringe",
|
| 532 |
+
"price": "€ 0",
|
| 533 |
+
"location": "Ohlsdorf, Gmunden, 4694",
|
| 534 |
+
"imageUrl": "https://cache.willhaben.at/mmo/5/153/574/7515_-1111761194_hoved.jpg",
|
| 535 |
+
"imageUrls": "https://cache.willhaben.at/mmo/5/153/574/7515_-1111761194_hoved.jpg, https://cache.willhaben.at/mmo/5/153/574/7515_2066929044_hoved.jpg, https://cache.willhaben.at/mmo/5/153/574/7515_1587601644_hoved.jpg",
|
| 536 |
+
"sellerType": "Privat",
|
| 537 |
+
"publishedAt": null,
|
| 538 |
+
"scrapedAt": "2026-05-15T11:01:43.465Z",
|
| 539 |
+
"condition": null,
|
| 540 |
+
"delivery": null
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"id": "1534879514",
|
| 544 |
+
"url": "https://www.willhaben.at/atverz/1534879514",
|
| 545 |
+
"adType": "marktplatz",
|
| 546 |
+
"title": "Englisch Buch \"Robinson Crusoe\"",
|
| 547 |
+
"price": "€ 8",
|
| 548 |
+
"location": "Wien, 22. Bezirk, Donaustadt, Wien, 1220",
|
| 549 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/153/487/9514_1278342932_hoved.jpg",
|
| 550 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/153/487/9514_1278342932_hoved.jpg",
|
| 551 |
+
"sellerType": "Privat",
|
| 552 |
+
"publishedAt": null,
|
| 553 |
+
"scrapedAt": "2026-05-15T11:01:43.564Z",
|
| 554 |
+
"condition": null,
|
| 555 |
+
"delivery": null
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"id": "1040685234",
|
| 559 |
+
"url": "https://www.willhaben.at/atverz/1040685234",
|
| 560 |
+
"adType": "marktplatz",
|
| 561 |
+
"title": "Duftwachsglas von Partylite",
|
| 562 |
+
"price": "€ 27",
|
| 563 |
+
"location": "Wien, 12. Bezirk, Meidling, Wien, 1120",
|
| 564 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/104/068/5234_1022413964_hoved.jpg",
|
| 565 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/104/068/5234_1022413964_hoved.jpg, https://cache.willhaben.at/mmo/4/104/068/5234_-2105481628_hoved.jpg, https://cache.willhaben.at/mmo/4/104/068/5234_-638401675_hoved.jpg",
|
| 566 |
+
"sellerType": "Privat",
|
| 567 |
+
"publishedAt": null,
|
| 568 |
+
"scrapedAt": "2026-05-15T11:01:43.594Z",
|
| 569 |
+
"condition": null,
|
| 570 |
+
"delivery": null
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"id": "1978392124",
|
| 574 |
+
"url": "https://www.willhaben.at/atverz/1978392124",
|
| 575 |
+
"adType": "marktplatz",
|
| 576 |
+
"title": "Ansichtskarten Steiermark Obersteiermark Bruck (29001)",
|
| 577 |
+
"price": "€ 4",
|
| 578 |
+
"location": "Wildon, Leibnitz, 8410",
|
| 579 |
+
"imageUrl": "https://cache.willhaben.at/mmo/4/197/839/2124_806806016_hoved.jpg",
|
| 580 |
+
"imageUrls": "https://cache.willhaben.at/mmo/4/197/839/2124_806806016_hoved.jpg, https://cache.willhaben.at/mmo/4/197/839/2124_-1085741868_hoved.jpg, https://cache.willhaben.at/mmo/4/197/839/2124_-28514648_hoved.jpg",
|
| 581 |
+
"sellerType": "Privat",
|
| 582 |
+
"publishedAt": null,
|
| 583 |
+
"scrapedAt": "2026-05-15T11:01:43.652Z",
|
| 584 |
+
"condition": null,
|
| 585 |
+
"delivery": null
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"id": "1016579315",
|
| 589 |
+
"url": "https://www.willhaben.at/atverz/1016579315",
|
| 590 |
+
"adType": "marktplatz",
|
| 591 |
+
"title": "Schlauch für Armaturen",
|
| 592 |
+
"price": "€ 5",
|
| 593 |
+
"location": "Wien, 05. Bezirk, Margareten, Wien, 1050",
|
| 594 |
+
"imageUrl": "https://cache.willhaben.at/mmo/5/101/657/9315_918345304_hoved.jpg",
|
| 595 |
+
"imageUrls": "https://cache.willhaben.at/mmo/5/101/657/9315_918345304_hoved.jpg, https://cache.willhaben.at/mmo/5/101/657/9315_434623169_hoved.jpg",
|
| 596 |
+
"sellerType": "Privat",
|
| 597 |
+
"publishedAt": null,
|
| 598 |
+
"scrapedAt": "2026-05-15T11:01:43.687Z",
|
| 599 |
+
"condition": null,
|
| 600 |
+
"delivery": null
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"id": "2099856170",
|
| 604 |
+
"url": "https://www.willhaben.at/atverz/2099856170",
|
| 605 |
+
"adType": "marktplatz",
|
| 606 |
+
"title": "DVD. Megamind",
|
| 607 |
+
"price": "€ 3",
|
| 608 |
+
"location": "Spielberg, Murtal, 8724",
|
| 609 |
+
"imageUrl": "https://cache.willhaben.at/mmo/0/209/985/6170_1644878132_hoved.jpg",
|
| 610 |
+
"imageUrls": "https://cache.willhaben.at/mmo/0/209/985/6170_1644878132_hoved.jpg, https://cache.willhaben.at/mmo/0/209/985/6170_898488997_hoved.jpg",
|
| 611 |
+
"sellerType": "Privat",
|
| 612 |
+
"publishedAt": null,
|
| 613 |
+
"scrapedAt": "2026-05-15T11:01:43.711Z",
|
| 614 |
+
"condition": null,
|
| 615 |
+
"delivery": null
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"id": "1293373341",
|
| 619 |
+
"url": "https://www.willhaben.at/atverz/1293373341",
|
| 620 |
+
"adType": "marktplatz",
|
| 621 |
+
"title": "Einhorn, leuchtet, 11 cm",
|
| 622 |
+
"price": "€ 2",
|
| 623 |
+
"location": "Wien, 05. Bezirk, Margareten, Wien, 1050",
|
| 624 |
+
"imageUrl": "https://cache.willhaben.at/mmo/1/129/337/3341_-954731593_hoved.jpg",
|
| 625 |
+
"imageUrls": "https://cache.willhaben.at/mmo/1/129/337/3341_-954731593_hoved.jpg, https://cache.willhaben.at/mmo/1/129/337/3341_-494608720_hoved.jpg, https://cache.willhaben.at/mmo/1/129/337/3341_1979049633_hoved.jpg",
|
| 626 |
+
"sellerType": "Privat",
|
| 627 |
+
"publishedAt": null,
|
| 628 |
+
"scrapedAt": "2026-05-15T11:01:43.747Z",
|
| 629 |
+
"condition": null,
|
| 630 |
+
"delivery": null
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"id": "918203651",
|
| 634 |
+
"url": "https://www.willhaben.at/atverz/918203651",
|
| 635 |
+
"adType": "marktplatz",
|
| 636 |
+
"title": "Top/ Bluse | Mango | NEU mit Etikett",
|
| 637 |
+
"price": "€ 15",
|
| 638 |
+
"location": "Wien, 10. Bezirk, Favoriten, Wien, 1100",
|
| 639 |
+
"imageUrl": "https://cache.willhaben.at/mmo/1/918/203/651_1835915371_hoved.jpg",
|
| 640 |
+
"imageUrls": "https://cache.willhaben.at/mmo/1/918/203/651_1835915371_hoved.jpg, https://cache.willhaben.at/mmo/1/918/203/651_1697308155_hoved.jpg, https://cache.willhaben.at/mmo/1/918/203/651_71037069_hoved.jpg",
|
| 641 |
+
"sellerType": "Privat",
|
| 642 |
+
"publishedAt": null,
|
| 643 |
+
"scrapedAt": "2026-05-15T11:01:43.763Z",
|
| 644 |
+
"condition": null,
|
| 645 |
+
"delivery": null
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"id": "1769253112",
|
| 649 |
+
"url": "https://www.willhaben.at/atverz/1769253112",
|
| 650 |
+
"adType": "marktplatz",
|
| 651 |
+
"title": "Samsung Galaxy A33 5G - 6 GB RAM - 128 GB Speicher - Schwarz - neuwertig- 12 Monate Garantie",
|
| 652 |
+
"price": "€ 129",
|
| 653 |
+
"location": "Wien, 20. Bezirk, Brigittenau, Wien, 1200",
|
| 654 |
+
"imageUrl": "https://cache.willhaben.at/mmo/2/176/925/3112_-1519129829_hoved.jpg",
|
| 655 |
+
"imageUrls": "https://cache.willhaben.at/mmo/2/176/925/3112_-1519129829_hoved.jpg",
|
| 656 |
+
"sellerType": "Gewerblich",
|
| 657 |
+
"publishedAt": null,
|
| 658 |
+
"scrapedAt": "2026-05-15T11:01:43.798Z",
|
| 659 |
+
"condition": null,
|
| 660 |
+
"delivery": null
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"id": "1203874226",
|
| 664 |
+
"url": "https://www.willhaben.at/atverz/1203874226",
|
| 665 |
+
"adType": "marktplatz",
|
| 666 |
+
"title": "Apple IPad Pro 13 Zoll 2025 / Wifi / M5 Chip / 256GB / NEU / AT-WARE / Originalverpackt / Volle Herstellergarantie / Schwarz",
|
| 667 |
+
"price": "€ 1 159",
|
| 668 |
+
"location": "Wien, 17. Bezirk, Hernals, Wien, 1170",
|
| 669 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/120/387/4226_-1031077669_hoved.jpg",
|
| 670 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/120/387/4226_-1031077669_hoved.jpg",
|
| 671 |
+
"sellerType": "Gewerblich",
|
| 672 |
+
"publishedAt": null,
|
| 673 |
+
"scrapedAt": "2026-05-15T11:01:43.844Z",
|
| 674 |
+
"condition": null,
|
| 675 |
+
"delivery": null
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"id": "1062872427",
|
| 679 |
+
"url": "https://www.willhaben.at/atverz/1062872427",
|
| 680 |
+
"adType": "marktplatz",
|
| 681 |
+
"title": "Trachtenkombi",
|
| 682 |
+
"price": "€ 30",
|
| 683 |
+
"location": "Radstadt, Sankt Johann im Pongau, 5550",
|
| 684 |
+
"imageUrl": "https://cache.willhaben.at/mmo/7/106/287/2427_2029183407_n_hoved.jpg",
|
| 685 |
+
"imageUrls": "https://cache.willhaben.at/mmo/7/106/287/2427_2029183407_n_hoved.jpg, https://cache.willhaben.at/mmo/7/106/287/2427_1521214038_n_hoved.jpg, https://cache.willhaben.at/mmo/7/106/287/2427_1120985373_n_hoved.jpg",
|
| 686 |
+
"sellerType": "Privat",
|
| 687 |
+
"publishedAt": null,
|
| 688 |
+
"scrapedAt": "2026-05-15T11:01:43.900Z",
|
| 689 |
+
"condition": null,
|
| 690 |
+
"delivery": null
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"id": "1863341157",
|
| 694 |
+
"url": "https://www.willhaben.at/atverz/1863341157",
|
| 695 |
+
"adType": "marktplatz",
|
| 696 |
+
"title": "Samsung Galaxy S25 Ultra 5G / 512GB / 12GB RAM / Neuwertig / AT-WARE / Offen für alle Netze / Werksoffen / 100% Batteriekapazität / Mit Originalverpackung / Mit Restherstellergarantie / Titanium Jetblack, Titanium Silverblue",
|
| 697 |
+
"price": "€ 799",
|
| 698 |
+
"location": "Wien, 12. Bezirk, Meidling, Wien, 1120",
|
| 699 |
+
"imageUrl": "https://cache.willhaben.at/mmo/7/186/334/1157_3774005_hoved.jpg",
|
| 700 |
+
"imageUrls": "https://cache.willhaben.at/mmo/7/186/334/1157_3774005_hoved.jpg",
|
| 701 |
+
"sellerType": "Gewerblich",
|
| 702 |
+
"publishedAt": null,
|
| 703 |
+
"scrapedAt": "2026-05-15T11:01:43.956Z",
|
| 704 |
+
"condition": null,
|
| 705 |
+
"delivery": null
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"id": "1587072122",
|
| 709 |
+
"url": "https://www.willhaben.at/atverz/1587072122",
|
| 710 |
+
"adType": "marktplatz",
|
| 711 |
+
"title": "Sommerreifen VW Käfer",
|
| 712 |
+
"price": "€ 200",
|
| 713 |
+
"location": "Feldkirchen in Kärnten, Feldkirchen, 9560",
|
| 714 |
+
"imageUrl": "https://cache.willhaben.at/mmo/2/158/707/2122_-142877153_hoved.jpg",
|
| 715 |
+
"imageUrls": "https://cache.willhaben.at/mmo/2/158/707/2122_-142877153_hoved.jpg, https://cache.willhaben.at/mmo/2/158/707/2122_1104468748_hoved.jpg, https://cache.willhaben.at/mmo/2/158/707/2122_-1253251674_hoved.jpg",
|
| 716 |
+
"sellerType": "Privat",
|
| 717 |
+
"publishedAt": null,
|
| 718 |
+
"scrapedAt": "2026-05-15T11:01:43.992Z",
|
| 719 |
+
"condition": null,
|
| 720 |
+
"delivery": null
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"id": "782954126",
|
| 724 |
+
"url": "https://www.willhaben.at/atverz/782954126",
|
| 725 |
+
"adType": "marktplatz",
|
| 726 |
+
"title": "Alufelgen 20 zoll 5x115 passt für DODGE",
|
| 727 |
+
"price": "€ 1 600",
|
| 728 |
+
"location": "Wien, 11. Bezirk, Simmering, Wien, 1110",
|
| 729 |
+
"imageUrl": "https://cache.willhaben.at/mmo/6/782/954/126_714090607_hoved.jpg",
|
| 730 |
+
"imageUrls": "https://cache.willhaben.at/mmo/6/782/954/126_714090607_hoved.jpg, https://cache.willhaben.at/mmo/6/782/954/126_-1060431733_hoved.jpg, https://cache.willhaben.at/mmo/6/782/954/126_-662819512_hoved.jpg",
|
| 731 |
+
"sellerType": "Gewerblich",
|
| 732 |
+
"publishedAt": null,
|
| 733 |
+
"scrapedAt": "2026-05-15T11:01:44.043Z",
|
| 734 |
+
"condition": null,
|
| 735 |
+
"delivery": null
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"id": "1133780302",
|
| 739 |
+
"url": "https://www.willhaben.at/atverz/1133780302",
|
| 740 |
+
"adType": "marktplatz",
|
| 741 |
+
"title": "Alufelgen 17 18 19 20 21 22 23 zoll 5x112 passt für Audi A6 A7 C8 S6 Q3 Q5",
|
| 742 |
+
"price": "€ 1 900",
|
| 743 |
+
"location": "Wien, 11. Bezirk, Simmering, Wien, 1110",
|
| 744 |
+
"imageUrl": "https://cache.willhaben.at/mmo/2/113/378/0302_-2035558920_hoved.jpg",
|
| 745 |
+
"imageUrls": "https://cache.willhaben.at/mmo/2/113/378/0302_-2035558920_hoved.jpg, https://cache.willhaben.at/mmo/2/113/378/0302_1331236451_hoved.jpg, https://cache.willhaben.at/mmo/2/113/378/0302_229970944_hoved.jpg",
|
| 746 |
+
"sellerType": "Gewerblich",
|
| 747 |
+
"publishedAt": null,
|
| 748 |
+
"scrapedAt": "2026-05-15T11:01:44.079Z",
|
| 749 |
+
"condition": null,
|
| 750 |
+
"delivery": null
|
| 751 |
+
}
|
| 752 |
+
]
|
sample.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9006befba45a61a0061a188286e9bdc887996b9251149c47d75167c30dc5c867
|
| 3 |
+
size 17881
|