Yandex Videos Scraper
Under maintenancePricing
from $1.99 / 1,000 yandex video scraper results
Yandex Videos Scraper
Under maintenanceScrapes Yandex Videos for any query. Extracts the full canonical video-vertical schema: title, URL, platform, channel, duration, views, dates, thumbnail, dimensions, language, category, tags, and more.
Pricing
from $1.99 / 1,000 yandex video scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Scrapes Yandex Videos for a query and returns video links, titles, publishers, durations, view labels, thumbnails, dates, and search context when available.
What this Actor collects
The Actor creates one dataset item per Yandex video result and keeps raw duration and view values alongside available normalized metadata.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 39-field dataset schema.
- Optional publisher, timing, dimension, and category fields are populated only when Yandex exposes them.
Use cases
- Video discovery
- Publisher and topic monitoring
- Media-catalog enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | The video search query to look up on Yandex Videos. |
maxItems | integer | No | 20 | Maximum number of video results to scrape. |
country | string | No | "" | Country code for localized results (e.g. 'us', 'ru'). |
language | string | No | "en" | Language code for search results (e.g. 'en', 'ru'). |
proxyConfiguration | object | No | — | Proxy settings for the scraper. Residential proxies are recommended. |
Example input
{"query": "cat","maxItems": 20,"country": "us","language": "en","proxyConfiguration": {"useApifyProxy": false}}
Output
The default dataset contains one item per video result. Dimension and duration-second values are strings in the declared schema, matching this Actor's source representation.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
platform | string | Platform |
duration | string | Duration |
views | string | Views |
channel | string | Channel |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
url | string | URL |
link | string | Link |
query | string | Query |
resultType | string | Result Type |
page | integer | Page |
titleHtml | string | Title HTML |
Example dataset item
No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.