# Budapest Houses For Rent — Ingatlan.com Listings

**Use case:** 

Get current house rental listings in Budapest from Ingatlan.com, including monthly rent, size, and location for each property.

## Input

```json
{
  "listingType": "kiado",
  "location": "budapest",
  "propertyType": "haz",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "HU"
  }
}
```

## Output

```json
{
  "listingTitle": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m2)",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ingatlan Scraper -- Hungarian Real Estate Listings](https://apify.com/studio-amba/ingatlan-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/ingatlan-scraper) to learn more, explore other use cases, and run it yourself.