Yandex Search Scraper avatar

Yandex Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Yandex Search Scraper

Yandex Search Scraper

Scrapes organic web search results from Yandex (yandex.com). Extracts title, link, snippet, domain, displayed URL, date, favicon, site links, and more.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Apify actor that scrapes organic search results from Yandex.

Features

  • Extracts title, link, snippet, domain, date, and position for every organic result.
  • Automatic pagination up to the configured maxItems limit.
  • Built-in CAPTCHA detection — retries with a fresh session/proxy on block.
  • Supports the lr region parameter to localise results.
  • Proxy-ready via Apify proxy or custom proxy configuration.

Input

FieldTypeDefaultDescription
querystring"artificial intelligence"Search query
maxItemsinteger50Max results to collect
lrstringYandex region code (e.g. 213 = Moscow)
proxyConfigurationobjectApify proxy settings

Output

Each result in the dataset contains:

{
"position": 1,
"title": "Result title",
"link": "https://example.com",
"snippet": "Description text…",
"domain": "example.com",
"date": "3 days ago",
"searchQuery": "artificial intelligence",
"page": 1
}

Running locally

npm install
npm start

Provide input via INPUT.json or the Apify storage/key_value_stores/default/INPUT.json file.