GG PeekBot
Polish messaging platform crawler generating link previews for users
About this crawler
GG PeekBot is a web crawler identified by the regular-expression pattern GG PeekBot in the User-Agent request header. It is categorised as social-preview. Use the regex above to detect, log, allow, or block GG PeekBot traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- GG PeekBot
- Pattern
GG PeekBot- Tags
- social-preview
- Reference
- https://www.gg.pl/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
GG PeekBot 2.0 ( https://www.gg.pl/ https://www.gg.pl/info/praca/ )
Block this crawler
robots.txt — disallow GG PeekBot:
User-agent: GG PeekBot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} GG PeekBot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "GG PeekBot") {
return 403;
}
← back to all crawlers