OpenAI
OAI-AdsBot
What it is
OpenAI's advertising crawler. Aiola buckets it as other because it serves ad placement rather than AI answers, search indexing, or model training.
In Aiola's taxonomy, Other means fetched for ads or link previews rather than answering, indexing, or training.
User agent
Look for the match token inside the complete HTTP User-Agent header. Tokens can be spoofed, so use the network checks below for authentication.
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; OAI-AdsBot/1.0; +https://openai.com/botOAI-AdsBotOfficial IP ranges
OpenAI has not published official IP ranges that Aiola successfully fetched for OAI-AdsBot. Aiola does not list cloud-provider ranges or community guesses as if they authenticated this crawler.
Verify authenticity
Start with the source IP recorded by your trusted edge or server, not an untrusted forwarded header.
host REQUEST_IP
# Confirm the hostname ends in an official suffix
host RETURNED_HOSTNAME
# The forward lookup must return REQUEST_IPFor production checks, test against every current prefix in the vendor feed. Re-fetch feeds regularly: a July 2026 snapshot is evidence of publication, not a permanent firewall list.
Control it with robots.txt
OpenAI documents crawler controls for this bot family. Robots.txt can direct cooperative crawling, but it cannot prove that a request is authentic.
User-agent: OAI-AdsBot
Allow: /User-agent: OAI-AdsBot
Disallow: /Track it
Aiola tracks this crawler on your site — crawls, pages, trends. See when OAI-AdsBot arrives, which URLs it requests, and how activity changes over time.
Explore Aiola AnalyticsFAQ
What is OAI-AdsBot?
OpenAI's advertising crawler. Aiola buckets it as other because it serves ad placement rather than AI answers, search indexing, or model training.
What user-agent token identifies OAI-AdsBot?
Match the case-insensitive token “OAI-AdsBot” in the User-Agent header. A matching header alone does not authenticate the sender.
Can I verify OAI-AdsBot by IP address?
No official OAI-AdsBot CIDR snapshot was successfully fetched for this verification date. Do not treat an arbitrary cloud IP as proof of identity.
Can robots.txt block OAI-AdsBot?
OpenAI documents crawler controls for this bot family. Robots.txt can direct cooperative crawling, but it cannot prove that a request is authentic. Use the specific “OAI-AdsBot” group when you want a rule for this identity without changing rules for every crawler.