Funda: Get Sold Listings
Funda via Parse · real_estate
Retrieve sold (verkocht) residential property listings for a given area. Returns sold properties with last asking price, address details, property characteristics, and agent info. Internally resolves area names to Funda geo identifiers (e.g. 'rijswijk' resolves to 'rijswijk-zh'). Paginated via page number; fetches up to the specified limit of listings starting from the given page offset. Extract property listings from Funda.nl, the largest Dutch real estate platform. Search listings by area with prices, addresses, property details, and agent information. Supports paginated browsing and bulk extraction of listings in an area. Fulfilled by Parse from www.funda.nl.
- finance
- funda
- maps-geo
- parse
- platform-key
- real-estate
- www-funda-nl
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1f378595-7797-4954-8a24-14454fd69432/get_sold_listings
- Interface artifact
- sha256:76728a1fbac5e26692bc2e39d8543c1e3e0c2af82b52ff544e0b729d2a63c54b
- Manifest digest
- sha256:a41f5a488598a7efe8915aee9b21163bfa318d31b9add3c6320b3d36cd1c02fc
Request fields
- area (string): Area/city to search for sold properties (e.g., 'amsterdam', 'rijswijk', 'utrecht'). Automatically resolved to Funda geo identifier.
- page (integer): Page number for pagination (1-based). Each page returns up to 15 listings from the upstream API.
- limit (integer): Maximum number of sold listings to return.
Example queries
- {"area":"rijswijk","page":"1","limit":"5"}