Bling ERP
Brazilian ERP system data synchronization and integration crawler
About this crawler
Bling ERP is a web crawler identified by the regular-expression pattern Bling ERP in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block Bling ERP traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Bling ERP
- Pattern
Bling ERP- Tags
- monitoring
- Reference
- https://www.bling.com.br/
- Added
- 2026/04/26
- Instances
- 1 known sample(s)
Sample User-Agent strings
Bling ERP
Block this crawler
robots.txt — disallow Bling ERP:
User-agent: Bling ERP
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Bling ERP [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Bling ERP") {
return 403;
}
← back to all crawlers