PagePeeker

seo PagePeeker\/

PagePeeker web crawler for screenshots

About this crawler

PagePeeker is a web crawler identified by the regular-expression pattern PagePeeker\/ in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block PagePeeker traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.065%
latest snapshot
2026-06-04
matched key: PagePeeker
2026-05-012026-06-040.11%

Technical details

Name
PagePeeker
Pattern
PagePeeker\/
Tags
seo
Reference
https://pagepeeker.com/robots/
Added
2020/03/16
Instances
1 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 (compatible; PagePeeker/3.0; +https://pagepeeker.com/robots/)

Block this crawler

robots.txt — disallow PagePeeker:

User-agent: PagePeeker Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} PagePeeker\/ [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "PagePeeker\\/") { return 403; }
← back to all crawlers