Funda Rentals - $ 0,35
Pricing
from $0.35 / 1,000 results
Go to Apify Store

Funda Rentals - $ 0,35
Fetch Dutch private rental listings from Funda, the Netherlands' largest real estate platform. Filter by city, radius, price, rooms, surface area, and more.
Pricing
from $0.35 / 1,000 results
Rating
0.0
(0)
Developer
Mathieu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Funda Rentals
Fetch Dutch private rental listings from Funda, the Netherlands' largest real estate platform. Data is updated continuously.
How it works
- Input — you set filters: city, radius, price range, minimum rooms/surface, listed-since date, sort order, and a result cap.
- Lookup — the actor queries a continuously updated dataset of Funda rental listings, filtered to your criteria.
- Pagination — results are fetched page by page (200 listings per page) until your
maxResultscap is reached or no listings remain. - Output — every matching listing is pushed to the run's dataset as one row, in full (see all fields below), exportable as JSON, CSV, Excel, or via the Apify API.
Output fields
| Field | Description |
|---|---|
id | Internal listing ID |
source | Source key, always funda |
sourceLabel | Human-readable source name, always Funda |
url | Link to the listing on Funda |
imageUrl | Listing photo |
street | Street name and number |
postcode | Postal code |
city | City |
surfaceM2 | Living area in m² |
rooms | Number of rooms |
availableFrom | Availability date as text, or null if unknown |
priceEurCents | Monthly rent in euro cents |
priceText | Monthly rent as text, e.g. € 1.500 |
agent | Name of the real estate agent |
agentWebsite | The agent's own website, or null if not (yet) resolved |
agentPhone | The agent's phone number, or null if not (yet) resolved |
neighbourhoodScore | Leefbaarometer 3.0 livability score for the property's postcode area, or null if unknown. { score, class, year, dimensions } — score is the raw deviation score, class is one of 9 official classes (zeer_onvoldoende ... uitstekend), dimensions breaks the score down into fys/onv/soc/vrz/won (physical environment, safety, social cohesion, amenities, housing stock), each null if suppressed for that area |
lat / lon | Coordinates |
firstSeenAt | ISO 8601 datetime when the property was first seen online |
scrapedAt | ISO 8601 datetime when the listing was last checked |
sources | Array of { id, source, source_label, url, makelaar } for every portal this same property was also found on (may be just this one entry) |
agentWebsite/agentPhone are not yet available for all listings, so recently-added agents may briefly show null for both.
Filters
| Input | Description |
|---|---|
city | Filter by city name |
radiusKm | Search radius in km around the city (default: 0 = city boundaries only) |
listedSince | Only return listings first seen on or after this date, e.g. 2026-01-01 (based on firstSeenAt) |
minPrice / maxPrice | Monthly rent in € |
minRooms | Minimum number of rooms |
minSurface | Minimum surface area in m² |
sort | Sort order: newest/oldest first, or price low-to-high/high-to-low |
maxResults | Maximum number of results (0 = unlimited) |