SalesIntelligent

seo SalesIntelligent

SalesIntelligent B2B intelligence bot

About this crawler

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

Block-rate · top 25k sites

0.26%
latest snapshot
2026-06-04
matched key: SalesIntelligent
2026-05-012026-06-040.41%

Technical details

Name
SalesIntelligent
Pattern
SalesIntelligent
Tags
seo
Reference
https://www.salesintelligent.com
Added
2026/05/09
Instances
4 known sample(s)

Sample User-Agent strings

SalesIntelligent (+https://www.salesintelligent.com)
SalesIntelligent/v1.0
SalesIntelligent/v1.1
SalesIntelligent/v1.1 (https://www.salesintelligent.com)

Block this crawler

robots.txt — disallow SalesIntelligent:

User-agent: SalesIntelligent Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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