← Tools Reference

NewsData.io

NewsData.io integration (Data, Social). Imported from open-connector.

API key4 toolshttps://newsdata.io
GET
newsdata_io_get_latest_news
Retrieve the latest and breaking news from NewsData.io with optional filters.

/api/1/latest

24 parameters
ParamTypeRequiredDescription
idstringoptionalComma-separated NewsData.io article IDs to fetch.
qstringoptionalKeyword or phrase search across article title, content, URL, and metadata.
qInTitlestringoptionalKeyword or phrase search restricted to article titles.
qInMetastringoptionalKeyword or phrase search restricted to article title, URL, and metadata.
countrystringoptionalComma-separated country codes, up to 5 values.
categorystringoptionalComma-separated categories to include, up to 5 values.
excludecategorystringoptionalComma-separated categories to exclude, up to 5 values.
languagestringoptionalComma-separated language codes, up to 5 values.
domainstringoptionalComma-separated source domain names, up to 5 values.
domainurlstringoptionalComma-separated source domain URLs, up to 5 values.
excludedomainstringoptionalComma-separated source domain URLs to exclude.
excludefieldstringoptionalComma-separated response fields to exclude.
prioritydomainstringoptionalNews source reputation tier filter.
timezonestringoptionalTimezone filter such as America/New_York or Europe/Berlin.
full_contentintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
imageintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
videointegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
sizeintegeroptionalNumber of articles to request, from 1 to 50.
pagestringoptionalPagination cursor returned as nextPage from a previous response.
timeframestringoptionalLatest-news time window in hours, 1 to 48, or minutes such as 15m.
tagstringoptionalComma-separated AI-classified tags, up to 5 values.
sentimentstringoptionalAI sentiment label used to filter articles.
regionstringoptionalComma-separated geographic regions on supported plans.
removeduplicateintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
GET
newsdata_io_search_news_archive
Search historical NewsData.io archive articles with keyword, taxonomy, and date filters.

/api/1/archive

21 parameters
ParamTypeRequiredDescription
idstringoptionalComma-separated NewsData.io article IDs to fetch.
qstringoptionalKeyword or phrase search across article title, content, URL, and metadata.
qInTitlestringoptionalKeyword or phrase search restricted to article titles.
qInMetastringoptionalKeyword or phrase search restricted to article title, URL, and metadata.
countrystringoptionalComma-separated country codes, up to 5 values.
categorystringoptionalComma-separated categories to include, up to 5 values.
excludecategorystringoptionalComma-separated categories to exclude, up to 5 values.
languagestringoptionalComma-separated language codes, up to 5 values.
domainstringoptionalComma-separated source domain names, up to 5 values.
domainurlstringoptionalComma-separated source domain URLs, up to 5 values.
excludedomainstringoptionalComma-separated source domain URLs to exclude.
excludefieldstringoptionalComma-separated response fields to exclude.
prioritydomainstringoptionalNews source reputation tier filter.
timezonestringoptionalTimezone filter such as America/New_York or Europe/Berlin.
full_contentintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
imageintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
videointegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
sizeintegeroptionalNumber of articles to request, from 1 to 50.
pagestringoptionalPagination cursor returned as nextPage from a previous response.
from_datestringoptionalArchive start date or date-time.
to_datestringoptionalArchive end date or date-time.
GET
newsdata_io_list_crypto_news
Retrieve cryptocurrency-related news articles from NewsData.io.

/api/1/crypto

26 parameters
ParamTypeRequiredDescription
idstringoptionalComma-separated NewsData.io article IDs to fetch.
qstringoptionalKeyword or phrase search across article title, content, URL, and metadata.
qInTitlestringoptionalKeyword or phrase search restricted to article titles.
qInMetastringoptionalKeyword or phrase search restricted to article title, URL, and metadata.
countrystringoptionalComma-separated country codes, up to 5 values.
categorystringoptionalComma-separated categories to include, up to 5 values.
excludecategorystringoptionalComma-separated categories to exclude, up to 5 values.
languagestringoptionalComma-separated language codes, up to 5 values.
domainstringoptionalComma-separated source domain names, up to 5 values.
domainurlstringoptionalComma-separated source domain URLs, up to 5 values.
excludedomainstringoptionalComma-separated source domain URLs to exclude.
excludefieldstringoptionalComma-separated response fields to exclude.
prioritydomainstringoptionalNews source reputation tier filter.
timezonestringoptionalTimezone filter such as America/New_York or Europe/Berlin.
full_contentintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
imageintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
videointegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
sizeintegeroptionalNumber of articles to request, from 1 to 50.
pagestringoptionalPagination cursor returned as nextPage from a previous response.
coinstringoptionalComma-separated crypto coin symbols, up to 5 values.
from_datestringoptionalCrypto news start date or date-time.
to_datestringoptionalCrypto news end date or date-time.
timeframestringoptionalCrypto news time window in hours, 1 to 48, or minutes such as 15m.
tagstringoptionalComma-separated crypto AI-classified tags, up to 5 values.
sentimentstringoptionalAI sentiment label used to filter articles.
removeduplicateintegeroptionalBoolean-like NewsData.io flag, where 1 means yes and 0 means no.
GET
newsdata_io_list_news_sources
List NewsData.io source domains with optional country, category, and language filters.

/api/1/sources

5 parameters
ParamTypeRequiredDescription
countrystringoptionalComma-separated country codes, up to 5 values.
categorystringoptionalComma-separated categories, up to 5 values.
languagestringoptionalComma-separated language codes, up to 5 values.
prioritydomainstringoptionalNews source reputation tier filter.
domainurlstringoptionalSingle source domain URL to look up.