Skip to main content
POST
/
api
/
yandexmaps
/
organizations
/yandexmaps/organizations
curl --request POST \
  --url https://api.anysite.io/api/yandexmaps/organizations \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "organization": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@yandex_maps_organization",
    "title": "<string>",
    "alias": "<string>",
    "description": "<string>",
    "url": "<string>",
    "rating": 123,
    "rating_count": 123,
    "review_count": 123,
    "categories": [],
    "phones": [],
    "website": "<string>",
    "address": "<string>",
    "full_address": "<string>",
    "additional_address": "<string>",
    "postal_code": "<string>",
    "locality": "<string>",
    "country": "<string>",
    "latitude": 123,
    "longitude": 123,
    "image": "<string>",
    "photo_count": 123,
    "photos": [],
    "working_status": "<string>",
    "working_time_text": "<string>",
    "is_open_now": true,
    "working_hours": [],
    "features": [],
    "metro": [],
    "stops": [],
    "links": [],
    "awards": [],
    "chain": "<string>",
    "is_verified": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
organization
string
required

Yandex Maps organization permalink (numeric id) or a full organization URL

Minimum string length: 1
Examples:

"230955670099"

"https://yandex.ru/maps/org/espressobar/230955670099/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@yandex_maps_organization
title
string | null
alias
string | null
description
string | null
url
string | null
rating
number | null
rating_count
integer | null
review_count
integer | null
categories
YandexMapsCategory · object[]
phones
string[]
website
string | null
address
string | null
full_address
string | null
additional_address
string | null
postal_code
string | null
locality
string | null
country
string | null
latitude
number | null
longitude
number | null
image
string | null
photo_count
integer | null
photos
string[]
working_status
string | null
working_time_text
string | null
is_open_now
boolean | null
working_hours
YandexMapsWorkingHours · object[]
features
YandexMapsFeature · object[]
metro
YandexMapsNearbyPlace · object[]
stops
YandexMapsNearbyPlace · object[]
awards
string[]
chain
string | null
is_verified
boolean | null