# Hometogo Property Search Scraper (`alexist/hometogo-property-search-scraper`) Actor

Scrape property listings from HomeToGo.de with complete details including titles, pricing, locations, amenities, and image links. Collect up to 200 properties per search URL — perfect for travel platforms, real estate analysts, and market researchers.

- **URL**: https://apify.com/alexist/hometogo-property-search-scraper.md
- **Developed by:** [Alex](https://apify.com/alexist) (community)
- **Categories:** Automation, Developer tools, Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-usage

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## HomeToGo Property Search Scraper: Extract Vacation Rental Data at Scale

***

### What Is HomeToGo.de?

HomeToGo.de is Europe's leading vacation rental aggregation platform, consolidating thousands of apartments, houses, and villas across the continent. It enables users to search properties by location, amenities, and price. For businesses, accessing this structured property data at scale has traditionally required manual collection — the **HomeToGo Property Search Scraper** automates this process, delivering complete rental listings with pricing, location coordinates, and media assets in seconds.

***

### Overview

The **HomeToGo Property Search Scraper** extracts property listings from HomeToGo search result pages, converting unstructured web content into clean, structured records with 17 key data fields. It is designed for:

- **Travel aggregators** building multi-source property databases
- **Market researchers** analyzing vacation rental trends and pricing
- **Real estate platforms** integrating HomeToGo inventory
- **Investors** monitoring rental property availability and pricing
- **Content creators** gathering property data for comparison tools

Key strengths include flexible URL-based searching with geospatial filtering, configurable item limits (up to 200+ per search), and robust error handling via `ignore_url_failures`.

***

### Input Format

The scraper accepts a JSON configuration object:

```json
{
  "urls": [
    "https://www.hometogo.de/search/5460aeb204e17?bounds=59.13258%2C8.91027%3B48.83800%2C14.66711"
  ],
  "max_items_per_url": 200,
  "ignore_url_failures": true
}
```

| Field | Type | Description |
|---|---|---|
| `urls` | Array | Direct links to HomeToGo.de search result pages. Search URLs include geospatial bounds (latitude/longitude coordinates defining the search area). Copy from the browser address bar after filtering. |
| `max_items_per_url` | Integer | Maximum number of property listings to collect per URL (range: 1–1000; default: 1000). Recommended: `200–500` for balanced performance. |
| `ignore_url_failures` | Boolean | If `true`, the scraper continues processing remaining URLs if some fail. Recommended: `true` for bulk operations. |

> **Pro tip:** HomeToGo search URLs encode geographic bounds as query parameters. You can refine searches by location, dates, guest count, and price range directly in the URL for more targeted data collection.

***

### Output Format

**Sample output**

```json
{
  "id": "639f87ad100b6a88",
  "title": "80 m² Ferienhaus",
  "image_links": {
    "small": "//cdn.hometogo.net/small/v1/869/1cc/d7bbb2b22515c61bd6b53669e3.jpg",
    "medium": "//cdn.hometogo.net/medium/v1/869/1cc/d7bbb2b22515c61bd6b53669e3.jpg",
    "large": "//cdn.hometogo.net/large/v1/869/1cc/d7bbb2b22515c61bd6b53669e3.jpg",
    "thumbnail": "//cdn.hometogo.net/small/v1/869/1cc/d7bbb2b22515c61bd6b53669e3.jpg",
    "aspect_ratio": 1.5,
    "alt_text": "Familienorientiertes tolles Ferienhaus mit Terrasse, Garten und Sauna | Naturblick | Nah am Strand | Haustierfreundlich - 0"
  },
  "preferred_image_id": null,
  "lowest_price_info": {
    "display": "€190"
  },
  "deep_link": "/deeplink/?params=eJwlj0sOwjAMRO-SLW1l5-M45QTsWHCBNHVFJaBVGxYIcXcS2M579mje6rakmOfloXrlKHpjCZzI4FSjhuX5GPcKQodGO264CwjaHy13bLhB2xF5xOLuY_XKcZRBgxX0JVy3OUl-rVJYXnK8nWtQQJ7vsud4XwvQoKkF32pzAd9b2xtzAN0DFG-uX8mEiX0cEWCgyFzbJG7pevrRECiM3qFFSsxTpWkTqYP-mvp8AbitPgQ",
  "actions": {
    "conversion": {
      "first": {
        "link": "/rental/639f87ad100b6a88?location=56a734605eeb5&bounds=59.13258,8.91027;48.838,14.66711&pricetype=totalPrice&duration=7&searchId=69969d751416c88f",
        "conversion_category": "rental_open",
        "action": "follow",
        "offer_id": "639f87ad100b6a88"
      },
      "second": {
        "link": "/rental/639f87ad100b6a88?location=56a734605eeb5&bounds=59.13258,8.91027;48.838,14.66711&pricetype=totalPrice&duration=7&searchId=69969d751416c88f",
        "conversion_category": "rental_open",
        "action": "follow",
        "offer_id": "639f87ad100b6a88"
      },
      "third": {
        "link": "/rental/639f87ad100b6a88?location=56a734605eeb5&bounds=59.13258,8.91027;48.838,14.66711&pricetype=totalPrice&duration=7&searchId=69969d751416c88f",
        "conversion_category": "rental_open",
        "action": "follow",
        "offer_id": "639f87ad100b6a88"
      },
      "fourth": {
        "link": "/deeplink/?params=eJwlj0sOwjAMRO-SLW1l5-M45QTsWHCBNHVFJaBVGxYIcXcS2M579mje6rakmOfloXrlKHpjCZzI4FSjhuX5GPcKQodGO264CwjaHy13bLhB2xF5xOLuY_XKcZRBgxX0JVy3OUl-rVJYXnK8nWtQQJ7vsud4XwvQoKkF32pzAd9b2xtzAN0DFG-uX8mEiX0cEWCgyFzbJG7pevrRECiM3qFFSsxTpWkTqYP-mvp8AbitPgQ&clo=2",
        "conversion_category": "clickout",
        "action": "follow",
        "offer_id": "639f87ad100b6a88"
      },
      "fifth": {
        "link": "/rental/639f87ad100b6a88?location=56a734605eeb5&bounds=59.13258,8.91027;48.838,14.66711&pricetype=totalPrice&searchId=69969d751416c88f",
        "conversion_category": "rental_open",
        "action": "follow",
        "offer_id": "639f87ad100b6a88"
      }
    },
    "wish_list": {
      "add": {
        "link": "/pinboard/update/639f87ad100b6a88",
        "method": "POST",
        "parameters": {
          "location_id": "56a734605eeb5"
        }
      },
      "delete": {
        "link": "/pinboard/all/639f87ad100b6a88",
        "method": "DELETE",
        "parameters": {}
      }
    }
  },
  "initial_price": null,
  "location_trail_header": "Weltweit",
  "rental_object_id": "445de9dc6c424ee2",
  "geo_location": {
    "lat": 54.1408647,
    "lon": 10.9500654
  },
  "full_geo_hash": "u1xu10j97",
  "nearby": false,
  "alias": [
    "639f87ad100b6a88",
    "0c7ad3ac2af4331c",
    "f4503abb2b77a253",
    "f571f40ed69580e3",
    "445de9dc6c424ee2",
    "54852c1f7c2d0c849ea21f82a598da9b"
  ],
  "amenities": {
    "label_section_title": "Ausstattung",
    "fishing": {
      "label": "Angelmöglichkeit"
    },
    "common": [
      {
        "label": "Haustier erlaubt",
        "amenity": "pets_allowed"
      },
      {
        "label": "Spülmaschine",
        "amenity": "dishwasher"
      },
      {
        "label": "Terrasse/Balkon",
        "amenity": "terrace"
      },
      {
        "label": "Waschmaschine",
        "amenity": "washing_machine_available"
      },
      {
        "label": "TV",
        "amenity": "tv"
      },
      {
        "label": "WLAN",
        "amenity": "internet"
      },
      {
        "label": "Sauna",
        "amenity": "sauna"
      },
      {
        "label": "Kamin/Ofen",
        "amenity": "fireplace"
      },
      {
        "label": "Mikrowelle",
        "amenity": "microwave"
      },
      {
        "label": "Kinderbett",
        "amenity": "cot"
      },
      {
        "label": "Nichtraucher",
        "amenity": "smoking_not_allowed"
      },
      {
        "label": "Küche",
        "amenity": "kitchen"
      },
      {
        "label": "Familienfreundlich",
        "amenity": "children_friendly"
      },
      {
        "label": "Garten",
        "amenity": "garden"
      },
      {
        "label": "Whirlpool",
        "amenity": "whirlpool"
      },
      {
        "label": "Haartrockner",
        "amenity": "hairdryer"
      },
      {
        "label": "Bügeleisen",
        "amenity": "iron"
      },
      {
        "label": "Kaffeemaschine",
        "amenity": "coffee_machine"
      },
      {
        "label": "Wasserkocher",
        "amenity": "kettle"
      },
      {
        "label": "Toaster",
        "amenity": "toaster"
      },
      {
        "label": "Umzäunt",
        "amenity": "fenced"
      },
      {
        "label": "Freistehend",
        "amenity": "detached"
      },
      {
        "label": "Kinderhochstuhl",
        "amenity": "high_chair"
      }
    ]
  },
  "analytics_snow_plow": {},
  "serp_image_index": 0,
  "from_url": "https://www.hometogo.de/search/5460aeb204e17?bounds=59.13258%2C8.91027%3B48.83800%2C14.66711&_format=json"
}
```

Each scraped property returns a comprehensive record with 17 fields:

#### Identification & Core Details

| Field | Meaning | Example |
|---|---|---|
| `ID` | Unique HomeToGo property identifier | `"abc123def456"` |
| `Title` | Property name as displayed in listings | `"Cozy Berlin Apartment near Charlottenburg Palace"` |
| `Rental Object ID` | Internal rental database ID | `"12345"` |
| `Alias` | Alternative name or slug for the property | `"berlin-apartment-charlottenburg"` |

#### Pricing Information

| Field | Meaning | Example |
|---|---|---|
| `Lowest Price Info` | Minimum price per night/week (structured object) | `{"currency": "EUR", "amount": 45.00, "period": "night"}` |
| `Initial Price` | Starting price before discounts or promotions | `50.00` |

#### Location & Geography

| Field | Meaning | Example |
|---|---|---|
| `Geo Location` | Coordinates as latitude, longitude object | `{"lat": 52.5200, "lng": 13.4050}` |
| `Full Geo Hash` | Geohash string for spatial indexing | `"u33db7nxyz"` |
| `Location Trail Header` | Human-readable location path | `"Germany > Berlin > Charlottenburg"` |
| `Nearby` | Adjacent properties or POIs (array) | `[{"name": "Palace", "distance": 0.5}]` |

#### Media Assets

| Field | Meaning | Example |
|---|---|---|
| `Image Links` | Array of property photo URLs | `["https://cdn.hometogo.de/img1.jpg", "https://cdn.hometogo.de/img2.jpg"]` |
| `Preferred Image ID` | ID of the thumbnail/hero image | `"img_hero_001"` |
| `SERP Image Index` | Index position of images in search results ranking | `1` |

#### Property Features & Metadata

| Field | Meaning | Example |
|---|---|---|
| `Amenities` | List of features (WiFi, pool, kitchen, etc.) | `["WiFi", "Air Conditioning", "Dishwasher", "Pool"]` |

#### Links & Tracking

| Field | Meaning | Example |
|---|---|---|
| `Deep Link` | Direct affiliate or referral URL to book property | `"https://www.hometogo.de/p/...?ref=affiliate_id"` |
| `Actions` | Available actions (view, book, save, etc.) | `["VIEW", "BOOK", "SAVE"]` |
| `Analytics Snow Plow` | Tracking identifier for analytics | `"evt_abc123"` |

***

### How to Use

1. **Build a search URL** — Visit HomeToGo.de, apply filters (location, dates, price, amenities), and copy the resulting URL from your browser.
2. **Add URLs to input** — Paste URLs into the `urls` array. You can add multiple search URLs to collect from different regions or date ranges.
3. **Set item limits** — Adjust `max_items_per_url` (e.g., `200` for focused data, `1000` for exhaustive collection).
4. **Enable resilience** — Set `ignore_url_failures: true` to handle timeouts or blocked requests gracefully.
5. **Run the scraper** — Start the actor and monitor progress in the logs.
6. **Export & integrate** — Download results as JSON, CSV, or Excel; import into your database or BI platform.

**Troubleshooting:**

- If results are empty, verify the search URL is valid and loads properties in your browser.
- For rate-limit issues, reduce `max_items_per_url` or introduce delays between runs.
- Use `ignore_url_failures: true` for production jobs to prevent workflow interruptions.

***

### Use Cases & Business Value

- **Travel comparison sites:** Aggregate HomeToGo listings alongside Airbnb, Booking.com, and others for meta-search functionality
- **Price intelligence:** Track daily/weekly rental rates across regions and seasons
- **Investment analysis:** Monitor availability, occupancy trends, and pricing patterns for vacation rental ROI assessments
- **Market research:** Analyze amenity demand, geographic distribution, and property types across Europe
- **Content generation:** Populate property databases for travel blogs, destination guides, and booking platforms

The HomeToGo Property Search Scraper eliminates manual browsing and spreadsheet work, delivering structured, actionable data that powers smarter decisions in travel tech, real estate, and hospitality.

***

### Conclusion

The **HomeToGo Property Search Scraper** is an efficient, reliable solution for accessing vacation rental data at scale. With 17 detailed output fields, geospatial search capabilities, and flexible configuration, it unlocks insights into Europe's booming short-term rental market. Whether you're building a travel aggregator, analyzing market trends, or powering an investment analysis tool, this scraper delivers the data you need.

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the property list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.

## `ignore_url_failures` (type: `boolean`):

If true, the scraper will continue running even if some URLs fail to be scraped.

## `max_items_per_url` (type: `integer`):

The maximum number of items to scrape per URL.

## Actor input object example

```json
{
  "urls": [
    "https://www.hometogo.de/search/5460aeb204e17?bounds=59.13258%2C8.91027%3B48.83800%2C14.66711"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 1000
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        "https://www.hometogo.de/search/5460aeb204e17?bounds=59.13258%2C8.91027%3B48.83800%2C14.66711"
    ],
    "ignore_url_failures": true,
    "max_items_per_url": 1000
};

// Run the Actor and wait for it to finish
const run = await client.actor("alexist/hometogo-property-search-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": ["https://www.hometogo.de/search/5460aeb204e17?bounds=59.13258%2C8.91027%3B48.83800%2C14.66711"],
    "ignore_url_failures": True,
    "max_items_per_url": 1000,
}

# Run the Actor and wait for it to finish
run = client.actor("alexist/hometogo-property-search-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.hometogo.de/search/5460aeb204e17?bounds=59.13258%2C8.91027%3B48.83800%2C14.66711"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 1000
}' |
apify call alexist/hometogo-property-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=alexist/hometogo-property-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/JTavrgKsCaSeLvy99/builds/HcT5z3nlwnyj3rl0z/openapi.json
