Discover/jaap.nl API
live

jaap.nl APIjaap.nl

Access Dutch housing listings for sale and rent via the huislijn.nl API. Search by location, get property details, photos, agent info, and autocomplete suggestions.

Endpoints
4
Updated
3mo ago
Try it
Page number for pagination.
City, municipality, or region name to filter results (e.g. 'Amsterdam', 'Rotterdam'). Omit
api.parse.bot/scraper/7a9e3a9c-c056-47eb-b200-3bd54bd9cfd6/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7a9e3a9c-c056-47eb-b200-3bd54bd9cfd6/search_properties_for_sale?page=1&location=Amsterdam' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for properties for sale in the Netherlands. Returns paginated listing results with street address, price, property type, and listing URL. When no location is provided, returns listings from across the country.

Input
ParamTypeDescription
pageintegerPage number for pagination.
locationstringCity, municipality, or region name to filter results (e.g. 'Amsterdam', 'Rotterdam'). Omitting returns nationwide listings.
Response
{
  "type": "object",
  "fields": {
    "count": "integer number of listings on the current page",
    "listings": "array of listing objects with street, title, price, specs, and url",
    "total_pages": "integer total number of pages available"
  },
  "sample": {
    "data": {
      "count": 13,
      "listings": [
        {
          "url": "https://www.huislijn.nl/koopwoning/nederland/noord-holland/4377177/sassenheimstraat-593-amsterdam",
          "price": "689000.00",
          "specs": "Bovenwoning",
          "title": "Sassenheimstraat 5931059BD Amsterdam",
          "street": "Sassenheimstraat 593"
        }
      ],
      "total_pages": 1
    },
    "status": "success"
  }
}

About the jaap.nl API

This API exposes 4 endpoints for querying Dutch residential property listings from huislijn.nl, the successor to jaap.nl. Use search_properties_for_sale or search_properties_for_rent to retrieve paginated listings across the Netherlands filtered by city or municipality, then call get_property_detail to pull full descriptions, photos, characteristics, and agent contact details for any individual listing.

Search and Filter Listings

Both search_properties_for_sale and search_properties_for_rent accept an optional location parameter (city, municipality, or region name such as 'Amsterdam' or 'Rotterdam') and an optional page integer for pagination. Each response returns a listings array of objects containing street, title, price, specs, and url, along with a count of results on the current page and total_pages so you can iterate through the full result set. Omitting location returns listings nationwide.

Property Detail

get_property_detail takes a full huislijn.nl listing URL and returns structured data for that property: a title (address and location), a description string, a characteristics object with key-value specification pairs (such as surface area, build year, and energy label), a photos array of image URLs, and an agent object containing the listing agent's name and phone number.

Location Autocomplete

get_search_suggestions accepts a query string and returns an items array of suggestion objects, each with a type (city, municipality, or street), name, hits (the number of matching listings), and geographic search fields. The original query string is echoed back in the response. This endpoint is useful for building location-aware search interfaces that match how users think about Dutch geography.

Common use cases
  • Aggregate nationwide for-sale listings filtered by city to build a Dutch property search tool
  • Monitor rental listing counts and prices across Dutch municipalities over time
  • Extract agent contact details from get_property_detail to build a broker directory
  • Pull characteristics data (surface area, build year, energy label) for comparative property analysis
  • Collect photos arrays from listing detail responses for visual property databases
  • Power a location autocomplete input using get_search_suggestions with hits counts per suggestion
  • Build a price-per-region dataset by paginating through search_properties_for_sale across multiple locations
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does huislijn.nl offer an official developer API?+
Huislijn.nl does not publish a documented public developer API. This Parse API provides structured access to the listing data available on the site.
What does `get_property_detail` return beyond the search listing data?+
get_property_detail returns fields not present in search results: a full description text, a characteristics object with specification key-value pairs (e.g. living area, energy label, construction year), a photos array of image URLs, and an agent object with the listing agent's name and phone number.
Can I filter listings by price range, number of rooms, or property type?+
The current search endpoints filter only by location and page. Filtering by price, room count, or property type is not supported. You can fork this API on Parse and revise it to add those filter parameters.
Does the API cover new-build (nieuwbouw) projects separately from existing homes?+
Not currently. The search endpoints return general for-sale and for-rent listings without a distinct new-build category. You can fork this API on Parse and revise it to add a dedicated new-build endpoint.
How does pagination work across the search endpoints?+
Each search response includes a total_pages integer alongside the current page's count and listings. Pass the page parameter incrementally from 1 up to total_pages to retrieve the full result set for a given location query.
Page content last updated . Spec covers 4 endpoints from jaap.nl.
Related APIs in Real EstateSee all →
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.
cookcountyil.gov API
Search Cook County property tax records, look up court cases, find code violations, and get department contact information all in one place. Quickly access public records and government contacts without navigating multiple websites.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
beijing.anjuke.com API
Search Beijing real estate listings for second-hand homes and rentals, view detailed property information and price trends, and discover agents and community-specific listings. Get access to the Beijing house price index to track market movements and make informed decisions about property purchases or rentals.
58.com Housing API
Access real-time housing market data from 58.com (58同城), China's largest classifieds platform. Search house price trends across 31+ major Chinese cities at city, district, and neighborhood levels, and browse hot new property developments with prices, floor plans, and location details.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.