-
Home
-
User Agent Directory
- Bytespider
Bytespider
What is Bytespider?
Bytespider is ByteDance's web crawler that supports various products in their ecosystem, including TikTok, Toutiao, and their search initiatives. As ByteDance expands beyond social media into search and AI, Bytespider plays an increasingly important role in content discovery and indexing. The crawler helps ByteDance understand web content to improve their recommendation algorithms and search capabilities. With TikTok's massive global reach and ByteDance's AI ambitions, Bytespider represents a significant player in the evolving search and content discovery landscape.
User Agent String
Mozilla/5.0 (compatible; Bytespider; [email protected])
How to Control Bytespider
Block Completely
To prevent Bytespider 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 Bytespider
Check for ByteDance 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 Bytespider in your application:
Basic Pattern
/Bytespider/i
Strict Pattern
/^Mozilla/5\.0 \(compatible; Bytespider; spider\-feedback@bytedance\.com\)$/
Flexible Pattern
/Bytespider[\s\/]?[\d\.]*?/i
Vendor Match
/.*ByteDance.*Bytespider/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
Bytespider
Robots.txt Name
Bytespider
Category
search, ai
Respects robots.txt
Yes