no key · no human
HomeNews by countryNews from Egypt

News from Egypt

173,643 news articles from publishers in Egypt, searchable now through a free API that needs no key.

The busiest publisher in this slice is www.elbalad.news with 96,857 articles, 55.8% of the total, followed by www.shorouknews.com, stadelahly.net. By language it splits into Arabic (170,397), English (3,247). Daily volume averages about 5,499 articles over the last 8 days, peaking at 8,807 on 2026-09-06.

173,643
articles in the index
0.80%
of the whole corpus
5,788
per day on average

Fetch it

bash
curl "https://freenewsapi.ai/v1/search?country=EG&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=EG&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 Egypt 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=EG&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.elbalad.news96,85755.8%query
www.shorouknews.com15,5138.9%query
stadelahly.net14,8528.6%query
www.filgoal.com4,5092.6%query
www.masrawy.com4,2732.5%query
nl7za.com3,9142.3%query
iqraa24.com3,7672.2%query
www.npa-ar.com3,6752.1%query
face-masr.com3,6412.1%query
www.goal.com2,3831.4%query
dotgulf.co1,8841.1%query
www.el-balad.com1,7061.0%query
akher.news1,6350.9%query
www.mogazmasr.com1,2630.7%query
www.misr-post.com1,1360.7%query
mwlana.com1,1170.6%query
egypt2.com1,1120.6%query
www.kora7sry.com1,0520.6%query
www.egypt2.com8130.5%query
www.elmogaz.com7560.4%query
shofnews.com7450.4%query
honaalkaheera.com6800.4%query
themarkets365.com6420.4%query
964media.com5990.3%query
aboutmsr.com5850.3%query

Languages published in Egypt

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

CodeNameArticlesShare
arArabic170,39798.1%
enEnglish3,2471.9%

Domain zones used by Egypt publishers

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

CodeNameArticlesShare
newsnews publications98,68756.8%
comglobal commercial57,60633.2%
netglobal network15,3208.8%
coColombia1,8841.1%
infoinformation1460.1%
egEgypt10.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-072,087
2026-09-068,807
2026-09-058,142
2026-09-046,844
2026-09-034,989
2026-09-025,672
2026-09-013,782
2026-08-313,672
2026-08-303,921
2026-08-294,371
2026-08-284,328
2026-08-274,262
2026-08-262,716
2026-08-251,785

Combine with other filters

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

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

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

Related slices

Every parameter · Wire it into an agent · All statistics