NewsCatcher
Search clean news articles by topic, country, or language
NewsCatcher normalizes articles from thousands of publishers with NLP enrichment — clusters, entities, and deduplication. Free API key for developers with daily request caps.
GET https://v3-api.newscatcherapi.com/api/search?q=technology&page_size=1
{
"message": "x-api-token header is missing",
"status_code": 401,
"status": "Unauthorized"
}curl "https://v3-api.newscatcherapi.com/api/search?q=technology&page_size=1"const res = await fetch("https://v3-api.newscatcherapi.com/api/search?q=technology&page_size=1");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://v3-api.newscatcherapi.com/api/search?q=technology&page_size=1")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/api/search?q=technology&page_size=1PROBEDSearch clean news articles by topic, country, or language
/apiApi — documented GET route.
/api/1Api details by ID (example: 1).
/api?limit=10Api — documented GET route.
/api/search?q=testSearch by query parameters.
/api/search?limit=5Search by query parameters.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
NewsCatcher: common questions
Is NewsCatcher free to use?
Yes — NewsCatcher is a free open data API. Free tier: Free tier — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.
Does NewsCatcher need an API key?
Yes — NewsCatcher needs a free API key, which you pass on each request. Rate limits: Unpublished.
Can I call NewsCatcher from the browser?
Not directly — NewsCatcher doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is NewsCatcher up right now?
As of our last scheduled check, NewsCatcher is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.