Links

Sources

Returns a list of the top 100 supported news websites. Overall, we support over 60,000 websites. Using this endpoint, you may find the top 100 for your specific language, country, topic combination.
get
https://api.newscatcherapi.com
/v2/sources?topic=business&lang=en&countries=US
Get Sources
Get top news sources supported by NewsCatcher.
Parameters
Query
lang
array
Specifies the languages of the search. For example, en. The only accepted format is ISO 639-1 — 2 letter code. Refer to the Allowed Languages section for more details.
countries
array
Countries where the news publisher is located. Important: This parameter is not responsible for the countries mentioned in the news article. One or multiple countries can be used in the search. The only acceptable format is ISO 3166-1 alpha-2 For example, US,CA,MX or just US
topic
string
Accepted values: news, sport, tech, world, finance, politics, business, economics, entertainment, beauty, travel, music, food, science, gaming, energy. The topic to which you want to restrict the articles of your choice. Not all news articles are assigned with a topic, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a tech label.
Header
x-api-key
string
Your unique authentication token
Responses
200
Success
400: Bad Request
API Call without "x-api-key" in headers
401: Unauthorized
Invalid API Key
406: Not Acceptable
Unsupported Parameters
408: Request Timeout
Request Timeout
429: Too Many Requests
Too many API calls
post
https://api.newscatcherapi.com
/v2/sources
Get Sources
Get top news sources supported by NewsCatcher.
Parameters
Query
lang
array
Specifies the languages of the search. For example, en. The only accepted format is ISO 639-1 — 2 letter code. Refer to the Allowed Languages section for more details.
countries
array
Countries where the news publisher is located. Important: This parameter is not responsible for the countries mentioned in the news article. One or multiple countries can be used in the search. The only acceptable format is ISO 3166-1 alpha-2 For example, US,CA,MX or just US
topic
string
Accepted values: news, sport, tech, world, finance, politics, business, economics, entertainment, beauty, travel, music, food, science, gaming, energy. The topic to which you want to restrict the articles of your choice. Not all news articles are assigned with a topic, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a tech label.
Header
x-api-key
string
Your unique authentication token
Responses
200
Success
400: Bad Request
API Call without "x-api-key" in headers
401: Unauthorized
Invalid API Key
406: Not Acceptable
Unsupported Parameters
408: Request Timeout
Request Timeout
429: Too Many Requests
Too many API calls

Successful Request Response

1
{'message': 'Maximum sources displayed according to your plan is set to 100',
2
'sources': ['alpenhornnews.com',
3
'forbes.com',
4
'businessinsider.com',
5
'prnewswire.com',
6
'einpresswire.com',
7
'greenwichtime.com',
8
'sfchronicle.com',
9
'sfgate.com',
10
'theintelligencer.com',
11
'lakecountystar.com',
12
'mrt.com',
13
'sheltonherald.com',
14
'lmtonline.com',
15
'milfordmirror.com',
16
'newstimes.com',
17
'thetelegraph.com',
18
'beaumontenterprise.com',
19
'benzinga.com',
20
'middletownpress.com',
21
'ctpost.com',
22
'nhregister.com',
23
'thehour.com',
24
'timesunion.com',
25
'michigansthumb.com',
26
'ourmidland.com',
27
'registercitizen.com',
28
'stamfordadvocate.com',
29
'myjournalcourier.com',
30
'seattlepi.com',
31
'mysanantonio.com',
32
'chron.com',
33
'yahoo.com',
34
'fortune.com',
35
'seattletimes.com',
36
'wiltonbulletin.com',
37
'trumbulltimes.com',
38
'theridgefieldpress.com',
39
'apnews.com',
40
'khon2.com',
41
'kxan.com',
42
'bigrapidsnews.com',
43
'darientimes.com',
44
'wric.com',
45
'legacy.com',
46
'ncadvertiser.com',
47
'bloomberg.com',
48
'click2houston.com',
49
'compsmag.com',
50
'pahomepage.com',
51
'houstonchronicle.com',
52
'ksn.com',
53
'sandiegouniontribune.com',
54
'theheraldreview.com',
55
'wgno.com',
56
'cnn.com',
57
'fox4kc.com',
58
'ksat.com',
59
'8newsnow.com',
60
'blackenterprise.com',
61
'cbs42.com',
62
'fastcompany.com',
63
'myplainview.com',
64
'ourquadcities.com',
65
'wjbf.com',
66
'cnbc.com',
67
'manisteenews.com',
68
'wbtw.com',
69
'wnct.com',
70
'businessjournaldaily.com',
71
'businessrecord.com',
72
'conchovalleyhomepage.com',
73
'globenewswire.com',
74
'inc.com',
75
'movieweb.com',
76
'mychamplainvalley.com',
77
'seekingalpha.com',
78
'wboy.com',
79
'wearegreenbay.com',
80
'wjhl.com',
81
'wspa.com',
82
'abc4.com',
83
'businessreport.com',
84
'clickondetroit.com',
85
'swoknews.com',
86
'wcia.com',
87
'broadwayworld.com',
88
'coindesk.com',
89
'fourstateshomepage.com',
90
'fox40.com',
91
'kfor.com',
92
'kget.com',
93
'kxnet.com',
94
'latimes.com',
95
'tastingtable.com',
96
'wgnradio.com',
97
'wpri.com',
98
'yourcentralvalley.com',
99
'clarksvillenow.com',
100
'deadline.com',
101
'expressnews.com'],
102
'user_input': {'lang': ['en'], 'countries': ['US'], 'topic': 'business'}}