← AI crawler directory

DuckDuckGo

DuckAssistBot

AI answersNo fetched rangesVerified July 2026

What it is

DuckAssistBot fetches pages in real time for DuckDuckGo's AI-assisted answers and is not used to train AI models. Aiola classifies it as AI answers because access happens on demand.

In Aiola's taxonomy, AI answers means fetched to answer a user's question now.

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.

Full example User-Agent
DuckAssistBot/1.2; (+http://duckduckgo.com/duckassistbot.html)
Case-insensitive match token
DuckAssistBot

Official IP ranges

DuckDuckGo has not published official IP ranges that Aiola successfully fetched for DuckAssistBot. 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.

Reverse- and forward-DNS double lookup
host REQUEST_IP
# Confirm the hostname ends in an official suffix
host RETURNED_HOSTNAME
# The forward lookup must return REQUEST_IP

For 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

DuckDuckGo documents crawler controls for this bot family. Robots.txt can direct cooperative crawling, but it cannot prove that a request is authentic.

Allow DuckAssistBot
User-agent: DuckAssistBot
Allow: /
Block DuckAssistBot
User-agent: DuckAssistBot
Disallow: /

Read DuckDuckGo's official crawler documentation ↗

Track it

Aiola tracks this crawler on your site — crawls, pages, trends. See when DuckAssistBot arrives, which URLs it requests, and how activity changes over time.

Explore Aiola Analytics

FAQ

What is DuckAssistBot?

DuckAssistBot fetches pages in real time for DuckDuckGo's AI-assisted answers and is not used to train AI models. Aiola classifies it as AI answers because access happens on demand.

What user-agent token identifies DuckAssistBot?

Match the case-insensitive token “DuckAssistBot” in the User-Agent header. A matching header alone does not authenticate the sender.

Can I verify DuckAssistBot by IP address?

No official DuckAssistBot CIDR snapshot was successfully fetched for this verification date. Do not treat an arbitrary cloud IP as proof of identity.

Can robots.txt block DuckAssistBot?

DuckDuckGo 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 “DuckAssistBot” group when you want a rule for this identity without changing rules for every crawler.

Related