no key · no human

Expert In the Cloud API, RSS and sitemap

Every article Expert In the Cloud publishes, as JSON, through an open API with no key and no signup. 51 of their articles are indexed right now, refreshed hourly.

South AfricaEnglish#15,261 by volume

Four ways to pull expertinthecloud.co.za

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from expertinthecloud.co.za, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=expertinthecloud.co.za&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=expertinthecloud.co.za&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=expertinthecloud.co.za&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=expertinthecloud.co.za&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

technology 100%

Call the API

A live request. Paste it into a terminal and Expert In the Cloud headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=expertinthecloud.co.za&size=5"
51
articles indexed
41
in the last 30 days
5
median per day
1
languages
1245 min
median crawl lag
25.08 → 03.09
archive depth

Publishing volume

Articles per day over the last 8 days. The busiest hour is 09:00 UTC — that is when the newsroom pushes its main batch.

2026-08-25: 5 articles2026-08-26: 8 articles2026-08-27: 8 articles2026-08-28: 8 articles2026-08-31: 3 articles2026-09-01: 4 articles2026-09-02: 4 articles2026-09-03: 1 articles08-2508-2608-2708-2808-3109-0109-0209-03
bash
curl "https://freenewsapi.ai/v1/stats?host=expertinthecloud.co.za&top=10"

Publishing rhythm

When Expert In the Cloud actually publishes, by hour of day (UTC) and by day of week — measured from 51 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 50809: 110910: 41011: 31112: 41213: 51314: 41415: 51516: 01617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 3MonTue: 9TueWed: 12WedThu: 9ThuFri: 8FriSat: 0SatSun: 0Sun

Sections

Sections come from the publisher's own markup, present on 49% of their articles.

SectionArticles
technology20

Languages

CodeLanguageArticlesShare
enEnglish4180.4%

Latest articles

The 18 most recent Expert In the Cloud articles in the index — the same rows the API returns, rendered for humans.

WordPress Backup Plugin Flaw
2026-09-03 09:12 UTC
Overview A critical SQL injection vulnerability in the popular All‑in‑One WP Migration and Backup plugin has put millions of WordPress sites at risk of takeover. [...] Th
Dropbox Accounts Breached
2026-09-02 15:30 UTC
Overview Dropbox has disclosed that an unauthorized party accessed approximately 5,000 accounts by exploiting a flaw in Lenovo’s email verification process. The breach hi
Palo Alto Networks Acquires AI Agents for Autonomous Security
2026-09-02 12:31 UTC
Overview Palo Alto Networks has announced the acquisition of Console, an AI‑native platform designed to strengthen its Cortex portfolio. The move signals a shift toward [
Malware Campaign
2026-09-02 10:52 UTC
Overview The U.S. Department of Justice (DoJ) has charged Searzhudin Tamirlanovich Aktulaev, a 40‑year‑old Russian national extradited from Cyprus, for orchestrating a ma
SonicWall Exploited
2026-09-02 08:48 UTC
Overview SonicWall has issued an urgent advisory warning that attackers are chaining two new zero‑day vulnerabilities in SMA1000 appliances to achieve remote code executi
Silent Breach Incident – Lessons from a Hosting Compromise
2026-09-01 15:02 UTC
Overview During a recent incident response engagement, our team uncovered a web hosting compromise that highlights how attackers exploit overlooked vulnerabilities in ent
Microsoft Exchange Servers Vulnerable
2026-09-01 14:13 UTC
Overview Cybersecurity researchers have warned that nearly 22,000 Microsoft Exchange servers remain exposed online and unpatched against a critical flaw, CVE‑2026‑62911,
New Windows Backdoor
2026-09-01 11:46 UTC
Overview Researchers at PolySwarm have identified a stealthy Windows backdoor called SLEEPWALKER, designed to remain completely silent until hackers send a secret trigger
AI Analysis Disrupted by Malware
2026-09-01 09:50 UTC
Overview Cybersecurity researchers have uncovered a novel adversarial technique called GuardBreaker, deployed by Russia‑aligned threat actor UAC‑0099 against targets in U
False “Defender Antivirus Turned Off” Alert
2026-08-31 12:43 UTC
Overview Microsoft has confirmed that recent Windows Security pop‑ups claiming Defender Antivirus is disabled are the result of a software bug, not a real security [...]
Fake Cloudflare CAPTCHAs
2026-08-31 09:56 UTC
Overview Microsoft has uncovered a new ClickFix variant, dubbed TerminalFix, that tricks users into running malicious commands in Windows Terminal or PowerShell. Unlike e
Claude Sessions Hijacked By Infostealer Malware
2026-08-31 09:02 UTC
Overview Anthropic has issued a warning that infostealer malware is actively hijacking Claude login sessions from infected PCs, allowing attackers to access accounts and
Hasbro Data Breach
2026-08-28 14:51 UTC · technology
Critical cPanel Flaw
2026-08-28 13:30 UTC · technology
PaperCut Zero‑Day Exploited
2026-08-28 09:37 UTC · technology
700 Rogue AI Agents Coordination
2026-08-28 08:13 UTC · technology
Spark RAT Vulnerability
2026-08-27 13:39 UTC · technology
Adobe Vulnerabilities
2026-08-27 11:59 UTC · technology

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=expertinthecloud.co.za&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=expertinthecloud.co.za&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Expert In the Cloud marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
49%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 1245 min at the median, 5492 minutes at the 90th percentile.

FAQ

Does Expert In the Cloud have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 51 of their articles and lets you filter by date, language and section.

How many articles does Expert In the Cloud publish per day?

5 on a median day, measured across 8 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.