Yandex Videos Scraper avatar

Yandex Videos Scraper

Under maintenance

Pricing

from $1.99 / 1,000 yandex video scraper results

Go to Apify Store
Yandex Videos Scraper

Yandex Videos Scraper

Under maintenance

Scrapes 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesThe video search query to look up on Yandex Videos.
maxItemsintegerNo20Maximum number of video results to scrape.
countrystringNo""Country code for localized results (e.g. 'us', 'ru').
languagestringNo"en"Language code for search results (e.g. 'en', 'ru').
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
platformstringPlatform
durationstringDuration
viewsstringViews
channelstringChannel
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle 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.