ichiro

search-engine ichiro

Goo ichiro search engine web crawler bot

About this crawler

ichiro is a web crawler identified by the regular-expression pattern ichiro in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block ichiro traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.13%
latest snapshot
2026-06-04
matched key: ichiro
2026-05-012026-06-040.37%

Technical details

Name
ichiro
Pattern
ichiro
Tags
search-engine
Reference
http://help.goo.ne.jp/help/article/1142
Added
2012/08/28
Instances
15 known sample(s)

Sample User-Agent strings

DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://help.goo.ne.jp/help/article/1142/)
DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/)
DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo;+http://search.goo.ne.jp/option/use/sub4/sub4-1/)
DoCoMo/2.0 P900i(c100;TB;W24H11)(compatible; ichiro/mobile goo;+http://help.goo.ne.jp/door/crawler.html)
DoCoMo/2.0 P901i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://help.goo.ne.jp/door/crawler.html)
KDDI-CA31 UP.Browser/6.2.0.7.3.129 (GUI) MMP/2.0 (compatible; ichiro/mobile goo; +http://help.goo.ne.jp/help/article/1142/)
KDDI-CA31 UP.Browser/6.2.0.7.3.129 (GUI) MMP/2.0 (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/)
KDDI-CA31 UP.Browser/6.2.0.7.3.129 (GUI) MMP/2.0 (compatible; ichiro/mobile goo;+http://search.goo.ne.jp/option/use/sub4/sub4-1/)
ichiro/2.0 (http://help.goo.ne.jp/door/crawler.html)
ichiro/2.0 ([email protected])
ichiro/3.0 (http://help.goo.ne.jp/door/crawler.html)
ichiro/3.0 (http://help.goo.ne.jp/help/article/1142)
ichiro/3.0 (http://search.goo.ne.jp/option/use/sub4/sub4-1/)
ichiro/4.0 (http://help.goo.ne.jp/door/crawler.html)
ichiro/5.0 (http://help.goo.ne.jp/door/crawler.html)

Block this crawler

robots.txt — disallow ichiro:

User-agent: ichiro Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ichiro [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "ichiro") { return 403; }
← back to all crawlers