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