Tools
Diffbot
Diffbot API client.
Diffbot provides web page classification and scraping. It also provides access to a knowledge graph with the ability to perform person and company data enrichment.
- package:
@agentic/diffbot
- exports:
class DiffbotClient
,namespace diffbot
- env vars:
DIFFBOT_API_KEY
- source
- diffbot api docs
Install
Usage
import { DiffbotClient } from '@agentic/diffbot'
const diffbot = new DiffbotClient()
const res = await diffbot.analyzeUrl('https://example.com')