# Sochi Apartments for Sale

**Use case:** 

Sochi apartment listings: price in RUB, price per m², rooms, area, floor, building year, address, GPS, seller type and photo gallery. CSV or JSON.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "bySearchUrl",
  "city": "sochi",
  "deal": "sale",
  "ptype": "apartment",
  "searchUrls": [
    "https://realty.yandex.ru/moskva/kupit/kvartira/"
  ],
  "offerUrls": [
    "https://realty.yandex.ru/offer/7040924941834439839"
  ],
  "maxResults": 25,
  "rooms": "",
  "sort": ""
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "id": {
    "label": "🆔 Offer ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 URL",
    "format": "string"
  },
  "deal_type": {
    "label": "🏷️ Deal Type",
    "format": "string"
  },
  "property_type": {
    "label": "🏠 Property Type",
    "format": "string"
  },
  "flat_type": {
    "label": "🏢 Flat Type",
    "format": "string"
  },
  "is_new_building": {
    "label": "🏗️ New Building",
    "format": "boolean"
  },
  "price": {
    "label": "💰 Price",
    "format": "integer"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "price_period": {
    "label": "📆 Price Period",
    "format": "string"
  },
  "price_per_sqm": {
    "label": "📊 Price / m²",
    "format": "integer"
  },
  "rooms": {
    "label": "🛏️ Rooms",
    "format": "integer"
  },
  "area_total_sqm": {
    "label": "📐 Total Area",
    "format": "number"
  },
  "area_living_sqm": {
    "label": "📐 Living Area",
    "format": "number"
  },
  "kitchen_area_sqm": {
    "label": "📐 Kitchen Area",
    "format": "number"
  },
  "floor": {
    "label": "🛗 Floor",
    "format": "integer"
  },
  "floors_total": {
    "label": "🏢 Floors Total",
    "format": "integer"
  },
  "building_year": {
    "label": "📅 Building Year",
    "format": "integer"
  },
  "building_type": {
    "label": "🧱 Building Type",
    "format": "string"
  },
  "renovation": {
    "label": "🛠️ Renovation",
    "format": "string"
  },
  "address": {
    "label": "📫 Address",
    "format": "string"
  },
  "geocoder_address": {
    "label": "🗺️ Full Address",
    "format": "string"
  },
  "region": {
    "label": "🏙️ Region",
    "format": "string"
  },
  "latitude": {
    "label": "📍 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Longitude",
    "format": "number"
  },
  "metro_name": {
    "label": "🚇 Metro",
    "format": "string"
  },
  "metro_time_min": {
    "label": "⏱️ Metro Time",
    "format": "integer"
  },
  "metro_transport": {
    "label": "🚶 Metro Transport",
    "format": "string"
  },
  "seller_type": {
    "label": "🧑‍💼 Seller Type",
    "format": "string"
  },
  "seller_name": {
    "label": "🏢 Seller",
    "format": "string"
  },
  "site_name": {
    "label": "🏗️ Complex Name",
    "format": "string"
  },
  "description": {
    "label": "📝 Description",
    "format": "string"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "images": {
    "label": "📷 Photos",
    "format": "array"
  },
  "photo_count": {
    "label": "📷 Photo Count",
    "format": "integer"
  },
  "creation_date": {
    "label": "📅 Listed Date",
    "format": "string"
  },
  "update_date": {
    "label": "📅 Updated Date",
    "format": "string"
  },
  "source": {
    "label": "📡 Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Realty Scraper — Russia Property Data & API](https://apify.com/sian.agency/yandex-realty-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/yandex-realty-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/yandex-realty-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).
