1001FirmsBot
Business directory indexer
About this crawler
1001FirmsBot is a web crawler identified by the regular-expression pattern 1001FirmsBot in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block 1001FirmsBot 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
- 1001FirmsBot
- Pattern
1001FirmsBot- Tags
- seo
- Reference
- https://www.1001firms.com/robot.php
- Added
- 2026/05/03
- Instances
- 2 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (compatible; 1001FirmsBot/0.3; https://www.1001firms.com/robot.php)
Mozilla/5.0 (compatible; 1001FirmsBot/0.2.4; https://www.1001firms.com/robot.php)
Block this crawler
robots.txt — disallow 1001FirmsBot:
User-agent: 1001FirmsBot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} 1001FirmsBot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "1001FirmsBot") {
return 403;
}
← back to all crawlers