All sites
Data API
Yandex Data API
Structured JSON data, on demand, with anti-bot bypass built in.
3endpointsRate Limit · Captcha handled for you
Example
youtube.com
ExampleJSON responseclick the page to trace a field
{
"search_information": {
"query_displayed": "lofi hip hop",
"location": {
"country": "US"
}
},
"video_results": [
{
"position": 1,
"title": "lofi hip hop radio - beats to relax/study to",
"link": "https://www.youtube.com/watch?v=jfKfPfyJRdk",
"thumbnail": "https://avatars.mds.yandex.net/get-vh/lofi-radio/preview.jpg",
"channel": "youtube.com",
"duration": "LIVE",
"views": "38M views",
"published_date": "2 years ago",
"description": "24/7 lofi hip hop radio with chill beats to relax and study to.",
"video_id": "jfKfPfyJRdk",
"embed_url": "https://www.youtube.com/embed/jfKfPfyJRdk",
"source": "youtube.com",
"scraped_at": "2026-08-16T09:12:44+00:00"
},
{
"position": 2,
"title": "lofi hip hop mix - beats to study and relax",
"link": "https://rutube.ru/video/lofi-study-mix/",
"thumbnail": "https://avatars.mds.yandex.net/get-vh/lofi-mix/preview.jpg",
"channel": "rutube.ru",
"duration": "1:12:40",
"views": "1.4M views",
"published_date": "6 months ago",
"description": null,
"video_id": "lofi-study-mix",
"embed_url": null,
"source": "rutube.ru",
"scraped_at": "2026-08-16T09:12:44+00:00"
},
{
"position": 3,
"title": "Relaxing Lofi Beats to Focus - 2 Hour Playlist",
"link": "https://www.youtube.com/watch?v=lTRiuFIWV54",
"thumbnail": "https://avatars.mds.yandex.net/get-vh/lofi-focus/preview.jpg",
"channel": "youtube.com",
"duration": "2:03:11",
"views": "9.2M views",
"published_date": "1 year ago",
"description": null,
"video_id": "lTRiuFIWV54",
"embed_url": "https://www.youtube.com/embed/lTRiuFIWV54",
"source": "youtube.com",
"scraped_at": "2026-08-16T09:12:44+00:00"
},
{
"position": 4,
"title": "Chillhop Essentials - Lofi Hip Hop Compilation",
"link": "https://vk.com/video/chillhop-essentials",
"thumbnail": "https://avatars.mds.yandex.net/get-vh/chillhop/preview.jpg",
"channel": "vk.com",
"duration": "58:24",
"views": "612K views",
"published_date": "3 months ago",
"description": null,
"video_id": "chillhop-essentials",
"embed_url": null,
"source": "vk.com",
"scraped_at": "2026-08-16T09:12:44+00:00"
}
],
"pagination": {
"current": 1,
"next": "2"
}
}
GET
/v1/data/yandex/videos1 credit / runVideo Search
Video search results with channel, duration and thumbnail.
Handled for you:Rate LimitCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query. |
| Advanced filters | |||
| gl | string | no | Region/market code (us, gb, ru, de, tr). (default: us) |
| region | string | no | Region override: a market code or a raw numeric region id. Wins over gl when set. |
| language | string | no | Interface/results language code (e.g. en, ru, de). |
| page | integer | no | Page number (starts at 1). (default: 1) |
| offset | integer | no | Result offset instead of page; converted to a page using per_page (offset // per_page). |
| per_page | integer | no | Page size used only to convert offset to a page number. (default: 10) |
| time_range | string | no | Freshness window: day | week | month. |
| duration | string | no | Clip length: short | medium | long. |