Pararius API
pararius.com
Dutch rental marketplace - apartment listings, pricing, photos, amenities, and agents.
- Actions
- 4
- Category
- Real Estate
- Login
- Not required
- Output
- JSON
Call the Pararius API
Submit a task, then poll the job until it settles. This example runs act_pararius_location_autocomplete.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_pararius_location_autocomplete",
"params": {
"location_query": "amsterdam"
}
}'4 actions on pararius.com
Read
Location Autocomplete
act_pararius_location_autocompleteread1 credit / callReturns a resolved location with city slug, label, province, and coordinates.
- location_query
- string · required
National Rental Browse
act_pararius_rental_listing_search_nationalread1 credit / callReturns the nationwide rental browse landing context and default map coordinates.
Rental Listing Details
act_pararius_rental_listing_detailread1 credit / callReturns rental listing details including price, rooms, size, photos, amenities, and agent.
- city_slug
- string · required
- listing_id
- string · required
- street_slug
- string · required
Rental Listing Search
act_pararius_rental_listing_searchread2 credits / callReturns paginated rental search results for a city with rent, rooms, and size.
- city_slug
- string · required
- page
- string
- price_min
- string
- price_max
- string
- rooms
- string
- size_min
- string
- size_max
- string
- furnished
- string
Pararius API questions
- Is there an API for Pararius?
- Pararius does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for pararius.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Pararius data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when pararius.com changes its markup, Anakin updates the action.
- Do I need a Pararius account?
- No. Every Pararius action listed here runs anonymously — no account and no credentials required.
- What does the Pararius API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Real Estate APIs
@properties
US home listings - homes for sale by city, property details, photos, and agents.
Affordable Housing Online
Affordable housing search - listings by state and city, property details, and eligibility guides.
Amber Student
Student accommodation marketplace - rooms near universities by city, price, type, and amenities.
ApartmentFinder
US apartment rental search - city listings, property details, and floor-plan maps.
ApartmentHomeLiving
US apartment rental search - communities, rent prices, details, and walk scores.
Apartments
Apartment rentals - listing details, photos, reviews, and landlord contacts.