no key · no human

InfoWorld API, RSS and sitemap

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

United StatesEnglish#14,617 by volume

Four ways to pull infoworld.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 infoworld.com, newest first. Add q= to search inside.

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

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.infoworld.com&size=5"
59
articles indexed
44
in the last 30 days
4
median per day
1
languages
245 min
median crawl lag
18.08 → 02.09
archive depth

Publishing volume

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

2026-08-18: 1 articles2026-08-19: 4 articles2026-08-20: 6 articles2026-08-21: 4 articles2026-08-24: 3 articles2026-08-25: 3 articles2026-08-26: 1 articles2026-08-27: 7 articles2026-08-28: 2 articles2026-08-31: 4 articles2026-09-01: 8 articles2026-09-02: 1 articles08-1808-2008-2408-2608-2809-0109-02
bash
curl "https://freenewsapi.ai/v1/stats?host=www.infoworld.com&top=10"

Publishing rhythm

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

00: 10001: 20102: 00203: 00304: 10405: 10506: 00607: 30708: 00809: 210910: 11011: 01112: 61213: 01314: 01415: 31516: 11617: 11718: 01819: 11920: 02021: 22122: 02223: 023
Mon: 7MonTue: 12TueWed: 6WedThu: 13ThuFri: 6FriSat: 0SatSun: 0Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish4474.6%

Latest articles

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

Anthropic makes changes to stop AI agents running amok again
2026-09-02 01:46 UTC · artificial intelligence, data and information security, secu
Learning from the OpenAI-Hugging Face fiasco, as well as from recent revelations about its own model, Anthropic is revamping its security and alignment practices. The com
Apache Fory serialization framework adds JSON support for Kotlin and Scala
2026-09-01 16:48 UTC · libraries and frameworks, open source, software development
The Apache Fory community has announced the release of Fory 1.7.0, an update of the multi-language serialization framework that adds Fory JSON support for Scala 2.13 and
OpenClaw rolls out system-wide overhaul, updates security controls across agent platform
2026-09-01 12:21 UTC · artificial intelligence, development tools, security, softwa
OpenClaw has released what it describes as the largest update in its history, introducing a system-wide overhaul spanning runtime behavior, plugins, and security controls
Why tech needs a new kind of English major
2026-09-01 09:00 UTC · artificial intelligence, emerging technology, generative ai,
I saw Spider-Man: Brand New Day last week. I struggled to enjoy it. I guess I hit CGI overload, although its 89% score on Rotten Tomatoes suggests others have a higher to
A look at AWS’s agentic toolkit for cloud migration
2026-09-01 09:00 UTC · amazon web services, artificial intelligence, cloud computin
Amazon Bedrock AgentCore is an AWS technology that deserves a closer look because it is not simply another migration automation tool. It is an agentic AI platform for bui
4 standards solve agent identity. None solves the harder question: Is it still the agent you approved?
2026-09-01 09:00 UTC · artificial intelligence, identity and access management, sec
I’ve stopped being surprised by the service account nobody can explain. It was created for a migration that finished years ago. It still holds credentials. Whoever reques
Moburst Targets Fortune 500 Brands as AEO Partner
2026-09-01 07:14 UTC · artificial intelligence
Moburst , a digital growth agency, is positioning its Answer Engine Optimization practice specifically at enterprise and Fortune 500 brands, arguing that the governance a
Compose Multiplatform 1.12.0 welcomes coding agents with MCP server
2026-09-01 04:26 UTC · artificial intelligence, development tools, generative ai, l
JetBrains has released Compose Multiplatform 1.12.0, an update to the declarative framework for sharing Kotlin UI code across platforms. Highlights of the new release inc
Broadcom says that enterprise AI agents need two things: Data they can trust and boundaries they can’t cross
2026-09-01 00:33 UTC · artificial intelligence, development tools, software develop
For enterprises deploying AI agents, security and trust are top-of-mind issues. When given the authority to act autonomously, they can inadvertently leak or expose data,
Cursor customers will lose access to OpenAI coding models in November
2026-08-31 15:40 UTC · development tools, software development
OpenAI will stop AI coding platform Cursor from accessing its models from November 12, following the acquisition of Cursor parent Anysphere by Elon Musk ‘s SpaceX. “Today
Neoclouds vs. hyperscalers: Who will win AI workloads?
2026-08-31 15:00 UTC · artificial intelligence, cloud computing, generative ai, iaa
Neoclouds have staked their claim to AI compute infrastructure with low-cost GPU-based alternatives and purpose-built features for AI training and inference . But can thi
Governance by design: Turning AI policy into executable controls
2026-08-31 09:00 UTC · application security, artificial intelligence, generative ai
Governance determines whether a generative AI program remains a set of pilots or becomes a durable capability. I treat governance as engineering work. The goal stays simp
Hands-on with Unsloth Desktop, for running and training LLMs locally
2026-08-31 09:00 UTC · artificial intelligence, generative ai
LM Studio makes it easy to run LLMs on one’s own hardware, whether as a desktop app or a server for others in one’s organization. But LM Studio isn’t the only project of
How to implement HMAC authentication in ASP.NET Core
2026-08-27 09:00 UTC · c#, libraries and frameworks, microsoft .net, programming la
Security is a major concern for web applications and services that use the HTTP protocol. Although HTTP is a versatile protocol that can be used in many different platfor

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.infoworld.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.infoworld.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 InfoWorld 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
86%
articles with sections
average page weight

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

FAQ

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

How many articles does InfoWorld publish per day?

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