Directory / Search engines

Yeti

Fully verifiable

Naver's web crawler, fetching pages for Naver Search indexing across South Korea's largest search engine. Naver documents two ways to confirm a request is really its search robot: a reverse-DNS lookup that resolves under naver.com, and a published JSON list of the IP ranges its search robots use.

Operated by Naver · Official documentation

User agents

Patterns this directory matches, with real observed strings.

  • regexYeti/\d
  • observedMozilla/5.0 (compatible; Yeti/1.1; +http://naver.me/spd)
  • observedMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Yeti/1.1; +https://naver.me/spd) Chrome/106.0.5249.0 Safari/537.36

How to verify

Fetch the official IP range feed

curl -s https://searchadvisor.naver.com/doc/naverbot.json

Reverse-DNS check a client IP

dig -x <client-ip> +short   # expect a hostname matching *.naver.com

Reverse-DNS suffixes: *.naver.com

IP ranges (36)

Refreshed daily from the operator's feed. Also available as /data/ips/naver-yeti.ips and /data/bots/naver-yeti.json.

110.93.146.32/29
110.93.150.128/26
110.93.150.192/28
110.93.150.208/29
110.93.150.21/32
110.93.150.216/30
110.93.150.22/31
110.93.150.220/32
110.93.150.24/29
110.93.150.32/27
110.93.150.64/26
114.111.32.128/26
114.111.32.192/28
114.111.32.208/29
114.111.32.21/32
114.111.32.216/30
114.111.32.22/31
114.111.32.220/32
114.111.32.24/29
114.111.32.32/27
114.111.32.64/26
125.209.235.167/32
125.209.235.168/29
125.209.235.176/29
125.209.235.184/31
125.209.235.186/32
211.249.46.128/26
211.249.46.192/28
211.249.46.208/29
211.249.46.21/32
211.249.46.216/30
211.249.46.22/31
211.249.46.220/32
211.249.46.24/29
211.249.46.32/27
211.249.46.64/26

Good Bot Practices scorecard

  • Identifies honestly

    Stable UA token documented (1 pattern)

  • Verifiable

    Fully verifiable

  • Respects robots.txt

    Honors robots.txt (token: Yeti)

  • Behaves

    Crawl-rate behavior is operator-declared; not machine-verifiable from this dataset

  • Reachable operator

    Operator and documentation published

Measured against the Good Bot Practices.