E

Email%20Extractor

scanner Email%20Extractor

Email extractor tool

About this crawler

Email%20Extractor is a web crawler identified by the regular-expression pattern Email%20Extractor in the User-Agent request header. It is categorised as scanner. Use the regex above to detect, log, allow, or block Email%20Extractor 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
Email%20Extractor
Pattern
Email%20Extractor
Tags
scanner
Added
2026/05/09
Instances
3 known sample(s)

Sample User-Agent strings

Email%20Extractor%20Lite/26 CFNetwork/720.3.13 Darwin/14.3.0 (x86_64)
Email%20Extractor/1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)
Email%20Extractor/29 CFNetwork/897.15 Darwin/17.5.0 (x86_64)

Block this crawler

robots.txt — disallow Email%20Extractor:

User-agent: Email%20Extractor Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Email%20Extractor") { return 403; }
← back to all crawlers