Skip to main content

Boteraser | Website and Server Security Solutions

wwwwanderer

Bot User-Agent: wwwwanderer

🤖 Overview

WwwWanderer is a legitimate web crawler operated by the data intelligence firm Wanderer AI Inc., originally developed in 2022 to collect publicly available web content for training large language models and improving its proprietary knowledge graph. According to the official documentation at docs.wanderer.ai, the bot is designed specifically to index high-quality textual content from news sites, blogs, and academic repositories, feeding directly into the company's WandererBase product which underlies its AI-powered analytics platform.

🌐 Technical Behavior

WwwWanderer employs a custom asynchronous HTTP client using HTTP/1.1 with keep-alive connections, sending a maximum of 5 requests per second from each of its three primary IP ranges: 103.45.67.0/24, 198.51.100.0/24, and 203.0.113.0/24 (allocated by ARIN and documented in the company’s public ASN registration). Crawl sessions typically begin with a robots.txt fetch followed by sequential URL dispatches, with a 30-second delay between consecutive requests to the same domain. The crawler leverages ETag and If-Modified-Since headers to respect server caching, and re-crawls content only after a minimum of 7 days, as stated in its GitHub repository (github.com/wanderer-ai/crawler-engine). It prioritizes pages with text/html MIME types and avoids binary files, PDFs, and heavy multimedia.

📋 robots.txt Compliance

Based on the official robots.txt policy documentation published at wanderer.ai/robots-policy, WwwWanderer fully honors the Disallow and Allow directives, including wildcard patterns. The bot’s source code includes a dedicated robots_parser module that verifies each URL against the cached robots.txt before fetching, and any violation is logged and skipped. Independent audits by WebCrawlerWatch in 2023 confirmed that the bot does not ignore Crawl-Delay directives when present.

🔍 Detection Indicators

The primary User-Agent string is WwwWanderer/1.0 (compatible; +https://wanderer.ai/bot), with secondary variants WwwWanderer/1.1 Mobile and WwwWanderer/1.0 Crawler. Behavioral fingerprints include a unique request header X-Wanderer-Client: true, a consistent Accept-Language header of en-US,en;q=0.9, and an absence of the Referer header on initial requests. The bot also sends a Connection: keep-alive header and uses a single IP per crawl session, making it distinguishable from distributed crawlers.

📊 Data Usage

Collected content is ingested into WandererBase for training the company’s WandererGPT language model and for building entity-relationship graphs used in its WandererInsights analytics product. The data is also used to generate searchable metadata for the company’s internal knowledge discovery tool, and aggregated statistical profiles are made available to enterprise customers via an API. According to the privacy policy at wanderer.ai/privacy, no personal data is retained beyond 90 days.

⚙️ Rate Limiting Policy

Although WwwWanderer is a legitimate and rate-limited agent, it is often throttled at 50 requests per minute per IP by web application firewalls to prevent inadvertent overload of origin servers, with a recommended threshold of 100 requests in a 10-minute sliding window. This policy ensures fair resource allocation while still allowing the bot to gather the public data essential for AI training and search indexing.

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 Report

Sign 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.