Funda scraper and API skills
Site: funda.nl
Funda's listing data is licensed to partners and there is no public API to query it. These Funda scraper skills read search results and property detail pages directly through the Browserless MCP and return structured JSON.
Working with Funda
- Funda is behind Akamai Bot Manager; a residential proxy is required on every call or the request never reaches the listing data.
- Listings are read from the page's own JSON-LD block rather than reverse-engineered markup, so the shape survives redesigns.
- Both skills return an explicit outcome discriminator, including a distinct shape for a bot block.
2 Funda skills
- funda.nlv1
Funda Search Listings
Search Funda for Dutch residential listings (koop/huur) by free-form location, structured filter URL, or single listing/broker URL. Returns normalised JSON per listing — price + history, address, neighbourhood, energy label, area, rooms, build year, agent, photos, VvE, and status. Distinguishes results, zero_results, location_unparseable, listing_not_found, bot_block, paywalled, and fundainbusiness out-of-scope outcomes.
- funda.nlv1
Find Funda Property by Address & Status
Resolve a Dutch address to its funda.nl listing and return the current status (for sale / sold / under offer / for rent / rented) plus type, asking price, and core listing facts, using the Browserbase Search + Fetch APIs with no scripted browsing.
Funda scraping questions
- Does Funda have an API?
- No. Funda's data is available to licensed partners only; there is no public API.
- Is scraping Funda legal?
- Reading data that Funda publishes publicly is generally treated as lawful in the US — hiQ v. LinkedIn found that scraping a public site does not by itself violate the Computer Fraud and Abuse Act. That is not the whole question: Funda's terms of service, its robots.txt, the rate at which you request pages, and any personal or copyrighted data you collect all carry their own obligations, and the rules differ outside the US. These skills read public pages at human-scale rates and never bypass a login. Treat this as background, not legal advice.
- What data can I extract from Funda?
- Address, postcode, city and region, asking price, listing status, property type and floor area, for both search results and a matched address.