rakutenusabot-image
E-commerce platform crawler extracting product images
About this crawler
rakutenusabot-image is a web crawler identified by the regular-expression pattern rakutenusabot-image\/ in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block rakutenusabot-image 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
- rakutenusabot-image
- Pattern
rakutenusabot-image\/- Tags
- seo
- Reference
- https://product-image.ebates.com/item-gsp/rakutenusabot.html
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; rakutenusabot-image/1.0) Chrome/114.0.0.0 Safari/537.36
Block this crawler
robots.txt — disallow rakutenusabot-image:
User-agent: rakutenusabot-image
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} rakutenusabot-image\/ [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "rakutenusabot-image\\/") {
return 403;
}
← back to all crawlers