Yandex AI Overview Scraper
Under maintenancePricing
from $1.99 / 1,000 search results
Yandex AI Overview Scraper
Under maintenanceScrapes 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 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Collects web-grounded answers from Yandex AI search products without representing ordinary search wizards as AI overviews.
Sources
aliceWebopens a freshhttps://yandex.ru/alice/chat for each query. Yandex requires a signed-in Yandex ID, so supply an authorized Cookie header through the secretcookieHeaderinput orYANDEX_COOKIE_HEADERenvironment variable.searchApicalls the official Yandex Search API v2gen/searchendpoint. Supply an API key withyc.search-api.executeaccess and its folder ID through secret inputs orYANDEX_SEARCH_API_KEYandYANDEX_FOLDER_ID.
Every record is explicitly labeled with its provider and retrieval method. The two products are not silently substituted for one another.
Modes
single: one question.batch: up to 20 unique questions, with one record per web-grounded answer.
Alice uses a fresh one-use browser session per query so chat context cannot leak between questions. The Actor prefers validated JSON responses and uses current rendered DOM as a fallback. It extracts answer text/HTML, lengths, public source URLs, citation counts, follow-up questions when shown, locale, provider, and run metadata.
Safety and failure behavior
- Cookies, API keys, authorization headers, and raw response payloads are never logged or stored.
- CAPTCHA/robot-verification and sign-in walls fail immediately; the Actor does not solve or repeatedly retry them.
- An answer is stored only when it contains non-empty answer text and at least one public web source. Ungrounded answers complete without a record only when another query succeeds; a wholly empty run fails clearly.
- Empty values are omitted recursively, public source URLs are deduplicated, and the
OUTPUTkey-value-store record contains a dataset audit.
The legacy v2 Actor incorrectly pushed hasAiOverview: false placeholder records and matched broad Yandex “wizard” elements. Version 3 removes that behavior.