# Scrape ÖAMTC Austria holiday deals

**Use case:** 

Extract ÖAMTC holiday travel deals with hotel title, price, nights, board, and destination for Austrian travel research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://reisen.oeamtc.at/oeurlaubdeals"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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