Yandex Search Scraper avatar

Yandex Search Scraper

Under maintenance

Pricing

from $1.99 / 1,000 yandex search scraper results

Go to Apify Store
Yandex Search Scraper

Yandex Search Scraper

Under maintenance

Scrapes 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesThe search query to look up on Yandex Search.
maxItemsintegerNo20Maximum number of search results to scrape.
countrystringNo""Country code for localized results (e.g. 'us', 'ru', 'de').
languagestringNo"en"Search language code (e.g. 'en', 'ru', 'de').
lrstringNo""Yandex region code. E.g. '213' for Moscow, '84' for USA, '100763' for London.
timeRangestringNo""Yandex within filter: 1, 7, or 30; empty means no time filter.
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
linkstringLink
snippetstringSnippet
sourcestringSource
datestringDate
isAdbooleanIs Ad
isOfficialbooleanIs Official
marketstringMarket
scrapedAtstringScraped At
typestringType
urlstringURL
querystringQuery
searchQuerystringSearch Query
resultTypestringResult Type
pageintegerPage

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
}