Your data never leaves your infrastructure
Self-hosted verification, proxy rotation, dedicated workers
Run email verification and web scraping on your own VPS. Self-hosted Reacher for SMTP verification with zero third-party data exposure. 10 Tor SOCKS5 proxies for IP rotation. Supervisor-managed workers for always-on operation.
The Infrastructure Problem
Dedicated, Private Infrastructure
Run everything on your own hardware. No shared resources. No third-party data exposure. Full control over configuration.
Self-Hosted Reacher
Open-source email verification server running on your VPS. SMTP checks without sending verification data to any third party.
10 Tor SOCKS5 Proxies
Ports 9050-9059 on dedicated VPS. Automatic rotation via vpn_proxy.py. Circuit rotation for IP diversity.
Supervisor Workers
Process manager keeps workers running 24/7. Automatic restart on crash. Log rotation and monitoring.
Zero Data Exposure
Email addresses, domains, and company data never leave your infrastructure. No third-party API calls for verification.
SQLite Cache
Local verification cache eliminates re-verification of known addresses. Results stored in database/email_verifier.db.
Configurable Workers
Adjust concurrent verification workers (default 50-200) based on VPS resources and SMTP response times.
Infrastructure Pipeline
Each stage processes data sequentially with full checkpoint/resume capability.
VPS Provisioning
Deploy VPS with deploy scripts. Install Python, Node.js, Tor, Reacher, and Supervisor.
Tor Setup
Configure 10 SOCKS5 instances on ports 9050-9059 with independent circuits.
Reacher Deployment
Self-hosted Reacher on port 8080. Configure SMTP timeout, retry logic, and connection pooling.
Worker Configuration
Supervisor manages verification workers. Auto-restart, log rotation, resource monitoring.
VPN Toggle
VPN_ENABLED=false for company website crawling (Tor gets 403-blocked). Re-enable for verification.
Verification Execution
Run email verifier against self-hosted Reacher. 8-check pipeline with local SMTP probing.
Cache Management
Results cached in SQLite. Configurable cache TTL for re-verification of aged results.
Technical Workflow
# VPS deployment bash deploy/deploy-platform.sh # Email verification via self-hosted Reacher python -m tools.email_verifier --input leads.csv --workers 50 # Verification REST API mode python -m tools.email_verifier --api --port 8100 # VPN toggle for scraping (Tor gets 403-blocked on company sites) # VPN_ENABLED=false -> company website crawling # VPN_ENABLED=true -> email verification, OSINT # Tor proxy rotation is automatic via utils/vpn_proxy.py # Proxy ports: 9050-9059 on VPS ($VPN_TOR_HOST)
API Access
/api/v1/verifyVerify a single email via self-hosted Reacher. Returns 8-check result.
/api/v1/verify/batchBatch verification. Returns results with 4-tier scoring.
/api/v1/infrastructure/statusVPS health: Tor circuits, Reacher status, worker count, queue depth.
/api/v1/infrastructure/proxyProxy pool status: active circuits, rotation history.
Use Cases
High-Volume Verification
Verify 100K+ emails on dedicated infrastructure without per-check API costs.
Privacy-Sensitive Industries
Finance, healthcare, and legal firms that cannot expose prospect data to third-party APIs.
Continuous Verification
Always-on verification workers process new leads as they're enriched.
Geographic IP Control
VPS location determines sending IP for region-specific SMTP checks.
Custom SMTP Tuning
Adjust timeout, retry, and connection parameters for specific mail server behaviors.
Scraping at Scale
Tor proxy rotation for web scraping without IP bans on your corporate network.
Industry Applications
Financial Services
Zero data exposure for compliance-sensitive prospect verification.
Healthcare
HIPAA-aligned infrastructure for medical professional outreach.
Technology
High-volume verification for product-led growth and freemium conversions.
Manufacturing
Bulk verification of trade show leads on dedicated infrastructure.
Performance Metrics
Platform Preview
See how LeadsLogix processes, verifies, and delivers your leads in real time.
Infrastructure Dashboard
VPS health monitoring: Tor circuit status, Reacher queue, worker utilization.
Verification Queue
Real-time verification progress with throughput and error rate metrics.
Proxy Pool Status
Active Tor circuits, rotation history, and exit node diversity.
Integrations
Frequently Asked Questions
Everything you need to know about our platform.
Still have questions?
Our team can walk you through the pipeline, pricing, and your use case.