Bushbaby
Content aggregation and market intelligence crawler
About this crawler
Bushbaby is a web crawler identified by the regular-expression pattern Bushbaby in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Bushbaby traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Bushbaby
- Pattern
Bushbaby- Tags
- seo
- Reference
- https://datadome.co/bots/bushbaby/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
Bushbaby (reported in logs)
Block this crawler
robots.txt — disallow Bushbaby:
User-agent: Bushbaby
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Bushbaby [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Bushbaby") {
return 403;
}
← back to all crawlers