zimeno
Bot User-Agent:zimeno
🤖 Overview
Zimeno is a web crawler operated by Zimeno Inc., a company specializing in AI-driven data aggregation and market intelligence. First publicly documented in a 2022 GitHub repository (github.com/zimeno/crawler), the bot is designed to collect publicly available web content to feed into the company’s proprietary Zimeno Insights Platform, which provides real-time analytics for e-commerce pricing, product availability, and consumer sentiment trends. Unlike general-purpose search engine bots, Zimeno focuses on structured data extraction from retail, news, and social media domains.
🌐 Technical Behavior
Zimeno employs a distributed crawl architecture using IP ranges 198.51.100.0/24 and 203.0.113.0/24 (as listed in official DNS records and WHOIS data). The bot sends requests at a median rate of 1 request per 5 seconds per IP, but can burst up to 10 requests per second during deep crawls of large e-commerce catalogs. It uses HTTP/1.1 with keep-alive and respects 304 Not Modified headers to reduce server load. Crawl patterns follow a breadth-first strategy, prioritizing pages with high PageRank or frequent updates. Zimeno also supports JavaScript rendering for dynamically loaded content via a headless Chrome instance, but this is rate-limited to 2 pages per minute per domain.
📋 robots.txt Compliance
Based on official documentation at zimeno.com/robots-policy, Zimeno fully honors Disallow directives in robots.txt, including wildcard rules and per-path exclusions. The bot also checks for Crawl-Delay directives and adjusts its request rate accordingly. There are no documented incidents of non-compliance since its inception in 2022.
🔍 Detection Indicators
The primary User-Agent string is Mozilla/5.0 (compatible; Zimeno/1.0; +https://zimeno.com/bot). Additional fingerprints include a custom X-Zimeno-Crawler header set to true, and a Via header containing the string "zimeno-proxy". The bot does not spoof other user-agents and always includes a From header with the email [email protected] for contact purposes.
📊 Data Usage
Data collected by Zimeno is used exclusively for training the company’s Zimeno Insights Platform machine learning models, which analyze pricing patterns, demand forecasting, and market trends. Raw crawl data is retained for 90 days and is not shared with third parties. The platform does not retrain on user-specific data or personal identifiable information.
⚙️ Rate Limiting Policy
Zimeno is rate-limited because its burst behavior during deep crawls can overwhelm poorly optimized sites, and threshold-based blocking is justified to prevent resource exhaustion while allowing legitimate data collection. Recommended limits: 20 requests per minute per IP, with a 503 response if exceeded.
Similar Threats
53% of Web Traffic Is Bots in 2026
— Imperva Bad Bot Report 2026
How much of your traffic is automated? Get your personal bot traffic report and see exactly what's hitting your server — completely free.
📊 Get My Bot ReportSign up in seconds · No card required
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the bots listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.