no key · no human

CFOtech New Zealand API, RSS and sitemap

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

New ZealandEnglish

Four ways to pull cfotech.co.nz

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

JSON Search this publisher

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

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

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

business 44%technology 33%property 11%

Call the API

A live request. Paste it into a terminal and CFOtech New Zealand headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=cfotech.co.nz&size=5"
45
articles indexed
45
in the last 30 days
2
median per day
1
languages
1348 min
median crawl lag
07.08 → 02.09
archive depth

Publishing volume

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

2026-08-07: 2 articles2026-08-10: 1 articles2026-08-11: 1 articles2026-08-12: 3 articles2026-08-13: 2 articles2026-08-14: 1 articles2026-08-18: 1 articles2026-08-19: 2 articles2026-08-20: 4 articles2026-08-21: 1 articles2026-08-26: 5 articles2026-08-27: 12 articles2026-09-01: 5 articles2026-09-02: 5 articles08-0708-1108-1308-1808-2008-2609-0109-02
bash
curl "https://freenewsapi.ai/v1/stats?host=cfotech.co.nz&top=10"

Publishing rhythm

When CFOtech New Zealand actually publishes, by hour of day (UTC) and by day of week — measured from 45 timestamps, not from a schedule they advertise.

00: 00001: 10102: 30203: 00304: 10405: 30506: 10607: 00708: 50809: 40910: 01011: 21112: 51213: 71314: 11415: 31516: 21617: 01718: 01819: 11920: 22021: 12122: 22223: 123
Mon: 1MonTue: 7TueWed: 15WedThu: 18ThuFri: 4FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
business25
technology25

Languages

CodeLanguageArticlesShare
enEnglish45100.0%

Latest articles

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

Appian honours Accenture, Deloitte & others in APJ
2026-09-02 05:09 UTC
Public sector agencies and enterprises in Asia Pacific and Japan are using Appian partners to speed up workflows and cut manual work.
HEB Construction automates tender CVs with Boomi AI
2026-09-02 04:10 UTC
Tender teams at HEB Construction now save hours per bid after AI turned scattered staff records into tailored CVs and bios.
NZ tech marketing awards finalists named across sector
2026-09-02 02:35 UTC
Marketing is gaining strategic weight as nine tech businesses vie for honours in awards that spotlight New Zealand firms' push overseas.
ANZ customers spend AUD $656 million on Father's Day
2026-09-02 02:34 UTC
Spending jumped across retail, hospitality and entertainment as ANZ customers marked Father's Day with gifts and outings over the weekend.
Brickworks cuts integration delivery time from 80 days to 12
2026-09-02 01:19 UTC
The overhaul has unlocked trapped procurement data and helped the building products maker set up 18 interfaces in just 12 days.
Social trading platforms draw retail investors online
2026-09-01 23:15 UTC
Retail investors are being lured in by apps that turn market chatter into trades, but the model can magnify losses as quickly as gains.
OneAdvanced launches AI risk platform in Australia
2026-09-01 22:51 UTC
Organisations facing tougher compliance checks in Australia and New Zealand can now swap spreadsheet risk logs for AI-guided assessments and reports.
Collective cyber defence will be won or lost in how we act together
2026-09-01 22:05 UTC
Boards and regulators are being urged to prove critical services can hold up as frontier AI speeds attacks and shortens response times.
Thread launches AI marketing record for enterprises
2026-09-01 21:30 UTC
Enterprise marketers could soon stop losing campaign know-how as Thread's AI system records briefs, plans and results in one place.
New Zealand firms struggle to scale AI across business
2026-09-01 20:45 UTC
Despite near-universal uptake, just 4% of New Zealand organisations say AI has transformed core operations, Datacom's survey shows.
ACT promises tax-free crypto gains after a year
2026-08-27 20:35 UTC
Everyday crypto investors could escape tax on longer-term gains, as ACT targets simpler rules for small purchases and start-ups.
Liner raises USD $36.1 million to expand enterprise AI
2026-08-27 19:02 UTC
The fresh capital will help Liner turn its 14 million-user consumer search base into enterprise AI revenue as funding tightens for smaller rivals.
Google Cloud urges fallback planning for AI workloads
2026-08-27 16:00 UTC
Enterprises facing AI demand spikes are being told to secure spare capacity and automate backups to avoid outages and overspending.
Google adds pay-as-you-go billing for Gemini Enterprise
2026-08-27 15:30 UTC
Companies can now cap AI spend in Gemini Enterprise as Google adds usage-based billing to curb waste and keep agent projects on budget.
FV Bank launches global managed accounts for fintechs
2026-08-27 13:30 UTC
Fintechs and payment platforms can now offer branded accounts and cross-border transfers without juggling multiple banking and compliance providers.
Appcharge study finds local acquiring lifts gaming payments
2026-08-27 08:30 UTC
Local banks approved in-country gaming payments 8.4 percentage points more often than cross-border routes, Appcharge said.

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=cfotech.co.nz&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=cfotech.co.nz&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 CFOtech New Zealand 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
56%
articles with sections
average page weight

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

FAQ

Does CFOtech New Zealand 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 45 of their articles and lets you filter by date, language and section.

How many articles does CFOtech New Zealand publish per day?

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