-
Home
-
User Agent Directory
- Claude-SearchBot
Claude-SearchBot
What is Claude-SearchBot?
Claude-SearchBot is Anthropic's dedicated crawler for building and maintaining a search index that powers Claude's web search features. Unlike ClaudeBot which collects training data, Claude-SearchBot focuses on indexing content for real-time search retrieval, enabling Claude to provide up-to-date answers. The bot respects robots.txt directives and standard web crawling protocols, giving website owners control over whether their content appears in Claude's search results.
User Agent String
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Claude-SearchBot/1.0; +https://www.anthropic.com)
How to Control Claude-SearchBot
Block Completely
To prevent Claude-SearchBot from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify Claude-SearchBot
Verify requests originate from Anthropic IP ranges
Learn more in the official documentation.
This bot may collect and use your website content for AI model training. Consider whether you want your content used for this purpose before allowing access.
Detection Patterns
Multiple ways to detect Claude-SearchBot in your application:
Basic Pattern
/Claude\-SearchBot/i
Strict Pattern
/^Mozilla/5\.0 AppleWebKit/537\.36 \(KHTML, like Gecko; compatible; Claude\-SearchBot/1\.0; \+https\://www\.anthropic\.com\)$/
Flexible Pattern
/Claude\-SearchBot[\s\/]?[\d\.]*?/i
Vendor Match
/.*Anthropic.*Claude\-SearchBot/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Allow | Essential for product visibility in search results |
| Blog/News | Consider Blocking | Your content may be used for AI training without compensation |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Allow | Improves documentation discoverability for developers |
| Corporate Site | Allow | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
Claude-SearchBot
Robots.txt Name
Claude-SearchBot
Category
ai, search
Respects robots.txt
Yes