no key · no human

ComputerWeekly.com API, RSS and sitemap

Every article ComputerWeekly.com publishes, as JSON, through an open API with no key and no signup. 539 of their articles are indexed right now, refreshed hourly.

United KingdomEnglishGermanSpanish#4,467 by volume

Four ways to pull computerweekly.com

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

JSON Search this publisher

Every article we hold from computerweekly.com, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.computerweekly.com&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=www.computerweekly.com&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=www.computerweekly.com&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=www.computerweekly.com&size=20&fields=title,url,published_at,lang"open it →

Call the API

A live request. Paste it into a terminal and ComputerWeekly.com headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.computerweekly.com&size=5"
539
articles indexed
91
in the last 30 days
17
median per day
4
languages
359 min
median crawl lag
08.06 → 06.09
archive depth

Publishing volume

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

2026-06-08: 19 articles2026-06-09: 18 articles2026-06-10: 22 articles2026-06-11: 18 articles2026-06-12: 21 articles2026-06-13: 1 articles2026-06-14: 1 articles2026-06-15: 17 articles2026-06-16: 28 articles2026-06-17: 29 articles2026-06-18: 20 articles2026-06-19: 21 articles2026-06-20: 2 articles2026-06-22: 26 articles2026-06-23: 26 articles2026-06-24: 23 articles2026-06-25: 16 articles2026-06-26: 26 articles2026-06-27: 1 articles2026-06-28: 1 articles2026-06-29: 21 articles2026-06-30: 17 articles2026-07-01: 20 articles2026-07-02: 19 articles2026-07-03: 13 articles2026-07-04: 1 articles2026-07-05: 2 articles2026-07-06: 17 articles2026-07-07: 21 articles2026-08-26: 1 articles2026-08-28: 10 articles2026-08-29: 1 articles2026-08-30: 1 articles2026-08-31: 7 articles2026-09-01: 22 articles2026-09-02: 15 articles2026-09-03: 15 articles2026-09-04: 17 articles2026-09-05: 1 articles2026-09-06: 1 articles06-0806-1406-2006-2707-0308-2809-0309-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.computerweekly.com&top=10"

Publishing rhythm

When ComputerWeekly.com actually publishes, by hour of day (UTC) and by day of week — measured from 539 timestamps, not from a schedule they advertise.

00: 1920001: 40102: 70203: 140304: 330405: 180506: 280607: 330708: 280809: 310910: 311011: 351112: 211213: 91314: 91415: 131516: 101617: 41718: 61819: 101920: 52021: 92122: 42223: 423
Mon: 107MonTue: 132TueWed: 110WedThu: 88ThuFri: 108FriSat: 7SatSun: 6Sun

Languages

The site identifies itself under ComputerWeekly.com, ComputerWeekly.com/de, TechTarget, ComputerWeekly.es, MicroScope — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish36467.5%
deGerman13424.9%
esSpanish346.3%
ptPortuguese264.8%

Latest articles

The 18 most recent ComputerWeekly.com articles in the index — the same rows the API returns, rendered for humans.

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=www.computerweekly.com&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=www.computerweekly.com&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 ComputerWeekly.com marks up its own pages — useful if you are deciding whether to parse them yourself.

83%
dates from JSON-LD
84%
articles with a byline
0%
articles with sections
368 KB
average page weight

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

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does ComputerWeekly.com 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 539 of their articles and lets you filter by date, language and section.

How many articles does ComputerWeekly.com publish per day?

17 on a median day, measured across 40 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.