Yandex AI Overview Scraper
Pricing
from $1.99 / 1,000 yandex ai overview scraper results
Yandex AI Overview Scraper
Scrapes Yandex AI Overview blocks (YandexGPT-powered summaries shown above organic results). Extracts the full AI-overview schema: overview text + HTML, AI summary, sources, citations, references, follow-up questions, model name, and more.
Pricing
from $1.99 / 1,000 yandex ai overview scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
8 hours ago
Last modified
Categories
Share
Extracts Yandex AI Overview blocks when they appear for a search query, including overview text, source and citation data, follow-up questions, model metadata, and search context.
What this Actor collects
The Actor processes one search query and creates a structured record when Yandex returns an AI Overview; overview-specific fields remain optional because the block is not shown for every query.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 26-field dataset schema.
- Optional overview, citation, source, and model fields are populated only when Yandex exposes them.
Use cases
- Answer-engine monitoring
- Citation and source research
- Generative-search analysis
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. An AI overview is extracted only if present. |
maxItems | integer | No | 10 | Output cap from 1 to 100. Because input accepts one query, a run normally emits at most one overview record. |
country | string | No | "" | Country code for localized results (e.g. 'us', 'ru'). |
language | string | No | "en" | Language code for search results (e.g. 'en', 'ru'). |
proxyConfiguration | object | No | — | Proxy settings for the scraper. Residential proxies are recommended. |
Example input
{"query": "what is yandex","maxItems": 20,"country": "ru","language": "ru","proxyConfiguration": {"useApifyProxy": true}}
Output
The default dataset contains at most one AI Overview item for the input query. Sources, citations, references, follow-up questions, and model fields are included only when Yandex exposes them.
| Field | Type | Description |
|---|---|---|
query | string | Query |
aiSummary | string | Ai Summary |
sourceCount | integer | Source Count |
modelName | string | Model Name |
scrapedAt | string | Scraped At |
position | integer | Position |
type | string | Type |
searchQuery | string | Search Query |
resultType | string | Result Type |
page | integer | Page |
hasAiOverview | boolean | Has Ai Overview |
aiBlockType | string | Ai Block Type |
aiOverview | string | Ai Overview |
aiOverviewHtml | string | Ai Overview HTML |
aiOverviewPlain | string | Ai Overview Plain |
aiShortSummary | string | Ai Short Summary |
Example dataset item
No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.
