Anomura
Direqt's AI search indexer
About this crawler
Anomura is a web crawler identified by the regular-expression pattern Anomura in the User-Agent request header. It is categorised as ai-crawler. Use the regex above to detect, log, allow, or block Anomura traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.20%
Technical details
- Name
- Anomura
- Pattern
Anomura- Tags
- ai-crawler
- Reference
- https://docs.direqt-search.com/direqt-bots/direqt-crawlers-and-user-agents
- Added
- 2026/04/26
- Instances
- 1 known sample(s)
Sample User-Agent strings
Anomura/1.2 (+https://www.direqt.ai)
Block this crawler
robots.txt — disallow Anomura:
User-agent: Anomura
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Anomura [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Anomura") {
return 403;
}
← back to all crawlers