This guide takes you through the process of building a news aggregator with the NewsCatcher news API.
lang
parameter to get it. For example, if you want to
get the news articles for 'arabic.rt.com'
and 'francais.rt.com'
, you can’t
just use the clean URL because it will be the same for both of them, 'rt.com'
.
v2/search
endpoint
to get the articles. And that’s it!
Let’s say you wanted to aggregate all news articles from The New York Times and
The Guardian published in the last week.
All you would need to do is use the get_search()
method to fetch the articles: