no key · no human

aibusiness API, RSS and sitemap

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

United StatesEnglish#9,576 by volume

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

curl -s "https://freenewsapi.ai/v1/search?host=aibusiness.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=aibusiness.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=aibusiness.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=aibusiness.com&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 aibusiness headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=aibusiness.com&size=5"
168
articles indexed
156
in the last 30 days
6
median per day
1
languages
17160 min
median crawl lag
05.08 → 04.09
archive depth

Publishing volume

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

2026-08-05: 3 articles2026-08-06: 3 articles2026-08-07: 6 articles2026-08-10: 6 articles2026-08-11: 13 articles2026-08-12: 15 articles2026-08-13: 6 articles2026-08-14: 9 articles2026-08-17: 9 articles2026-08-18: 6 articles2026-08-19: 9 articles2026-08-20: 6 articles2026-08-21: 3 articles2026-08-24: 15 articles2026-08-25: 9 articles2026-08-26: 9 articles2026-08-27: 13 articles2026-08-28: 6 articles2026-08-31: 4 articles2026-09-01: 2 articles2026-09-02: 6 articles2026-09-03: 6 articles2026-09-04: 4 articles08-0508-1008-1308-1808-2108-2608-3109-0309-04
bash
curl "https://freenewsapi.ai/v1/stats?host=aibusiness.com&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 21213: 271314: 321415: 281516: 101617: 131718: 201819: 151920: 112021: 102122: 02223: 023
Mon: 34MonTue: 30TueWed: 42WedThu: 34ThuFri: 28FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
technology7

Languages

The site identifies itself under aibusiness, AI Business — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish168100.0%

Latest articles

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

OpenAI Touts GPT-6 Astra as Its Safest Model, But It's Still Dangerous
2026-09-04 16:58 UTC
With the new model. OpenAI addressed persistent safety problems, with a focus on cybersecurity.
Prompt: Nvidia Moves up the AI Stack
2026-09-04 14:32 UTC · technology
Enterprise AI Startup Wonderful Now Valued at $5B
2026-09-03 21:19 UTC
In two years of existence, the vendor has completed three funding rounds totaling $800 million.
With Hugging Face Acquisition, Nvidia Scores Big Win in AI Race
2026-09-03 18:20 UTC
While most attention has been on model makers such as Anthropic, OpenAI and Google regarding which vendor will win the race, the star of the moment is Nvidia.
What Google’s Release of Gemini 3.8 Says About the AI Market
2026-09-03 14:21 UTC
With the new model, Google focused on long-horizon reasoning tasks, while also boosting cyber performance. It also introduced a cyber program similar to that of other AI
Google Pics Tool Creates Pro-Grade Images for Businesses
2026-09-02 17:37 UTC
The AI image-generating tool works inside the vendor’s Workspace platform.
Hugging Face Releases Programmable, Walking Duck Robot
2026-09-02 15:53 UTC
The $399 small-scale robot is the company’s second desktop robot, after Reachy Mini in 2025.
Anthropic Joins AI Price War With Release of Fable 5.1
2026-09-02 13:54 UTC
The vendor reduced cache read pricing for Fable 5.1 and said the model is similar to Mythos 5.1, with different safeguards.
Anthropic R&D Slowdown Shows Need for Heightened AI Agent Security
2026-09-01 21:02 UTC
The move comes after rival OpenAI paused development for two weeks following agent escapes.
Nvidia and Semiconductor Vendor Expand Partnership
2026-08-31 20:40 UTC
The move shows how the AI hardware giant is aiming to maintain its dominance, even through third parties.
Anthropic Releases Interface to Help AI Agents Operate Machines
2026-08-31 13:50 UTC
The new Model Hardware Standard comes as part of the AI giant’s ongoing push into physical AI.
OpenAI, Anthropic, Google Lead Call to Prioritize Cybersecurity
2026-08-28 18:59 UTC
The AI industry has been shaken by high-profile cyberattacks by models and agents.
Z.AI's Use of Chinese Chips for New Model is About Optimization
2026-08-27 19:25 UTC
Using domestic chips shows that Chinese vendors are becoming more self-reliant and improving inference performance on AI chips.
OpenAI Report Explains Hugging Face Attack in Detail
2026-08-27 15:46 UTC
The report, and a separate report by AI researchers, accentuates the seriousness of cybersecurity breaches involving AI agents.

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

2%
dates from JSON-LD
2%
articles with a byline
4%
articles with sections
450 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 17160 min at the median, 30456 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 aibusiness 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 168 of their articles and lets you filter by date, language and section.

How many articles does aibusiness publish per day?

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