no key · no human

AGF API, RSS and sitemap

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

United KingdomEnglish#15,964 by volume

Four ways to pull agf.org.uk

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

JSON Search this publisher

Every article we hold from agf.org.uk, newest first. Add q= to search inside.

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

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

business 90%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=agf.org.uk&size=5"
43
articles indexed
32
in the last 30 days
3
median per day
1
languages
1268 min
median crawl lag
24.08 → 02.09
archive depth

Publishing volume

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

2026-08-24: 1 articles2026-08-25: 3 articles2026-08-26: 6 articles2026-08-27: 6 articles2026-08-28: 6 articles2026-08-30: 2 articles2026-08-31: 2 articles2026-09-01: 3 articles2026-09-02: 3 articles08-2408-2508-2608-2708-2808-3008-3109-0109-02
bash
curl "https://freenewsapi.ai/v1/stats?host=agf.org.uk&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 50809: 30910: 01011: 71112: 51213: 11314: 01415: 81516: 31617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 3MonTue: 6TueWed: 9WedThu: 6ThuFri: 6FriSat: 0SatSun: 2Sun

Sections

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

SectionArticles
business11

Languages

CodeLanguageArticlesShare
enEnglish3274.4%

Latest articles

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

Burnham triple helix growth plan puts Whitehall at its core
2026-09-02 15:14 UTC
Andy Burnham set out his Burnham triple helix growth plan in his first address to the House of Commons as Prime Minister, placing the government at the centre of a framew
SLB Kelvion acquisition deal valued at $3.4bn to build data centre cooling arm
2026-09-02 11:19 UTC
The SLB Kelvion acquisition deal, announced on 31 August 2026, will see the US oilfield services group pay $3.4bn in cash for the German heat-exchange specialist, while a
UK gilt yields financial crisis peak puts £6bn hole in Healey’s budget headroom
2026-09-02 08:20 UTC
UK gilt yields have hit their highest level since the financial crisis, dragged up by a worldwide bond sell-off sparked by rising oil prices and renewed conflict between
US Iran strikes oil price above $91 as London stocks return to a fall
2026-09-01 15:11 UTC
The US Iran strikes oil price above $91 a barrel on Tuesday as London’s stock market returned from the Bank Holiday break to find the Middle East conflict escalating shar
Andy Burnham parliamentary return ends a summer free from scrutiny
2026-09-01 11:20 UTC
Andy Burnham’s parliamentary return brings to a close a summer in which the new Prime Minister communicated largely on his own terms, through podcasts, social media and c
UK investors lead German FDI rebound 2025 with €26bn surge
2026-09-01 08:11 UTC
Foreign direct investment into Germany staged a 50% recovery in 2025, reaching approximately €86bn, reversing a sharp 32% contraction the previous year, according to an a
Entain FTSE 100 relegation looms as tax hits bite and Aston Martin faces 250 exit
2026-08-31 15:14 UTC
Entain FTSE 100 relegation looks increasingly likely as the London market’s quarterly index reshuffle approaches, with Entain, Persimmon, and Aston Martin all tipped to l
Hormuz oil flows conflict pushes Brent crude towards $91 as Iran rules out diplomacy
2026-08-31 11:13 UTC
Brent crude climbed towards $91 per barrel this week as Hormuz oil flows conflict escalated following US strikes on Iranian rocket launchers reportedly preparing to lay m
Windfall tax banks Budget: Treasury eyes oil and bank profits to plug fiscal gap
2026-08-30 11:13 UTC
Chancellor John Healey is being urged by Treasury officials to consider a windfall tax on banks and the Budget as a route to repairing public finances, with oil companies
SK Horizon AI data centre spin-off secures Won3.08tn from KKR and IMM
2026-08-28 15:18 UTC
SK Telecom is establishing a standalone AI infrastructure business, SK Horizon, and has secured a Won3.08 trillion ($2.23 billion) equity commitment from KKR and the IMM

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=agf.org.uk&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=agf.org.uk&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 AGF 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
34%
articles with sections
average page weight

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

FAQ

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

How many articles does AGF publish per day?

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