Skip to main content
POST
/
api
/
yandexrealty
/
sites
/
plans
/yandexrealty/sites/plans
curl --request POST \
  --url https://api.anysite.io/api/yandexrealty/sites/plans \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "site": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@yandexrealty_site_plan",
    "room_type": "<string>",
    "room_count": 123,
    "whole_area": 123,
    "living_area": 123,
    "price_from": 123,
    "price_to": 123,
    "price_per_meter_from": 123,
    "price_per_meter_to": 123,
    "currency": "<string>",
    "offer_count": 123,
    "floors": [],
    "image": "<string>",
    "commissioning": {
      "@type": "@yandexrealty_site_plan_commissioning",
      "year": 123,
      "quarter": 123,
      "construction_state": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
site
string
required

Yandex Realty new building (site) id or a new building URL containing it

Minimum string length: 1
Examples:

"375274"

"https://realty.yandex.ru/moskva/kupit/novostrojka/salarevo-park-375274/"

count
integer
required

Max number of floor plans to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@yandexrealty_site_plan
room_type
string | null
room_count
integer | null
whole_area
number | null
living_area
number | null
price_from
integer | null
price_to
integer | null
price_per_meter_from
integer | null
price_per_meter_to
integer | null
currency
string | null
offer_count
integer | null
floors
integer[]
image
string | null
commissioning
YandexrealtySitePlanCommissioning · object