Skip to main content
POST
/
api
/
yandexmaps
/
organizations
/
menu
/yandexmaps/organizations/menu
curl --request POST \
  --url https://api.anysite.io/api/yandexmaps/organizations/menu \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "organization": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "title": "<string>",
    "@type": "@yandex_maps_menu_item",
    "image": "<string>",
    "price": 123,
    "price_text": "<string>",
    "currency": "<string>"
  }
]

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/"

count
integer
required

Max number of menu items to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

title
string
required
@type
string
default:@yandex_maps_menu_item
image
string | null
price
number | null
price_text
string | null
currency
string | null