Yandex News Scraper avatar

Yandex News Scraper

Pricing

Pay per usage

Go to Apify Store
Yandex News Scraper

Yandex News Scraper

Scrapes news articles from Yandex Search news results. Extracts headline, summary, source, publication date, author, thumbnail, and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Share

Scrapes news results surfaced by Yandex and returns headline, article URL, snippet, publisher, publication time, author, thumbnail, and search metadata when available.

What this Actor collects

The Actor creates one dataset item per Yandex news result and retains both normalized and source-displayed publication times.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 30-field dataset schema.
  • Optional author, timing, category, and image fields are populated only when Yandex exposes them.

Use cases

  • News monitoring
  • Publisher and topic research
  • Article-feed 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 search query used to find news articles on Yandex.
maxItemsintegerNo20Maximum number of news results to scrape.
languagestringNo"en"Search language code (e.g. 'en', 'ru').
lrstringNo""Yandex region code. E.g. '213' for Moscow, '84' for USA.
timeRangestringNo""Publication filter: day, week, or month; empty means no time filter.
proxyConfigurationobjectNoProxy settings for the scraper. Residential proxies are recommended.

Example input

{
"query": "artificial intelligence",
"maxItems": 20,
"language": "en",
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output

The default dataset contains one item per news result. Author, category, image, normalized date, and source URL fields appear only when present on the result card.

FieldTypeDescription
positionintegerPosition
titlestringTitle
snippetstringSnippet
sourcestringSource
datestringDate
linkstringLink
authorstringAuthor
typestringType
urlstringURL
querystringQuery
searchQuerystringSearch Query
scrapedAtstringScraped At
pageintegerPage
resultTypestringResult Type
displayUrlstringDisplay URL
domainstringDomain

Example dataset item

This compact example is a subset of one item in local Actor storage; every displayed value is unmodified.

{
"position": 1,
"title": "AMD поставит Anthropic до 2 ГВт ускорителей Instinct MI450",
"source": "TrashExpert.ru",
"date": "Вчера в 23:11",
"link": "https://trashexpert.ru/news/hardware-news/amd-anthropic-instinct-mi450?utm_source=yxnews&utm_medium=desktop&utm_referrer=https%3A%2F%2Fdzen.ru%2Fnews%2Fsearch",
"author": "TrashExpert.ru",
"type": "news",
"url": "https://trashexpert.ru/news/hardware-news/amd-anthropic-instinct-mi450?utm_source=yxnews&utm_medium=desktop&utm_referrer=https%3A%2F%2Fdzen.ru%2Fnews%2Fsearch",
"searchQuery": "artificial intelligence",
"scrapedAt": "2026-07-23T12:37:29.216Z",
"page": 1
}