diffbot

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name DIFFBOT_TOKEN or zero doctor check-connector --url https://api.diffbot.com/v3/article --method GET.

How to Use

Diffbot authenticates with an API token passed as the token query parameter on every request. The base URL is https://api.diffbot.com.

1. Extract an article from a URL

curl -s -G "https://api.diffbot.com/v3/article" \
  --data-urlencode "url=https://www.bbc.com/news" \
  --data-urlencode "token=$DIFFBOT_TOKEN"

2. Extract a product listing

Installs
8
GitHub Stars
64
First Seen
May 19, 2026
diffbot — vm0-ai/vm0-skills