no key · no human

Raw Story API, RSS and sitemap

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

United StatesEnglish#3,396 by volume

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

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

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

entertainment 23%society 23%

Call the API

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

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

Publishing volume

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

2026-08-25: 47 articles2026-08-26: 69 articles2026-08-27: 65 articles2026-08-28: 72 articles2026-08-29: 49 articles2026-08-30: 54 articles2026-08-31: 67 articles2026-09-01: 76 articles2026-09-02: 77 articles2026-09-03: 67 articles2026-09-04: 75 articles2026-09-05: 50 articles2026-09-06: 37 articles2026-09-07: 17 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.rawstory.com&top=10"

Publishing rhythm

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

00: 350001: 370102: 170203: 130304: 30405: 30506: 150607: 150708: 140809: 140910: 281011: 441112: 551213: 471314: 581415: 511516: 401617: 471718: 471819: 461920: 512021: 522122: 452223: 4523
Mon: 84MonTue: 123TueWed: 146WedThu: 132ThuFri: 147FriSat: 99SatSun: 91Sun

Sections

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

SectionArticles
entertainment172
society172
politics3

Languages

The site identifies itself under Raw Story, WNYmedia Network - Buffalo, NY — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish822100.0%

Latest articles

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

‘Vindictive’ Comey prosecution ‘could get interesting fast’ as new threat emerges: expert
2026-09-07 02:59 UTC
The Trump administration’s prosecution of former FBI Director James Comey “could get interesting fast” as Comey’s legal team presented the presiding judge with a new requ
Trump humiliated after Strait of Hormuz traffic hits ‘lowest’ levels since May: report
2026-09-07 01:56 UTC
Traffic through the Strait of Hormuz reached its “lowest” level since May, Reuters reported on Sunday, just days after President Donald Trump insisted that the critical s
‘All signs’ pointing to ‘major escalation’ on world stage just ahead of midterms: expert
2026-09-07 01:18 UTC
Foreign policy expert Trita Parsi issued a dire warning Sunday that “all signs” were pointing to a “major escalation” in the U.S. war against Iran, one that “may very wel
‘Oh hell no!’ Trump sparks fury as he doubles down on latest name-change obsession
2026-09-07 00:00 UTC
President Donald Trump sparked outrage Sunday as he doubled down on his latest name-change fixation, this time with his eyes set on the state of New Mexico. “Many people
Trump ally’s conspiracy crumbles in real time after Dem hopeful’s attacker identified
2026-09-06 23:35 UTC
Right-wing influencer Laura Loomer promoted baseless theories Sunday about the apparent attack on Ohio Democratic gubernatorial nominee Amy Acton — claims that collapsed

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.rawstory.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.rawstory.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 Raw Story 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
21%
articles with sections
381 KB
average page weight

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

How many articles does Raw Story publish per day?

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