NextGenSearchBot

seo NextGenSearchBot

ZoomInfo business data crawler

About this crawler

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

Block-rate · top 25k sites

0.59%
latest snapshot
2026-06-04
matched key: NextGenSearchBot
2026-05-012026-06-040.95%

Technical details

Name
NextGenSearchBot
Pattern
NextGenSearchBot
Tags
seo
Reference
http://www.zoominfo.com/
Added
2026/05/09
Instances
2 known sample(s)

Sample User-Agent strings

NextGenSearchBot 1 (for information visit http://www.zoominfo.com/About/misc/NextGenSearchBot.aspx)
NextGenSearchBot 69 (for information visit http://www.zoominfo.com/business/nextgensearchbot.html)

Block this crawler

robots.txt — disallow NextGenSearchBot:

User-agent: NextGenSearchBot Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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