Yandex News Scraper
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 hours ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | The search query used to find news articles on Yandex. |
maxItems | integer | No | 20 | Maximum number of news results to scrape. |
language | string | No | "en" | Search language code (e.g. 'en', 'ru'). |
lr | string | No | "" | Yandex region code. E.g. '213' for Moscow, '84' for USA. |
timeRange | string | No | "" | Publication filter: day, week, or month; empty means no time filter. |
proxyConfiguration | object | No | — | Proxy 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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
snippet | string | Snippet |
source | string | Source |
date | string | Date |
link | string | Link |
author | string | Author |
type | string | Type |
url | string | URL |
query | string | Query |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
page | integer | Page |
resultType | string | Result Type |
displayUrl | string | Display URL |
domain | string | Domain |
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}