crawler_eb_germany

seo crawler_eb_germany

General web crawler for indexing and data collection purposes

About this crawler

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

Block-rate · top 25k sites

0.067%
latest snapshot
2026-06-01
matched key: crawler_eb_germany_2.0
2026-05-292026-06-010.11%

Technical details

Name
crawler_eb_germany
Pattern
crawler_eb_germany
Tags
seo
Reference
https://datadome.co/bots/crawler_eb_germany/
Added
2026/04/17
Instances
1 known sample(s)

Sample User-Agent strings

crawler_eb_germany_2.0

Block this crawler

robots.txt — disallow crawler_eb_germany:

User-agent: crawler_eb_germany Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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