# Scrape Austrian classifieds on Ländleanzeiger

**Use case:** 

Extract laendleanzeiger.at classified ads with prices, locations, sellers and images. Monitor Austrian local marketplace listings without coding.

## 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.