A

aiHitBot

search-engine aiHitBot

AiHit web crawler for data collection

About this crawler

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

Block-rate · top 25k sites

1.1%
latest snapshot
2026-06-04
matched key: aiHitBot
2026-05-012026-06-041.5%

Technical details

Name
aiHitBot
Pattern
aiHitBot
Tags
search-engine
Added
2012/04/16
Instances
1 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (compatible; aiHitBot/2.9; +https://www.aihitdata.com/about)

Block this crawler

robots.txt — disallow aiHitBot:

User-agent: aiHitBot Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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