no key · no human

Netmums API, RSS and sitemap

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

United KingdomEnglish#4,809 by volume

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

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

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

society 60%economy 20%property 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.netmums.com&size=5"
496
articles indexed
496
in the last 30 days
40
median per day
1
languages
2 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 15 articles2026-08-26: 22 articles2026-08-27: 41 articles2026-08-28: 46 articles2026-08-29: 48 articles2026-08-30: 32 articles2026-08-31: 22 articles2026-09-01: 22 articles2026-09-02: 38 articles2026-09-03: 40 articles2026-09-04: 52 articles2026-09-05: 50 articles2026-09-06: 58 articles2026-09-07: 10 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.netmums.com&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 410405: 630506: 70607: 190708: 420809: 120910: 261011: 331112: 301213: 151314: 91415: 321516: 521617: 461718: 141819: 551920: 02021: 02122: 02223: 023
Mon: 32MonTue: 37TueWed: 60WedThu: 81ThuFri: 98FriSat: 98SatSun: 90Sun

Sections

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

SectionArticles
economy226
property226
society226

Languages

CodeLanguageArticlesShare
enEnglish496100.0%

Latest articles

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

This £2 natural laundry staple stops that musty washing machine smell – and it's not bicarbonate of soda
2026-09-07 05:33 UTC
Across the UK, washing machines are left smelling like damp towels despite endless fragrant detergents. I switched to one cheap natural ingredient – not bicarbonate of so
Planting a dwarf lemon tree in a pot: why this hack is recommended and what it really does
2026-09-07 05:29 UTC
UK gardeners with postage-stamp patios want fruit, not upheaved paving or complex pruning. This guide spotlights one dwarf lemon tree that quietly answers all three.
This September hedge job could land UK gardeners unlimited fines and jail time if they miss one vital check
2026-09-07 04:09 UTC
From 1 March to 31 August, strict hedge cutting rules and bird laws tie gardeners’ hands across the UK. As September opens a legal window, how far can you safely go?
Gardeners urged to stop using vinegar and salt on patio weeds – this 30-second kettle trick works far better
2026-09-06 19:13 UTC
Brits battling weeds in gravel driveways are being told to put down the vinegar-and-salt spray. A viral kettle trick promises scorchingly fast results without poisoning t
Parents are losing 15 working days a year to this everyday school-week task – and it’s not the school run
2026-09-06 17:54 UTC
New research reveals that the most time-consuming back-to-school task for parents isn't the school run, but planning family meals. According to a survey by Mindful Chef,
Stop leaving bananas in the fruit bowl – this quiet fridge spot keeps them fresh and firm for up to 14 days
2026-09-06 15:33 UTC
In British kitchens, bananas often blacken in the fruit bowl long before anyone eats them. Food experts reveal how a small switch in storage can keep them fresh for up to
Primark's £28 raincoat could be the perfect autumn layer – and its clever waist detail makes it surprisingly flattering
2026-09-06 13:00 UTC
With wetter autumn days approaching, Primark has launched a lightweight £28 raincoat that combines practical details with a surprisingly stylish silhouette in two versati
Painting your walls beige instead of white: what does it do and why is everyone recommending it?
2026-09-06 12:27 UTC
After a decade of stark white walls, spring 2026 pushes UK homes towards warmer, more tactile rooms. Colour, pattern and texture converge in five new wall trends that cou

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.netmums.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.netmums.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 Netmums 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
46%
articles with sections
average page weight

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

How many articles does Netmums publish per day?

40 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.