NewsCatcher News API V2
Number of APIs: 3

By developers, for developers
Get a free trial on NewsCatcher Website
Welcome
News API
Long story short, our web crawlers find over 1 million news articles of different languages from all around the globe each day. Then, our algorithms clean & normalize each article from any website to a standard form.
So that this article: https://www.techradar.com/news/tesla-model-x-vs-tesla-model-y transforms into a structured JSON object:
{
"title": "Tesla Model X vs Tesla Model Y: which Tesla SUV should you buy?",
"author": "Rob Clymo",
"published_date": "2021-07-26 16:42:51",
"published_date_precision": "full",
"link": "https://www.techradar.com/news/tesla-model-x-vs-tesla-model-y",
"clean_url": "techradar.com",
"excerpt": "What to look for if you're in the market a Tesla SUV",
"summary": "Tesla is gradually filling every spot in the current carbuying marketplace. There's even a budget level compact on the way that'll open up the brand to more customers. It's also establishing itself in the burgeoning SUV sector with models in the shape of the older Tesla Model X and the new Tesla Model Y. Both offer the classic SUV experience while blending it with Tesla's unique styling, dazzling performance and lots of innovation. With demand for SUV's still high, the Tesla Model X is perfect fo",
"rights": "techradar.com",
"rank": 640,
"topic": "tech",
"country": "US",
"language": "en",
"authors": [
"Rob Clymo"
],
"media": "https://cdn.mos.cms.futurecdn.net/5BMZkUwoQhz64NSM6a89PG-1200-80.jpg",
"is_opinion": false,
"twitter_account": "@TechRadar",
"_score": 12.650374,
"_id": "6fc42e374a8980a1009305c9115e6bbd"
}
Quick Start
1. Claim your API Key
Go to app.newscatcherapi.com to create your account.
Use your work email to get 10,000 free API calls instead of 1,000 for personal email.
2. Make your first API call
curl -XGET 'https://api.newscatcherapi.com/v2/search?q=Tesla' -H 'X-API-KEY: enter-your-api-key-here'
3. Learn about News API endpoints
Authentication
The Authentication is done via the X-API-KEY
HTTP Header.
For example, if your API key is your_api_key_1
curl -XGET 'https://api.newscatcherapi.com/v2/search?q=Tesla' -H 'X-API-KEY: your_api_key_1'
Endpoints
/v2/search
— highly customizable search through our database. All filters and sorting options are allowed.
/v2/latest_headlines
— get latest news articles for any topic
, countries
, lang
, sources
or any of those combined
/v2/sources
— returns a list of supported news websites for any topic
, countries
, lang
, or any of those combined
-
Get News GET {{baseUrl}}/v2/search?q="Elon Musk"&lang=en&countries=US,CA
-
Get Latest Headlines GET {{baseUrl}}/v2/latest_headlines?sources=nytimes.com,theguardian.com
-
Get Sources GET {{baseUrl}}/v2/sources?lang=en&countries=US,CA&topic=business