B

BDCbot

seo BDCbot

BigDataCorp web crawler for data collection

About this crawler

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

Block-rate · top 25k sites

0.46%
latest snapshot
2026-06-04
matched key: BDCbot
2026-05-012026-06-040.86%

Technical details

Name
BDCbot
Pattern
BDCbot
Tags
seo
Added
2018/02/09
Instances
2 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36
Mozilla/5.0 (Windows NT 10.0; Win64; x64; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36

Block this crawler

robots.txt — disallow BDCbot:

User-agent: BDCbot Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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