Data scrapers and resellers

YandexAdditional

YandexAdditional is a bot operated by Yandex that crawls pages into a dataset that is then reused or sold. Retrieves data used for YandexGPT quick answers features. It honours robots.txt, and a request claiming to be YandexAdditional can be checked against a forward-confirmed reverse DNS lookup.

Also seen as YandexAdditionalBot. Rules need to cover every token.

YandexAdditional at a glance

Reference data for the YandexAdditional crawler
User agentYandexAdditional

Token only. The operator has not published a full user-agent string, so match on the substring rather than an exact header.

OperatorYandex
PurposeScrapes/analyzes data for the YandexGPT LLM.
Respects robots.txtYes, documentedsource
Verification methodReverse DNS, forward confirmed

Yandex documents a reverse-then-forward DNS check against yandex.ru, yandex.net and yandex.com hostnames. The same check covers the YandexGPT crawlers.

https://yandex.com/support/webmaster/robot-workings/check-yandex-robots.html
Crawl patternNot published
Robots.txt tokensYandexAdditionalYandexAdditionalBot
Operator documentationNone published

Retrieves data used for YandexGPT quick answers features.

robots.txt

Allow or block YandexAdditional

Paste one of these into the robots.txt file at the root of your domain. Rules are per token, so a block on one crawler leaves every other bot untouched.

Block YandexAdditional
User-agent: YandexAdditional
User-agent: YandexAdditionalBot
Disallow: /

Blocks every path for this crawler only.

Allow YandexAdditional
User-agent: YandexAdditional
User-agent: YandexAdditionalBot
Allow: /

Explicit allow. Useful when a wildcard rule above it would otherwise catch this crawler.

Allow, except the pages you never want quoted
User-agent: YandexAdditional
User-agent: YandexAdditionalBot
Allow: /
Disallow: /account/
Disallow: /checkout/
Disallow: /search

Edit the Disallow paths to match your own account, checkout and search URLs.

What blocking actually costs you

Blocking YandexAdditional stops your content being packaged and resold to third parties. Whoever bought earlier crawls still has them.

Block every crawler in the directory at once
Verification

Is that really YandexAdditional?

A user-agent header is a string the client chooses. Scrapers copy YandexAdditional precisely because site owners allow it. Yandex documents a reverse-then-forward DNS check against yandex.ru, yandex.net and yandex.com hostnames. The same check covers the YandexGPT crawlers.

Paste the IP address from your access log below. You will see whether it belongs to a hosting provider, a residential proxy pool or a Tor exit, plus the ASN that announces it, which is what tells you whether the claim holds up.

Related crawlers

Agentscan

Identify crawlers automatically instead of by hand

Agentscan checks a request against published crawler ranges, reverse DNS and hosting data, then returns a verdict your edge can act on. One call per request, no range files to keep up to date.

FAQ

YandexAdditional questions

YandexAdditional is a bot operated by Yandex that crawls pages into a dataset that is then reused or sold. Retrieves data used for YandexGPT quick answers features. It honours robots.txt, and a request claiming to be YandexAdditional can be checked against a forward-confirmed reverse DNS lookup.