Yandex AI Overview Scraper avatar

Yandex AI Overview Scraper

Pricing

from $1.99 / 1,000 yandex ai overview scraper results

Go to Apify Store
Yandex AI Overview Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

8 hours ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesThe search query to look up on Yandex. An AI overview is extracted only if present.
maxItemsintegerNo10Output cap from 1 to 100. Because input accepts one query, a run normally emits at most one overview record.
countrystringNo""Country code for localized results (e.g. 'us', 'ru').
languagestringNo"en"Language code for search results (e.g. 'en', 'ru').
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
querystringQuery
aiSummarystringAi Summary
sourceCountintegerSource Count
modelNamestringModel Name
scrapedAtstringScraped At
positionintegerPosition
typestringType
searchQuerystringSearch Query
resultTypestringResult Type
pageintegerPage
hasAiOverviewbooleanHas Ai Overview
aiBlockTypestringAi Block Type
aiOverviewstringAi Overview
aiOverviewHtmlstringAi Overview HTML
aiOverviewPlainstringAi Overview Plain
aiShortSummarystringAi 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.