# Hometogo.de Vacation Rental Data Extractor

**Use case:** 

Extract up to 100 vacation rental listings from Hometogo.de. Get detailed property information, prices, availability, and host details.

## Input

```json
{
  "startUrl": "https://www.hometogo.de/search/5460aeb204e17",
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "lowest_price": {
    "label": "Lowest Price",
    "format": "text"
  },
  "detail_url": {
    "label": "Detail",
    "format": "link"
  },
  "deeplink_url": {
    "label": "Offer",
    "format": "link"
  },
  "image_large_url": {
    "label": "Image",
    "format": "image"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lon",
    "format": "number"
  },
  "source_page": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Hometogo.de Scraper](https://apify.com/shahidirfan/hometogo-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/hometogo-de-scraper) to learn more, explore other use cases, and run it yourself.