← Tools Reference

Diffbot

Diffbot integration (Data, AI). Imported from open-connector.

API key1 toolhttps://api.diffbot.com
GET
diffbot_extract_article
Extract article content and metadata from a public URL using Diffbot Article API.

/v3/article

15 parameters
ParamTypeRequiredDescription
urlstringrequiredThe public article URL to extract with Diffbot.
fieldsarrayoptionalOptional Diffbot article fields to include in the response.
timeoutintegeroptionalThe upstream page retrieval timeout in milliseconds.
renderDelayintegeroptionalThe extra delay in milliseconds before extraction.
scrollstringoptionalThe scrolling mode Diffbot should use to trigger lazy-loaded content.
proxystringoptionalThe custom proxy IP address Diffbot should use to fetch the target page.
proxyAuthstringoptionalThe proxy authentication string sent with the custom proxy.
useProxystringoptionalWhether Diffbot should force its default proxy or disable proxy usage.
pagingbooleanoptionalWhether Diffbot should automatically concatenate multi-page articles.
maxTagsintegeroptionalThe maximum number of auto-generated tags to return.
tagConfidencenumberoptionalThe minimum relevance score required for returned tags.
categoryConfidencenumberoptionalThe minimum relevance score required for returned categories.
discussionbooleanoptionalWhether Diffbot should extract article comments and discussions.
naturalLanguagearrayoptionalThe Diffbot Natural Language features to enable for the article.
summaryNumSentencesintegeroptionalThe maximum number of summary sentences when summary analysis is enabled.