What is OAI-SearchBot?
OpenAI's search crawler that builds the index behind ChatGPT Search — the bot to allow if you want to appear in ChatGPT answers.
Definition
OAI-SearchBot is OpenAI's crawler for building and refreshing the search index behind ChatGPT Search. It's distinct from GPTBot (training data collection) and ChatGPT-User (on-demand fetches triggered by a user's request). It identifies itself in the user-agent string and respects robots.txt.
Why it matters
This is the bot that determines ChatGPT Search eligibility — the assistant driving the majority of measured AI referral traffic in 2026 (Conductor pegs ChatGPT near 87% of AI referrals on average). Sites that blanket-blocked 'AI bots' in 2023–24 often blocked OAI-SearchBot too, removing themselves from ChatGPT answers while thinking they were only opting out of training. Audit your robots.txt for the three OpenAI bots separately.
Frequently asked
What's the difference between GPTBot and OAI-SearchBot?
GPTBot collects training data for future models; OAI-SearchBot builds the live search index ChatGPT queries at answer time. Blocking the former is a training decision; blocking the latter is a visibility decision.
How do I confirm OAI-SearchBot can reach my site?
Check robots.txt for disallow rules naming it (or wildcard AI blocks), check CDN bot-management settings, then grep server logs for its user-agent to confirm actual visits.
Related terms
- Organic CTRThe share of searchers who click a result. Collapsing where AI summaries appear — the metric that explains 'rankings up, traffic down.'
- AI CitationsThe linked sources an AI assistant credits when generating an answer. Being cited is the AI-era equivalent of ranking #1.
- AI CrawlerBots operated by AI companies — GPTBot, ClaudeBot, PerplexityBot, Google-Extended — that fetch web content for model training or live answer retrieval.
- AI OverviewsGoogle's AI-generated summaries shown above traditional results, now appearing on roughly half of searches and dramatically reducing clicks to websites.