# Scrape Cian Saint Petersburg Rentals

**Use case:** 

Scrape Cian Saint Petersburg Rentals with public apartment data for rental market analysis in Russia.

## Input

```json
{
  "maxItems": 100,
  "location": "Санкт-Петербург",
  "operationType": "rent",
  "category": "flatRent",
  "shortTermRent": false,
  "includeStudio": false,
  "maxPrice": 150000,
  "withNeighbors": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "mainImage.full": {
    "label": "Image",
    "format": "image"
  },
  "siteUrl": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "agent": {
    "label": "Agent",
    "format": "object"
  },
  "formattedAddress": {
    "label": "Address",
    "format": "text"
  },
  "formattedFullPrice": {
    "label": "Price",
    "format": "text"
  },
  "formattedFullInfo": {
    "label": "Info",
    "format": "text"
  },
  "roomsCount": {
    "label": "Rooms",
    "format": "number"
  },
  "totalArea": {
    "label": "Area",
    "format": "number"
  },
  "floorNumber": {
    "label": "Floor",
    "format": "number"
  },
  "floorsCount": {
    "label": "Floors",
    "format": "number"
  },
  "dealType": {
    "label": "Deal Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "creationDate": {
    "label": "Created",
    "format": "date"
  },
  "geo.coordinates": {
    "label": "Coordinates",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Cian.ru Циан Scraper - Russia Real Estate / Недвижимость России](https://apify.com/igolaizola/cian-ru-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/cian-ru-scraper) to learn more, explore other use cases, and run it yourself.