What is CCBot?
CCBot is the crawler for the Common Crawl Foundation, a nonprofit that makes large web-crawl datasets available at no cost for research and analysis. The crawler gathers pages for that shared repository. It is not itself a search engine or a language model.
Common Crawl's technical FAQ describes CCBot as Nutch based. Crawl candidates are extracted from its crawl database with Hadoop MapReduce, sorted by host, and distributed to crawler servers. Common Crawl samples the web rather than promising a complete archive of every site.
For an allowed page, CCBot makes an HTTP GET request. It supports HTTP/1.1 and HTTP/2 over TLS, can connect over IPv4 or IPv6, and follows a limited redirect chain. It does not currently execute JavaScript or use cookies, so content that exists only after client-side rendering may not be present in the fetched response.
Common Crawl data is reused by outside researchers and companies, including for AI training. That makes CCBot relevant to training-data policy, but the relationship is indirect: Common Crawl publishes crawl data, while downstream users decide how to filter and use it. Allowing a page does not guarantee model inclusion, a citation, or appearance in an AI search answer.
CCBot checks robots.txt before fetching a page and honors the CCBot group. It also supports Crawl-delay, slows down after HTTP 429 or 5xx responses, and periodically revisits robots.txt after a full-site block. Common Crawl says the crawler waits a few seconds between requests to the same site by default.
A sitemap declared in robots.txt can help CCBot discover eligible URLs. This may suit sites that want public research material represented while keeping private, licensed, or expensive application routes outside the crawl. Since CCBot does not log in or use cookies, authentication remains the stronger boundary for nonpublic content.
The current published user agent is CCBot/2.0 (https://commoncrawl.org/faq/); older logs may contain CCBot/1.0 (+https://commoncrawl.org/bot.html). Common Crawl also publishes current CIDR blocks at https://index.commoncrawl.org/ccbot.json and documents forward-confirmed reverse DNS under crawl.commoncrawl.org. This entry is verified, although its metadata does not mark Promptwatch traffic as IP verified.
