# Find Haus & Familie ads across Austria

**Use case:** 

Scrape home and family classifieds from laendleanzeiger.at. Export titles, prices, locations and images for Austrian local marketplace research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.laendleanzeiger.at/anzeigen/haus-familie/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "priceLabel": {
    "label": "Price label"
  },
  "location": {
    "label": "Location"
  },
  "region": {
    "label": "Region"
  },
  "category": {
    "label": "Category"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Ländleanzeiger.at Scraper](https://apify.com/rainminer/laendleanzeiger-at-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/laendleanzeiger-at-scraper) to learn more, explore other use cases, and run it yourself.