Yandex Search Scraper
Under maintenancePricing
from $1.99 / 1,000 yandex search scraper results
Yandex Search Scraper
Under maintenanceScrapes Yandex Search for any query. Extracts the full canonical search-vertical schema: title, URL, snippet, sitelinks, related links, passages, dates, thumbnail, language, ad/Yandex Direct flags, and more.
Pricing
from $1.99 / 1,000 yandex search scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Scrapes Yandex Search for a query and returns ranked web results with titles, links, snippets, rich-result fields, advertising flags, and search context when available.
What this Actor collects
The Actor creates one dataset item per Yandex web result, preserving page, position, localization, and source-displayed metadata.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 40-field dataset schema.
- Optional rich-result, presentation, author, pricing, and date fields are populated only when Yandex exposes them.
Use cases
- Search and competitor research
- Ranking and visibility monitoring
- Dataset and workflow 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 to look up on Yandex Search. |
maxItems | integer | No | 20 | Maximum number of search results to scrape. |
country | string | No | "" | Country code for localized results (e.g. 'us', 'ru', 'de'). |
language | string | No | "en" | Search language code (e.g. 'en', 'ru', 'de'). |
lr | string | No | "" | Yandex region code. E.g. '213' for Moscow, '84' for USA, '100763' for London. |
timeRange | string | No | "" | Yandex within filter: 1, 7, or 30; empty means no time filter. |
proxyConfiguration | object | No | — | Proxy settings for the scraper. Residential proxies are recommended for reliable results. |
Example input
{"query": "artificial intelligence","maxItems": 20,"country": "ru","language": "ru","lr": "213","proxyConfiguration": {"useApifyProxy": true}}
Output
The default dataset contains one item per search result. Rich-result, author, price, rating, date, thumbnail, and sitelink fields are optional.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
link | string | Link |
snippet | string | Snippet |
source | string | Source |
date | string | Date |
isAd | boolean | Is Ad |
isOfficial | boolean | Is Official |
market | string | Market |
scrapedAt | string | Scraped At |
type | string | Type |
url | string | URL |
query | string | Query |
searchQuery | string | Search Query |
resultType | string | Result Type |
page | integer | Page |
Example dataset item
This compact example is a subset of one item in local Actor storage; every displayed value is unmodified.
{"position": 1,"title": "Что такое искусственный интеллект | by Ilya Siganov","link": "https://medium.com/%40senior_sigan/%D1%87%D1%82%D0%BE-%D1%82%D0%B0%D0%BA%D0%BE%D0%B5-%D0%B8%D1%81%D0%BA%D1%83%D1%81%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9-%D0%B8%D0%BD%D1%82%D0%B5%D0%BB%D0%BB%D0%B5%D0%BA%D1%82-cbccc95707a8","snippet": "Что такое искусственный интеллект. Или Машинное обучение как метод создания искусственного интеллекта.","isAd": false,"market": "ru","scrapedAt": "2026-07-23T12:38:39.612Z","type": "organic","searchQuery": "artificial intelligence","resultType": "organic","page": 1}