Ingatlan.com Scraper — Hungary Real Estate Listings avatar

Ingatlan.com Scraper — Hungary Real Estate Listings

Under maintenance

Pricing

from $0.99 / 1,000 results

Go to Apify Store
Ingatlan.com Scraper — Hungary Real Estate Listings

Ingatlan.com Scraper — Hungary Real Estate Listings

Under maintenance

Scrape 300,000+ Hungarian property listings from Ingatlan.com. 8 property types, city and district search, price/area/rooms structured fields. The only ingatlan.com scraper on Apify. $0.99/1,000 listings.

Pricing

from $0.99 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Ingatlan.com Scraper

Ingatlan.com Scraper

Extract property listings from ingatlan.com — Hungary's largest real estate portal — with pricing, area, rooms, location, and agency data.

Features

  • Search for-sale and for-rent listings across all Hungarian cities
  • Filter by property type: apartment, house, land, garage, office, commercial
  • Client-side filters for price, rooms, and floor area
  • Optional detail-page fetching for full property descriptions
  • Supports direct search page URLs via startUrls

Input

ParameterTypeDefaultDescription
startUrlsarrayIngatlan.com search page URLs to scrape directly
listingTypestringsalesale (Eladó) or rent (Kiadó)
propertyTypestring(any)flat, house, land, garage, office, commercial, newBuilding, or empty for all
locationstringBudapestHungarian city or district name (e.g. Debrecen, Budapest+XIII. kerület)
maxItemsinteger100Maximum listings to return. 0 = unlimited
fetchDetailsbooleanfalseFetch detail pages to populate descriptionText
minPriceHufintegerMinimum price in HUF (client-side filter)
maxPriceHufintegerMaximum price in HUF (client-side filter)
minRoomsnumberMinimum number of rooms
maxRoomsnumberMaximum number of rooms
minSizeSqmintegerMinimum floor area in m²
maxSizeSqmintegerMaximum floor area in m²
proxyConfigurationobjectResidential (HU)Proxy settings

Output Schema

Each result contains the following fields. Fields that cannot be extracted are present as null.

Always present

FieldTypeExampleDescription
idstring"32571723"Unique listing ID on ingatlan.com
urlstring"https://ingatlan.com/32571723"Direct link to the listing
operationTypestring"sale"sale or rent
propertyTypestring"flat"flat, house, land, garage, office, commercial, newBuilding
priceTextstring"89 000 000 Ft"Price as displayed
priceAmountnumber89000000Numeric price value
priceCurrencystring"HUF"HUF or EUR
surfaceSqmnumber68Floor area in m²
roomsnumber3Number of rooms
titlestring"Eladó lakás, Budapest XIII."Listing headline
citystring"Budapest"City
districtstring"XIII. ker."District (Budapest only)
addressstring"Budapest, XIII. kerület"Full location text
latitudenumbernullGeographic latitude (null — not available from list page)
longitudenumbernullGeographic longitude
publishDatestring"2026-04-15"Publication date (YYYY-MM-DD)
imagesarray["https://...jpg"]Listing photo URLs
agencyNamestring"OTP Ingatlan"Agency or private seller name
agencyUrlstring"https://..."Agency website URL
sourcestring"ingatlan.com"Always ingatlan.com
scrapedAtstring"2026-04-26T10:00:00.000Z"Scrape timestamp (ISO 8601)
contentHashstring"a3f8b2c1d5e7f091"16-char hash for deduplication

With fetchDetails: true

FieldTypeDescription
descriptionTextstringFull property description (plain text)
descriptionMarkdownstringSame as descriptionText
descriptionHtmlnullAlways null (ingatlan.com serves plain text)

Example Output

{
"id": "32571723",
"url": "https://ingatlan.com/32571723",
"operationType": "sale",
"propertyType": "flat",
"priceText": "89 000 000 Ft",
"priceAmount": 89000000,
"priceCurrency": "HUF",
"surfaceSqm": 68,
"rooms": 3,
"title": "Eladó lakás, Budapest XIII. kerület",
"city": "Budapest",
"district": "XIII. ker.",
"address": "Budapest, XIII. kerület, Pozsonyi út",
"latitude": null,
"longitude": null,
"publishDate": "2026-04-15",
"images": ["https://...jpg", "https://...jpg"],
"agencyName": "Otthon Centrum",
"agencyUrl": "https://www.otthoncentrum.hu",
"descriptionText": null,
"descriptionHtml": null,
"descriptionMarkdown": null,
"source": "ingatlan.com",
"scrapedAt": "2026-04-26T10:00:00.000Z",
"contentHash": "a3f8b2c1d5e7f091"
}

Usage Examples

1. For-sale apartments in Budapest

{ "listingType": "sale", "propertyType": "flat", "location": "Budapest", "maxItems": 200 }

2. For-rent houses in Debrecen under 300,000 HUF/month

{ "listingType": "rent", "propertyType": "house", "location": "Debrecen", "maxPriceHuf": 300000 }

3. Direct search URL with custom filter

{ "startUrls": [{ "url": "https://ingatlan.com/lista/elado+lakas+Budapest+XIII" }], "maxItems": 500 }

4. Daily feed — all new listings in Budapest (unlimited)

{ "listingType": "sale", "location": "Budapest", "maxItems": 0 }

Performance & Pricing

  • Price: $1.99 / 1,000 results
  • Speed: ~200–400 listings/minute
  • Memory: 512 MB
  • Proxy: Hungarian residential proxy required (included in pricing)
  • Detail pages (fetchDetails: true): roughly 3× slower, uses additional proxy bandwidth

Notes

  • The scraper uses Hungarian residential proxies to access the site reliably.
  • Client-side filters (minPriceHuf, maxRooms, etc.) are applied after scraping — they do not reduce proxy usage.
  • For very large runs (10,000+ listings) consider using startUrls with separate city searches to distribute load.

Powered by Unfenced Group