From f648f3216bb8251567e2fa43927b51a801c19103 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Wed, 14 Jun 2023 11:44:28 -0400 Subject: [PATCH] docs: add Diffbot readme file --- docs/diffbot.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/diffbot.md diff --git a/docs/diffbot.md b/docs/diffbot.md new file mode 100644 index 0000000..8d0b8e1 --- /dev/null +++ b/docs/diffbot.md @@ -0,0 +1,19 @@ +

Diffbot Agentic Service

+ +## Intro + +[Diffbot][diffbot] is a service that can extract structured data from web pages. It allows one to query a trillion pieces of connected content across the web or extract them on demand. + +## Pre-requisites + +Ensure the following environment variable is set: + +- `DIFFBOT_API_KEY` - API key for Diffbot service + +Otherwise, you can pass it in as an argument to the `DiffbotClient` constructor. + +### How to Retrieve API Key + +TODO: Add instructions + +[diffbot]: https://www.diffbot.com