ARTICLES_NEWS_API

Find articles based on keywords, language, source, and date of publishing.

icon of News APINews API
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
ARTICLES_NEWS_API(keywords
[date]
[language]
[domains]
[excludedomains]
[sort]
)
keywords

Keywords or combinations of keywords to search for in the article title and content. For example: "Tesla" or "Elon Musk, Tesla, announcement".

[optional] date

A date or date range to filter the results by. For example: ">2019-06-01" or "[2019-06-27;2019-06-29]".

[optional] language

The language of the news articles, given as a two-letter ISO 639-1 language code. For example: "en" or "en,fr". For a list of supported languages, see News API's documentation.

[optional] domains

Domains to filter the search by. For example: "bbc.co.uk", "bbc.co.uk,techcrunch.com".

[optional] excludedomains

Domains to exclude from the search. For example: "foxnews.com" or "foxnews.com,yahoo.com".

[optional] sort

Sorting order of the articles. Choose either:

  • "relevancy" to get articles more related to your keywords first

  • "popularity" to get articles from pupular publishers first

  • "publishedAt" to get newer articles first

Selected options:
Popularity
PublishedAt
Relevancy

Examples

ARTICLES_NEWS_API("nestle") returns List of news that have Nestle as a keyword.