NewsData.io integration (Data, Social). Imported from open-connector.
https://newsdata.io/api/1/latest
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | Comma-separated NewsData.io article IDs to fetch. |
| q | string | optional | Keyword or phrase search across article title, content, URL, and metadata. |
| qInTitle | string | optional | Keyword or phrase search restricted to article titles. |
| qInMeta | string | optional | Keyword or phrase search restricted to article title, URL, and metadata. |
| country | string | optional | Comma-separated country codes, up to 5 values. |
| category | string | optional | Comma-separated categories to include, up to 5 values. |
| excludecategory | string | optional | Comma-separated categories to exclude, up to 5 values. |
| language | string | optional | Comma-separated language codes, up to 5 values. |
| domain | string | optional | Comma-separated source domain names, up to 5 values. |
| domainurl | string | optional | Comma-separated source domain URLs, up to 5 values. |
| excludedomain | string | optional | Comma-separated source domain URLs to exclude. |
| excludefield | string | optional | Comma-separated response fields to exclude. |
| prioritydomain | string | optional | News source reputation tier filter. |
| timezone | string | optional | Timezone filter such as America/New_York or Europe/Berlin. |
| full_content | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| image | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| video | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| size | integer | optional | Number of articles to request, from 1 to 50. |
| page | string | optional | Pagination cursor returned as nextPage from a previous response. |
| timeframe | string | optional | Latest-news time window in hours, 1 to 48, or minutes such as 15m. |
| tag | string | optional | Comma-separated AI-classified tags, up to 5 values. |
| sentiment | string | optional | AI sentiment label used to filter articles. |
| region | string | optional | Comma-separated geographic regions on supported plans. |
| removeduplicate | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
/api/1/archive
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | Comma-separated NewsData.io article IDs to fetch. |
| q | string | optional | Keyword or phrase search across article title, content, URL, and metadata. |
| qInTitle | string | optional | Keyword or phrase search restricted to article titles. |
| qInMeta | string | optional | Keyword or phrase search restricted to article title, URL, and metadata. |
| country | string | optional | Comma-separated country codes, up to 5 values. |
| category | string | optional | Comma-separated categories to include, up to 5 values. |
| excludecategory | string | optional | Comma-separated categories to exclude, up to 5 values. |
| language | string | optional | Comma-separated language codes, up to 5 values. |
| domain | string | optional | Comma-separated source domain names, up to 5 values. |
| domainurl | string | optional | Comma-separated source domain URLs, up to 5 values. |
| excludedomain | string | optional | Comma-separated source domain URLs to exclude. |
| excludefield | string | optional | Comma-separated response fields to exclude. |
| prioritydomain | string | optional | News source reputation tier filter. |
| timezone | string | optional | Timezone filter such as America/New_York or Europe/Berlin. |
| full_content | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| image | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| video | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| size | integer | optional | Number of articles to request, from 1 to 50. |
| page | string | optional | Pagination cursor returned as nextPage from a previous response. |
| from_date | string | optional | Archive start date or date-time. |
| to_date | string | optional | Archive end date or date-time. |
/api/1/crypto
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | Comma-separated NewsData.io article IDs to fetch. |
| q | string | optional | Keyword or phrase search across article title, content, URL, and metadata. |
| qInTitle | string | optional | Keyword or phrase search restricted to article titles. |
| qInMeta | string | optional | Keyword or phrase search restricted to article title, URL, and metadata. |
| country | string | optional | Comma-separated country codes, up to 5 values. |
| category | string | optional | Comma-separated categories to include, up to 5 values. |
| excludecategory | string | optional | Comma-separated categories to exclude, up to 5 values. |
| language | string | optional | Comma-separated language codes, up to 5 values. |
| domain | string | optional | Comma-separated source domain names, up to 5 values. |
| domainurl | string | optional | Comma-separated source domain URLs, up to 5 values. |
| excludedomain | string | optional | Comma-separated source domain URLs to exclude. |
| excludefield | string | optional | Comma-separated response fields to exclude. |
| prioritydomain | string | optional | News source reputation tier filter. |
| timezone | string | optional | Timezone filter such as America/New_York or Europe/Berlin. |
| full_content | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| image | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| video | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
| size | integer | optional | Number of articles to request, from 1 to 50. |
| page | string | optional | Pagination cursor returned as nextPage from a previous response. |
| coin | string | optional | Comma-separated crypto coin symbols, up to 5 values. |
| from_date | string | optional | Crypto news start date or date-time. |
| to_date | string | optional | Crypto news end date or date-time. |
| timeframe | string | optional | Crypto news time window in hours, 1 to 48, or minutes such as 15m. |
| tag | string | optional | Comma-separated crypto AI-classified tags, up to 5 values. |
| sentiment | string | optional | AI sentiment label used to filter articles. |
| removeduplicate | integer | optional | Boolean-like NewsData.io flag, where 1 means yes and 0 means no. |
/api/1/sources
| Param | Type | Required | Description |
|---|---|---|---|
| country | string | optional | Comma-separated country codes, up to 5 values. |
| category | string | optional | Comma-separated categories, up to 5 values. |
| language | string | optional | Comma-separated language codes, up to 5 values. |
| prioritydomain | string | optional | News source reputation tier filter. |
| domainurl | string | optional | Single source domain URL to look up. |