HeartRails_Capture
HeartRails website capture and thumbnail service
About this crawler
HeartRails_Capture is a web crawler identified by the regular-expression pattern HeartRails_Capture in the User-Agent request header. It is categorised as browser-automation. Use the regex above to detect, log, allow, or block HeartRails_Capture 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
- HeartRails_Capture
- Pattern
HeartRails_Capture- Tags
- browser-automation
- Reference
- http://capture.heartrails.com/
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.20) Gecko/20090429 HeartRails_Capture/0.6 (+http://capture.heartrails.com/) BonEcho/2.0.0.20
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110515 HeartRails_Capture/1.0.4 (+http://capture.heartrails.com/) Namoroka/3.6.17
Block this crawler
robots.txt — disallow HeartRails_Capture:
User-agent: HeartRails_Capture
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} HeartRails_Capture [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "HeartRails_Capture") {
return 403;
}
← back to all crawlers