Diffbot

Operated by Diffbot. Last seen today.

What is Diffbot?

About

Diffbot is an intelligent web crawler used to understand, aggregate, and ultimately sell structured website data for real-time monitoring and training other AI models.

Type

AI Data Scraper
Downloads web content to train AI models

Expected Behavior

It's generally unclear how AI Data Scrapers choose which websites to crawl and how often to crawl them. They might choose to visits websites with a higher information density more frequently, depending on the type of AI models they're training. For example, it would make sense that an agent training an LLM (Large Language Model) would favor sites with a lot of regularly updating text content.

Insights

Other Websites

1%
of top websites are currently blocking Diffbot in some way
Learn How →

Access Control

Should I Block Diffbot?

It's up to you. AI data scrapers usually download publicly available internet content, which is freely accessible by default. However, you might want to block them if you're concerned about attribution or how your creative work could be used in the resulting AI model.

Using Robots.txt

User Agent Token Description
Diffbot Should match instances of Diffbot

You can block Diffbot or limit its access by setting user agent token rules in your website's robots.txt.

# robots.txt
# This blocks Diffbot

User-agent: Diffbot
Disallow: /

Instead of doing this manually, you can generate your robots.txt automatically using the free API or Wordpress plugin.

Get the Robots.txt