# Saint Petersburg Apartment Rentals Near Metro

**Use case:** 

Access detailed listings for rental apartments in Saint Petersburg near metro stations. Get key information such as price, area, and amenities.

## Input

```json
{
  "dealType": "rent",
  "propertyType": "kvartira",
  "region": "sankt-peterburg",
  "maxItems": 50,
  "roomsTotal": "",
  "ownerOnly": false,
  "newBuildingOnly": false,
  "sortBy": "DATE_DESC",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "nearestMetroName": {
    "label": "Metro Station",
    "format": "string"
  },
  "nearestMetroTransport": {
    "label": "Transit Type",
    "format": "string"
  },
  "nearestMetroTime": {
    "label": "Time (min)",
    "format": "number"
  },
  "siteName": {
    "label": "Complex Name",
    "format": "string"
  },
  "propertyUrl": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Realty Scraper: Яндекс Недвижимость](https://apify.com/getascraper/yandex-realty-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/yandex-realty-scraper) to learn more, explore other use cases, and run it yourself.