Ingatlan.com Scraper — Hungary Real Estate Listings avatar

Ingatlan.com Scraper — Hungary Real Estate Listings

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

Extract real estate listings from ingatlan.com — Hungary's largest property portal. Filter by location, price, type, and more. No API key required. $0.99 per 1,000 results.

Pricing

from $0.99 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

2

Monthly active users

2 days ago

Last modified

Share

ingatlan-scraper

Extract structured real estate listings from ingatlan.com — Hungary's largest property portal. No API key or account required.


Features

  • Search by keyword, location, listing type (sale/rent), and property type
  • Filter by price range, surface area, number of rooms, and listing age
  • Configurable result limits to control costs precisely
  • Automatic pagination — retrieve hundreds or thousands of listings per run
  • Full dataset export to JSON, CSV, or Excel

Input parameters

ParameterTypeDefaultDescription
searchQuerystringProperty type or keyword, e.g. lakás (flat), ház (house), garázs (garage).
locationQuerystringCity or region, e.g. Budapest, Debrecen, Budapest XIV. kerület.
transactionstringsalesale for for-sale listings, rent for rentals.
propertyTypestringFilter by type: flat, house, land, garage, office, commercial. Leave empty for all.
maxItemsinteger100Maximum number of listings to return. Higher values trigger automatic pagination.
fetchDetailsbooleanfalseFetch full description text from each listing's detail page. Increases run time.
daysOldintegerOnly return listings published within the last N days.
startUrlsarrayProvide direct ingatlan.com search URLs to bypass keyword/location input.

Output

Each result contains:

FieldDescription
idUnique ingatlan.com listing ID
urlDirect link to the listing
operationTypesale or rent
priceAmountAsking price (number)
priceCurrencyHUF or EUR
pricePerSqmPrice per square metre
surfaceSqmLiving area in square metres
roomsNumber of rooms
cityCity
districtDistrict or neighbourhood
addressFull address string
agencyUrlAgency or developer profile URL
imagesArray of image URLs (where available)
rankSearch result rank
sourceAlways ingatlan.com
scrapedAtISO 8601 timestamp

Example input

Flats for sale in Budapest:

{
"searchQuery": "lakás",
"locationQuery": "Budapest",
"transaction": "sale",
"maxItems": 200
}

Houses for rent in Debrecen:

{
"searchQuery": "ház",
"locationQuery": "Debrecen",
"transaction": "rent",
"maxItems": 50
}

Direct URL:

{
"startUrls": [{ "url": "https://ingatlan.com/lista/kiado+lakas+budapest" }],
"maxItems": 100
}

💰 Pricing

$0.10 per run + $0.99 per 1,000 results.

The flat per-run fee covers the infrastructure required to access ingatlan.com. You only pay for listings successfully added to your dataset.

ResultsRun feeResult feeTotal
20$0.10$0.02~$0.12
100$0.10$0.10~$0.20
500$0.10$0.50~$0.60
1,000$0.10$0.99~$1.09
10,000$0.10$9.90~$10.00

Use maxItems to control your spend precisely.



Examples

Apartments for sale in Budapest

{
"transaction": "sale",
"propertyType": "flat",
"location": "Budapest",
"maxItems": 100
}

Houses in a price range

{
"transaction": "sale",
"propertyType": "house",
"minPriceHuf": 50000000,
"maxPriceHuf": 150000000,
"maxItems": 50
}

Rental apartments — 2+ rooms

{
"transaction": "rent",
"propertyType": "flat",
"location": "Budapest",
"minRooms": 2,
"maxItems": 100
}

New listings only — recent 7 days

{
"transaction": "sale",
"location": "Budapest",
"daysOld": 7,
"maxItems": 200,
"fetchDetails": true
}

Need a custom scraper?

Unfenced Group builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl