Diffbot integration (Data, AI). Imported from open-connector.
https://api.diffbot.com/v3/article
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The public article URL to extract with Diffbot. |
| fields | array | optional | Optional Diffbot article fields to include in the response. |
| timeout | integer | optional | The upstream page retrieval timeout in milliseconds. |
| renderDelay | integer | optional | The extra delay in milliseconds before extraction. |
| scroll | string | optional | The scrolling mode Diffbot should use to trigger lazy-loaded content. |
| proxy | string | optional | The custom proxy IP address Diffbot should use to fetch the target page. |
| proxyAuth | string | optional | The proxy authentication string sent with the custom proxy. |
| useProxy | string | optional | Whether Diffbot should force its default proxy or disable proxy usage. |
| paging | boolean | optional | Whether Diffbot should automatically concatenate multi-page articles. |
| maxTags | integer | optional | The maximum number of auto-generated tags to return. |
| tagConfidence | number | optional | The minimum relevance score required for returned tags. |
| categoryConfidence | number | optional | The minimum relevance score required for returned categories. |
| discussion | boolean | optional | Whether Diffbot should extract article comments and discussions. |
| naturalLanguage | array | optional | The Diffbot Natural Language features to enable for the article. |
| summaryNumSentences | integer | optional | The maximum number of summary sentences when summary analysis is enabled. |