# Tbilisi Real Estate Listings from SS.ge

**Use case:** 

Access up-to-date real estate listings in Tbilisi. Get details like price, rooms, area, and direct listing URLs without any login or browsing.

## Input

```json
{
  "city_id": 95,
  "deal_type": "sale",
  "max_items": 5,
  "max_pages": 1
}
```

## Output

```json
{
  "city_id": {
    "label": "City ID",
    "format": "number"
  },
  "deal_type": {
    "label": "Deal",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "area_sqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

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