# Find houses for rent in Hungary

**Use case:** 

Scrape houses for rent from Ingatlan.com across Hungary. Structured rental property data. No subscription, pay per result.

## Input

```json
{
  "transaction": "rent",
  "propertyType": "house",
  "location": "Budapest",
  "maxItems": 5,
  "startUrls": [
    {
      "url": "https://ingatlan.com/lista/elado+lakas+budapest"
    }
  ],
  "mode": "normal"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "operationType": {
    "label": "Op Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "subtype": {
    "label": "Subtype",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "pricePerSqm": {
    "label": "Price/m²",
    "format": "number"
  },
  "surfaceSqm": {
    "label": "Area m²",
    "format": "number"
  },
  "lotSizeSqm": {
    "label": "Lot m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "images": {
    "label": "Images"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyUrl": {
    "label": "Agency URL",
    "format": "link"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "isOutdated": {
    "label": "Outdated",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "energySaving": {
    "label": "Energy Save",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "heating": {
    "label": "Heating",
    "format": "text"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "energyCert": {
    "label": "Energy Cert",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "contentHash": {
    "label": "Hash",
    "format": "text"
  }
}
```

## About this Actor

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