Discover/athome.lu API
live

athome.lu APIathome.lu

Access Luxembourg property listings, agency profiles, and agent details from atHome.lu via 8 structured endpoints. Filter by price, area, rooms, city, and more.

Endpoints
8
Updated
10d ago
Try it
Page number for pagination.
Maximum surface area in square meters.
Minimum surface area in square meters.
Maximum price in EUR.
Maximum number of rooms.
Minimum price in EUR.
Minimum number of rooms.
Number of results per page.
Transaction type: 'buy' or 'rent'.
Comma-separated property type keys to filter by. Confirmed working values include: 'Apartm
api.parse.bot/scraper/c5977a9f-4e77-4f30-9a5b-83c1c0b9671b/<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/c5977a9f-4e77-4f30-9a5b-83c1c0b9671b/search_properties?page=1&page_size=3&transaction=buy&property_types=Apartment' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for property listings on atHome.lu with various filters. Returns paginated results ordered by recency. Unrecognized property_types values will return empty results rather than an error.

Input
ParamTypeDescription
pageintegerPage number for pagination.
max_areaintegerMaximum surface area in square meters.
min_areaintegerMinimum surface area in square meters.
max_priceintegerMaximum price in EUR.
max_roomsintegerMaximum number of rooms.
min_priceintegerMinimum price in EUR.
min_roomsintegerMinimum number of rooms.
page_sizeintegerNumber of results per page.
transactionstringTransaction type: 'buy' or 'rent'.
property_typesstringComma-separated property type keys to filter by. Confirmed working values include: 'Apartment', 'House', 'Semi-detached house', 'Terraced', 'Apartment block', 'New project', 'Housing project'. Values are case-sensitive and must match the site's type labels exactly.
Response
{
  "type": "object",
  "fields": {
    "data": "array of property listing objects with id, type, address, contact, media, prices, surfaces, rooms, and permalink fields",
    "total": "integer total count of matching results"
  },
  "sample": {
    "data": {
      "data": [
        {
          "id": 9113567,
          "type": "Apartment",
          "prices": {
            "max": 535000,
            "min": 535000,
            "unit": "€"
          },
          "address": {
            "city": "Luxembourg-Bonnevoie",
            "country": "Luxembourg"
          },
          "contact": {
            "name": "Cimm Immobilier"
          },
          "typeKey": "apartment",
          "surfaces": {
            "max": 51,
            "min": 51,
            "unit": "m²"
          },
          "transaction": "buy"
        }
      ],
      "total": 0
    },
    "status": "success"
  }
}

About the athome.lu API

The atHome.lu API covers 8 endpoints that expose property listings, agency profiles, and agent data from Luxembourg's atHome.lu real estate platform. Use search_properties to query listings by price, area, and room count, or get_agency_agents to retrieve the full roster of agents for any agency. Responses include structured fields for addresses, photos, transaction types, pricing, and contact details.

Property Search and Listing Details

The search_properties endpoint accepts filters including min_price, max_price, min_area, max_area, min_rooms, max_rooms, and page/page_size for pagination. Results return an array of listing objects with id, type, address, contact, media, prices, surfaces, rooms, and permalink fields, plus a total count of matching records. Results are ordered by recency. Note that unrecognized property_types values silently return empty results rather than an error.

get_property_details takes a numeric listing_id (from search_properties results) and returns the full listing record, including descriptions, media, prices, characteristics, and a children array for multi-unit projects. Passing a non-existent ID returns an input_not_found response rather than an HTTP error.

Agency and Agent Data

search_agencies lets you find agencies by optional city parameter (e.g. 'Luxembourg' or 'Esch-sur-Alzette'); omitting it returns all active agencies in Luxembourg. Each result includes id, name, addresses, and facets showing buy, rent, and sold counts. From there, get_agency_details returns the full agency profile: businessHours, description, services, languages, email, and external links.

get_agency_properties ties listings back to an agency via agency_id, with optional filters for agent_id and transaction type ('buy' or 'rent'). get_agency_agents returns every agent at a given agency with fields id, firstName, lastName, email, phoneNumber, and photo. get_agent_details adds languages, experienceSince, and agencyId for individual agents. get_all_agents returns a curated list of active agents platform-wide, each including a nested agency object with id, name, city, and logo.

Common use cases
  • Build a Luxembourg property search tool filtering by price range and minimum area using search_properties.
  • Aggregate agency contact details and business hours across Luxembourg cities with search_agencies and get_agency_details.
  • Map all listings belonging to a specific agency by combining search_agencies and get_agency_properties.
  • Display agent bio pages with experience dates and languages sourced from get_agent_details.
  • Compare buy-vs-rent inventory counts per agency using the facets field from search_agencies.
  • Build a multi-unit project explorer using the children array returned by get_property_details.
  • Monitor new Luxembourg listings by polling search_properties with recency ordering and tracking new id values.
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 atHome.lu offer an official developer API?+
atHome.lu does not publish a documented public developer API for third-party use. This Parse API provides structured access to the same listing and agency data available on the site.
What does `get_agency_properties` return, and can I filter by transaction type?+
It returns a paginated array of property objects with id, transaction, price, address, characteristic, and photos for the specified agency. You can pass transaction: 'buy' or transaction: 'rent' to narrow results, and optionally supply an agent_id to filter to a single agent's listings. The meta object includes the total count of matching properties.
Are property listings outside Luxembourg covered?+
No. atHome.lu is a Luxembourg-focused platform, so all listings, agencies, and agents returned by these endpoints are based in Luxembourg. The search_agencies endpoint defaults to Luxembourg-wide results when no city filter is supplied.
Does the API expose historical sold-price data or valuation estimates?+
Not currently. The API covers active listing prices, agency facets (which include a sold count per agency), and current property characteristics. You can fork it on Parse and revise it to add an endpoint targeting historical transaction records if the source exposes them.
What happens if I pass an invalid listing ID to `get_property_details`?+
The endpoint returns an input_not_found response rather than an HTTP error code. Similarly, passing an unrecognized value for property_types in search_properties returns empty results without an error, so validating IDs and type values against known data before querying is advisable.
Page content last updated . Spec covers 8 endpoints from athome.lu.
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.
atHome.lu API – Luxembourg Real Estate Data · Parse