# Istanbul Kadikoy Apartment Listings for Sale

**Use case:** 

Get live listings of apartments for sale in Kadikoy, Istanbul. Includes price, size, room count, and direct URLs for each available listing.

## Input

```json
{
  "deal_type": "satilik",
  "property_type": "daire",
  "city": "istanbul-kadikoy",
  "max_items": 3,
  "max_pages": 1
}
```

## Output

```json
{
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "deal_type": {
    "label": "Deal",
    "format": "text"
  },
  "property_type": {
    "label": "İlan Tipi",
    "format": "text"
  },
  "rooms_raw": {
    "label": "Rooms (raw)",
    "format": "text"
  },
  "area_sqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "floor_raw": {
    "label": "Floor",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Emlakjet Istanbul Real Estate Listings](https://apify.com/zinin/emlakjet-istanbul) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/emlakjet-istanbul) to learn more, explore other use cases, and run it yourself.