# Appartements à Vendre au Luxembourg — atHome Sale Listings

**Use case:** 

Appartements à vendre sur atHome.lu, du moins cher au plus cher : prix, prix au m², surface, chambres, classe énergétique, agence et GPS. CSV ou JSON.

## Input

```json
{
  "operation": "search",
  "transaction": "buy",
  "propertyType": "apartment",
  "location": "luxembourg",
  "bedrooms": "",
  "maxResults": 25,
  "minPrice": 0,
  "maxPrice": 0,
  "minSurface": 0,
  "maxSurface": 0,
  "minBedrooms": 0,
  "maxBedrooms": 0,
  "minRooms": 0,
  "maxRooms": 0,
  "sort": "price_asc",
  "includeDetails": false,
  "searchUrls": [],
  "listingUrls": []
}
```

## Output

```json
{
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "integer"
  },
  "listingUrl": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "listingTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "transaction": {
    "label": "🤝 Deal",
    "format": "string"
  },
  "propertyType": {
    "label": "🏠 Type",
    "format": "string"
  },
  "propertyTypeKey": {
    "label": "🔑 Type key",
    "format": "string"
  },
  "propertyGroup": {
    "label": "🗂️ Section",
    "format": "string"
  },
  "price": {
    "label": "💶 Price",
    "format": "number"
  },
  "priceMin": {
    "label": "💶 Price from",
    "format": "number"
  },
  "priceMax": {
    "label": "💶 Price to",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "isPriceOnDemand": {
    "label": "🤐 Price on request",
    "format": "boolean"
  },
  "pricePerSqm": {
    "label": "📊 € per m²",
    "format": "number"
  },
  "charges": {
    "label": "🧾 Charges",
    "format": "number"
  },
  "chargesFrequency": {
    "label": "🗓️ Charges billed",
    "format": "string"
  },
  "deposit": {
    "label": "🔐 Deposit",
    "format": "number"
  },
  "agencyFees": {
    "label": "💼 Agency fees",
    "format": "string"
  },
  "commissionPaidBy": {
    "label": "🤝 Commission paid by",
    "format": "string"
  },
  "surface": {
    "label": "📐 Surface m²",
    "format": "number"
  },
  "surfaceMax": {
    "label": "📐 Surface to m²",
    "format": "number"
  },
  "landSurface": {
    "label": "🌳 Land m²",
    "format": "number"
  },
  "rooms": {
    "label": "🚪 Rooms",
    "format": "integer"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "integer"
  },
  "showers": {
    "label": "🚿 Showers",
    "format": "integer"
  },
  "toilets": {
    "label": "🚽 Toilets",
    "format": "integer"
  },
  "garages": {
    "label": "🚗 Garages",
    "format": "integer"
  },
  "indoorParking": {
    "label": "🅿️ Indoor parking",
    "format": "integer"
  },
  "outdoorParking": {
    "label": "🅿️ Outdoor parking",
    "format": "integer"
  },
  "floor": {
    "label": "🏢 Floor",
    "format": "integer"
  },
  "constructionYear": {
    "label": "🏗️ Built",
    "format": "integer"
  },
  "renovationYear": {
    "label": "🔨 Renovated",
    "format": "integer"
  },
  "isNewBuild": {
    "label": "✨ New build",
    "format": "boolean"
  },
  "listingStatus": {
    "label": "🚦 Status",
    "format": "string"
  },
  "availability": {
    "label": "📅 Available",
    "format": "string"
  },
  "energyClass": {
    "label": "⚡ Energy class",
    "format": "string"
  },
  "gasEmissionClass": {
    "label": "🌫️ CO₂ class",
    "format": "string"
  },
  "insulationClass": {
    "label": "🧱 Insulation class",
    "format": "string"
  },
  "street": {
    "label": "🛣️ Street",
    "format": "string"
  },
  "postcode": {
    "label": "📮 Postcode",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "suburb": {
    "label": "📍 Suburb",
    "format": "string"
  },
  "district": {
    "label": "🗺️ District",
    "format": "string"
  },
  "region": {
    "label": "🧭 Region",
    "format": "string"
  },
  "country": {
    "label": "🌍 Country",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "advertiserType": {
    "label": "🏪 Advertiser type",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "agencyId": {
    "label": "🔢 Agency ID",
    "format": "integer"
  },
  "agencyPhone": {
    "label": "📞 Agency phone",
    "format": "string"
  },
  "agencyEmail": {
    "label": "✉️ Agency e-mail",
    "format": "string"
  },
  "agencyWebsite": {
    "label": "🌐 Agency website",
    "format": "string"
  },
  "agencyLogoUrl": {
    "label": "🏷️ Agency logo",
    "format": "string"
  },
  "hasExclusiveMandate": {
    "label": "🔒 Exclusive mandate",
    "format": "boolean"
  },
  "reference": {
    "label": "#️⃣ Agency reference",
    "format": "string"
  },
  "listingDescription": {
    "label": "📃 Description",
    "format": "string"
  },
  "descriptionLanguage": {
    "label": "🗣️ Description language",
    "format": "string"
  },
  "descriptionIsPreview": {
    "label": "✂️ Description is a preview",
    "format": "boolean"
  },
  "projectName": {
    "label": "🏗️ Project name",
    "format": "string"
  },
  "totalUnits": {
    "label": "🏘️ Units in project",
    "format": "integer"
  },
  "availableUnits": {
    "label": "🟢 Units available",
    "format": "integer"
  },
  "photoCount": {
    "label": "📸 Photos",
    "format": "integer"
  },
  "mainImageUrl": {
    "label": "🖼️ Main photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "videoUrl": {
    "label": "🎬 Video",
    "format": "string"
  },
  "virtualTourUrl": {
    "label": "🕶️ Virtual tour",
    "format": "string"
  },
  "createdAt": {
    "label": "📅 First published",
    "format": "string"
  },
  "updatedAt": {
    "label": "🔄 Last updated",
    "format": "string"
  },
  "sourceUrl": {
    "label": "🌐 Source URL",
    "format": "string"
  },
  "status": {
    "label": "✅ Row status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ What went wrong",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [atHome.lu Scraper - Luxembourg Property Listings & Prices](https://apify.com/sian.agency/athome-lu-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/athome-lu-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/athome-lu-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
