Pixray-Seeker
Pixray image search crawler
About this crawler
Pixray-Seeker is a web crawler identified by the regular-expression pattern Pixray-Seeker in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Pixray-Seeker traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.20%
Technical details
- Name
- Pixray-Seeker
- Pattern
Pixray-Seeker- Tags
- seo
- Reference
- http://www.pixray.com/pixraybot
- Added
- 2026/05/09
- Instances
- 5 known sample(s)
Sample User-Agent strings
Pixray-Seeker/1.1 (Pixray-Seeker; [email protected])
Pixray-Seeker/1.1 (Pixray-Seeker; http://www.pixray.com/pixraybot; [email protected])
Pixray-Seeker/2.0 (Pixray-Seeker; +http://www.pixray.com/pixraybot; [email protected])
Pixray-Seeker/2.0 (Pixray-Seeker; http://www.pixray.com/pixraybot; [email protected])
Pixray-Seeker/2.0 (http://www.pixray.com/pixraybot; [email protected])
Block this crawler
robots.txt — disallow Pixray-Seeker:
User-agent: Pixray-Seeker
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Pixray-Seeker [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Pixray-Seeker") {
return 403;
}
← back to all crawlers