Real Estate
Athome Luxembourg logo

Athome Luxembourg API

athome.lu

Luxembourg property marketplace - listings, pricing, photos, and agency profiles.

Actions
6
Category
Real Estate
Login
Not required
Output
JSON

Call the Athome Luxembourg API

Submit a task, then poll the job until it settles. This example runs act_athome_lu_agency_partners.

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_athome_lu_agency_partners",
    "params": {
      "locale": "fr",
      "transaction_type": "by"
    }
  }'

6 actions on athome.lu

Read

  • Agency Partners

    act_athome_lu_agency_partnersread1 credit / call

    Returns partner real-estate agencies by locale and transaction type with names, IDs, and contacts.

    locale
    string · required
    transaction_type
    string · required
  • Property Listings

    act_athome_lu_property_listingsread2 credits / call

    Searches property listings by type and transaction with prices, addresses, photos, and coordinates.

    property_type
    string · required
    transaction_type
    string · required
    site
    string · required
    page_size
    integer · required
  • Property Search Results

    act_athome_lu_property_search_results_ssrread1 credit / call

    Returns property search results for buy listings with prices, addresses, photos, and coordinates.

  • Search Filter Facets

    act_athome_lu_search_filter_facetsread1 credit / call

    Returns filter facet counts and total results for property searches by transaction type.

    transaction_type
    string · required

Write

Write actions change state on athome.lu and run as the account you connect.

  • Agency Showcase Listings

    act_athome_lu_agency_showcase_listingswrite2 credits / call

    Returns featured agency showcase listings with titles, prices, locations, and branding by transaction.

    transaction
    string · required
  • Search Showcases

    act_athome_lu_search_showcaseswrite2 credits / call

    Returns promoted property showcases filtered by transaction and optional city, region, or district.

    transaction
    string · required
    city
    array
    region
    array
    district
    array

Athome Luxembourg API questions

Is there an API for Athome Luxembourg?
Athome Luxembourg does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for athome.lu. 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 Athome Luxembourg 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 athome.lu changes its markup, Anakin updates the action.
Do I need a Athome Luxembourg account?
No. Every Athome Luxembourg action listed here runs anonymously — no account and no credentials required.
What does the Athome Luxembourg 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

All Real Estate sites