no key · no human
HomeNews by countryNews from Canada

News from Canada

115,498 news articles from publishers in Canada, searchable now through a free API that needs no key.

The busiest publisher in this slice is www.newswire.ca with 14,659 articles, 12.7% of the total, followed by investingnews.com, thehockeynews.com. By language it splits into English (88,982), French (25,619), Chinese (81) and 11 more. Daily volume averages about 2,657 articles over the last 8 days, peaking at 4,221 on 2026-09-02.

115,498
articles in the index
0.53%
of the whole corpus
3,849
per day on average

Fetch it

bash
curl "https://freenewsapi.ai/v1/search?country=CA&date=today&sort=date&size=20"

No API key, no signup, no quota. The response carries the headline, description, publisher, publication time and the original URL for every article, and the full body text if you ask for it with full_text=true.

Count it

bash
curl "https://freenewsapi.ai/v1/stats?country=CA&top=20"

Returns exactly the breakdown shown on this page: which publishers, which languages, and how the volume splits across the last 90 days. About 200 tokens, which makes it the cheapest way for an agent to decide whether this slice is worth reading.

Country is inferred, not declared. Before counting Canada articles, read country_source — and add strict_country=true to exclude values derived from an en-US template default.

bash
curl "https://freenewsapi.ai/v1/search?country=CA&strict_country=true&date=today&size=20"

Latest from this slice

The newest articles matching this filter at the time this page was generated. Headlines link to the publisher — we index and search, we do not host.

Who publishes it

The 25 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.

PublisherArticlesShare API
www.newswire.ca14,65912.7%query
investingnews.com8,9997.8%query
thehockeynews.com6,1385.3%query
globalnews.ca4,8184.2%query
www.985fm.ca4,1413.6%query
www.tolerance.ca3,4653.0%query
toronto.citynews.ca3,0792.7%query
www.narcity.com2,6392.3%query
www.westernstandard.news2,4152.1%query
lanouvelletribune.info2,3572.0%query
www.fool.ca1,9711.7%query
financialpost.com1,5831.4%query
dose.ca1,4261.2%query
www.goal.com1,4081.2%query
boereport.com8350.7%query
www.rebelnews.com8070.7%query
www.lifesitenews.com7760.7%query
www.lereveil.com6480.6%query
www.netnewsledger.com5710.5%query
todayinbc.com5470.5%query
www.lemanic.ca5040.4%query
lenord-cotier.com5010.4%query
theturtleislandnews.com4960.4%query
paherald.sk.ca4780.4%query
www.cfl.ca4760.4%query

Languages published in Canada

What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.

CodeNameArticlesShare
enEnglish88,98277.0%
frFrench25,61922.2%
zhChinese810.1%
koKorean540.0%
deGerman460.0%
esSpanish440.0%
skSlovak130.0%
ruRussian90.0%
csCzech70.0%
itItalian70.0%
nlDutch50.0%
plPolish50.0%
viVietnamese40.0%
trTurkish30.0%

Domain zones used by Canada publishers

Publishers here do not all use the national zone. This is the split that country inference has to work against.

CodeNameArticlesShare
comglobal commercial61,37353.1%
caCanada47,39741.0%
newsnews publications2,7072.3%
infoinformation2,4512.1%
netglobal network1,1751.0%
spacespace1650.1%
coColombia1120.1%
orgorganisations1070.1%
todaytoday80.0%
mepersonal30.0%

Volume by day

How much this slice produces daily. Useful for sizing a job before you run it, and for spotting whether a spike is real or an artefact of one publisher.

DayArticles
2026-09-07320
2026-09-061,223
2026-09-051,993
2026-09-043,684
2026-09-034,019
2026-09-024,221
2026-09-013,210
2026-08-312,589
2026-08-301,459
2026-08-292,228
2026-08-284,530
2026-08-274,499
2026-08-264,185
2026-08-254,119

Combine with other filters

bash
# Canada, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=CA&date=today&full_text=true&size=10"

# Canada, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=CA&q=economy&sort=relevance&size=20"

# Canada, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=CA&sort=crawled&from=now-15m&size=50"

Related slices

Every parameter · Wire it into an agent · All statistics