OAI-SearchBot
Builds OpenAI's search index — the corpus ChatGPT Search consults when a user asks a question that needs current web data. Pages indexed by it are eligible to appear as cited sources.
Specs
| Vendor | OpenAI |
| Category | SEARCH |
| robots.txt token | OAI-SearchBot |
| Renders JavaScript | HTTP only |
| Honors robots.txt | yes |
| Reverse-DNS pattern | *.openai.com |
| IP-range source | https://openai.com/searchbot.json |
User-Agent string
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; OAI-SearchBot/1.0; +https://openai.com/searchbotConsiderations
- Distinct from GPTBot (training) and ChatGPT-User (live retrieval). The robots.txt directive should be set independently per token.
- Sites that want to appear in ChatGPT Search should explicitly allow this UA.
- HTTP-only — SSR is required for content visibility.
robots.txt recipe
User-agent: OAI-SearchBot
Allow: /
Sources: OpenAI · Crawler overview · OpenAI · SearchBot announcement (Aug 2024)