Yandex Search Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
maxItemslimit. - Built-in CAPTCHA detection — retries with a fresh session/proxy on block.
- Supports the
lrregion parameter to localise results. - Proxy-ready via Apify proxy or custom proxy configuration.
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | "artificial intelligence" | Search query |
maxItems | integer | 50 | Max results to collect |
lr | string | — | Yandex region code (e.g. 213 = Moscow) |
proxyConfiguration | object | — | Apify 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 installnpm start
Provide input via INPUT.json or the Apify storage/key_value_stores/default/INPUT.json file.