# Geneva Apartments for Rent on Flatfox

**Use case:** 

Exportez les appartements à louer à Genève sur Flatfox : loyer en CHF, charges, pièces, m², étage, date d'entrée, adresse, photos et plans.

## Input

```json
{
  "operation": "search",
  "locations": [
    "Genève"
  ],
  "dealType": "rent",
  "propertyType": "apartment",
  "maxResults": 50,
  "minPrice": 0,
  "maxPrice": 0,
  "minRooms": 0,
  "maxRooms": 0,
  "minSpace": 0,
  "maxSpace": 0,
  "amenities": [],
  "furnishedOnly": false,
  "temporaryOnly": false,
  "listingUrls": []
}
```

## Output

```json
{
  "imageUrl": {
    "label": "📷 Photo",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (CHF)",
    "format": "number"
  },
  "priceBasis": {
    "label": "🧾 Price basis",
    "format": "string"
  },
  "rentGross": {
    "label": "💵 Gross rent",
    "format": "number"
  },
  "rentNet": {
    "label": "💶 Net rent",
    "format": "number"
  },
  "rentCharges": {
    "label": "🧮 Service charges",
    "format": "number"
  },
  "rooms": {
    "label": "🚪 Rooms",
    "format": "number"
  },
  "livingSpace": {
    "label": "📐 Living space (m²)",
    "format": "number"
  },
  "floor": {
    "label": "🪜 Floor",
    "format": "number"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "postcode": {
    "label": "📮 Postcode",
    "format": "number"
  },
  "street": {
    "label": "🏠 Street",
    "format": "string"
  },
  "canton": {
    "label": "🗺️ Canton",
    "format": "string"
  },
  "dealType": {
    "label": "🤝 Rent / sale",
    "format": "string"
  },
  "propertyCategory": {
    "label": "🏠 Category",
    "format": "string"
  },
  "propertySubtype": {
    "label": "🏘️ Subtype",
    "format": "string"
  },
  "availability": {
    "label": "📅 Availability",
    "format": "string"
  },
  "availableFrom": {
    "label": "🗓️ Available from",
    "format": "string"
  },
  "amenities": {
    "label": "✨ Amenities",
    "format": "array"
  },
  "isFurnished": {
    "label": "🛋️ Furnished",
    "format": "boolean"
  },
  "isTemporary": {
    "label": "⏳ Temporary",
    "format": "boolean"
  },
  "flatfoxExclusiveUntil": {
    "label": "⭐ Flatfox-first until",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "documentCount": {
    "label": "📑 Document count",
    "format": "number"
  },
  "imageCount": {
    "label": "📸 Photo count",
    "format": "number"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "smgListingId": {
    "label": "🔗 ImmoScout24 / Homegate ID",
    "format": "string"
  },
  "publishedAt": {
    "label": "📅 Published",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

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

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
