Discover/Pararius.nl API
live

Pararius.nl APIPararius.nl

Search and retrieve rental property listings from Pararius.nl. Access pricing, area, rooms, agent info, photos, and full property features via 2 endpoints.

Endpoints
2
Updated
1mo ago
Try it
City or region to search in (e.g., 'amsterdam', 'rotterdam', 'den-haag'). Use 'nederland'
Page number (1-based).
api.parse.bot/scraper/de2b7dd4-2f82-4fac-b6dd-fb9ac24639a5/<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/de2b7dd4-2f82-4fac-b6dd-fb9ac24639a5/search_rentals?city=amsterdam&page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search rental listings on Pararius. Returns a paginated list of available rental properties with key details like price, area, rooms, and agent info. Each page returns approximately 30 listings.

Input
ParamTypeDescription
citystringCity or region to search in (e.g., 'amsterdam', 'rotterdam', 'den-haag'). Use 'nederland' for all of the Netherlands.
pageintegerPage number (1-based).
Response
{
  "type": "object",
  "fields": {
    "city": "string, the city/region searched",
    "page": "integer, current page number",
    "count": "integer, number of listings returned on this page",
    "listings": "array of listing objects with title, url, address, price, area, rooms, interior, agent",
    "total_pages": "integer, total number of pages available",
    "total_listings": "string, total number of listings displayed by the site"
  },
  "sample": {
    "data": {
      "city": "amsterdam",
      "page": 1,
      "count": 32,
      "listings": [
        {
          "url": "https://www.pararius.nl/appartement-te-huur/amsterdam/9f9d422e/prins-hendrikkade",
          "area": "70 m²",
          "agent": "ViaDaan",
          "price": "€ 2.600 per maand",
          "rooms": "2 kamers",
          "title": "Appartement Prins Hendrikkade 86 A",
          "address": "1012 AE Amsterdam (Burgwallen-Oude Zijde)",
          "interior": "Gemeubileerd"
        }
      ],
      "total_pages": 29,
      "total_listings": "848"
    },
    "status": "success"
  }
}

About the Pararius.nl API

The Pararius.nl API provides access to rental property listings from the Netherlands' largest rental housing platform via 2 endpoints. search_rentals returns paginated results — approximately 30 listings per page — covering price, area, rooms, interior type, and agent info. get_listing_details returns full property descriptions, up to 10 photos, structured feature sets, and agent contact details for any individual listing.

Search Rental Listings

The search_rentals endpoint accepts a city parameter (e.g., amsterdam, rotterdam, den-haag) or nederland to query the entire country. Results are paginated with roughly 30 listings per page; the response includes total_pages and total_listings so you can walk through the full result set. Each listing object in the listings array contains title, url, address, price, area, rooms, interior, and agent — enough to build a filtered rental search tool or comparison table without fetching individual detail pages.

Listing Detail Data

The get_listing_details endpoint takes a path value pulled directly from the url field in search_rentals results (strip the domain prefix). It returns the full description text, a features object with key-value pairs covering attributes like build year, energy label, and floor area, a photos array of up to 10 image URLs, and the monthly price. The address field provides postal code and neighborhood. This endpoint is suited for building listing detail pages, enriching a property database, or running feature-level comparisons across rentals.

Coverage and Pagination

Pararius.nl covers rental properties across all Dutch cities and regions. The page parameter in search_rentals is 1-based, and you can determine how many pages exist from total_pages in the first response. City slugs follow Pararius URL conventions — hyphenated lowercase, matching how the site formats city names in its own listing URLs.

Common use cases
  • Build a rental price monitor that tracks asking rents by city using price and city fields from search_rentals.
  • Aggregate energy label data across listings using the features object returned by get_listing_details.
  • Create a neighborhood comparison tool using address, area, and rooms fields across paginated search results.
  • Compile a photo gallery of available rentals by extracting the photos array from listing detail responses.
  • Track which real estate agents have the most active listings by counting agent values across search results.
  • Build a new-listing alert system by periodically querying search_rentals for a given city and diffing url fields.
  • Populate a property database with build year, interior type, and floor area from the features and interior response fields.
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 Pararius.nl offer an official developer API?+
Pararius does not publish a public developer API or documented REST endpoints for third-party use. This Parse API is the practical way to access structured Pararius listing data programmatically.
What does the `features` object in `get_listing_details` contain?+
The features object contains key-value pairs of property attributes as listed on the detail page — this can include items like floor area, number of rooms, build year, energy label, interior type, and other property-specific fields. The exact keys vary by listing depending on what the landlord or agent has provided.
Can I filter search results by price range, property type, or number of rooms?+
The search_rentals endpoint currently filters by city and page only. It does not expose price range, property type, or room count as query parameters. You can fork this API on Parse and revise it to add those filter parameters.
Does the API cover buy-to-own (koopwoningen) listings, not just rentals?+
Not currently. Both endpoints are scoped to rental listings only. You can fork this API on Parse and revise it to add an endpoint targeting Pararius sale listings.
How fresh is the listing data, and are sold-out or rented properties included?+
The API returns listings as they appear on Pararius at the time of the request. Properties that have been rented out and removed from Pararius will not appear in results. There is no historical or archived listing endpoint; only currently active listings are accessible.
Page content last updated . Spec covers 2 endpoints from Pararius.nl.
Related APIs in Real EstateSee all →
padmapper.com API
Search and browse rental listings across cities with detailed property information including prices, contact details, and market trends. Discover apartments and homes through city-wide searches or map-based exploration, and access comprehensive listing details to help you find your next rental.
casa.it API
Search and browse property listings from Casa.it, Italy's real estate marketplace. Retrieve listings by location, price, size, property type, and transaction type (sale or rent), and fetch full details for individual properties including descriptions, photos, features, and publisher information.
catastro.minhap.es API
Search Spanish property records by address, coordinates, or cadastral reference to find detailed land parcel information, ownership details, and location data across all Spanish provinces and municipalities. Browse the complete hierarchy of Spanish geographic and administrative divisions including provinces, municipalities, and streets to pinpoint exact property locations.
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.
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.
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.
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.
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.