Headlines currently published on a range of news sources and blogs
Search real-time global news articles and headlines from various sources and blogs using this API.
import requests
url = "https://newsapi.org/v2/top-headlines"
params = {
"q": "tesla",
"apiKey": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)