no key · no human

PR TIMES API, RSS and sitemap

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

JapanJapanese#316 by volume

Four ways to pull prtimes.jp

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

JSON Search this publisher

Every article we hold from prtimes.jp, newest first. Add q= to search inside.

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

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

entertainment 40%business 20%technology 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=prtimes.jp&size=5"
13,628
articles indexed
13,611
in the last 30 days
2
median per day
1
languages
2 min
median crawl lag
10.06 → 07.09
archive depth

Publishing volume

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

2026-06-10: 1 articles2026-06-11: 1 articles2026-06-26: 1 articles2026-07-02: 1 articles2026-07-10: 1 articles2026-07-19: 1 articles2026-07-25: 1 articles2026-07-28: 1 articles2026-07-29: 1 articles2026-07-30: 2 articles2026-08-03: 1 articles2026-08-04: 3 articles2026-08-05: 1 articles2026-08-06: 1 articles2026-08-08: 1 articles2026-08-18: 1 articles2026-08-19: 2 articles2026-08-21: 1 articles2026-08-22: 1 articles2026-08-24: 10 articles2026-08-25: 15 articles2026-08-26: 33 articles2026-08-27: 1,148 articles2026-08-28: 2,121 articles2026-08-29: 195 articles2026-08-30: 305 articles2026-08-31: 1,584 articles2026-09-01: 2,217 articles2026-09-02: 1,548 articles2026-09-03: 1,057 articles2026-09-04: 1,221 articles2026-09-05: 204 articles2026-09-06: 292 articles2026-09-07: 1,655 articles06-1007-1908-0308-1808-2508-3009-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=prtimes.jp&top=10"

Publishing rhythm

When PR TIMES actually publishes, by hour of day (UTC) and by day of week — measured from 13,628 timestamps, not from a schedule they advertise.

00: 5640001: 8380102: 8040203: 6830304: 5650405: 5360506: 5100607: 5260708: 4640809: 6380910: 9821011: 7091112: 6031213: 6931314: 9761415: 9531516: 5791617: 5331718: 4581819: 3821920: 2662021: 2162122: 702223: 8023
Mon: 3,250MonTue: 2,237TueWed: 1,586WedThu: 2,210ThuFri: 3,345FriSat: 402SatSun: 598Sun

Sections

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

SectionArticles
business5,121
entertainment5,121
technology5,121

Languages

The site identifies itself under PR TIMES, PR Malaysia — separate editions publishing under one domain.

CodeLanguageArticlesShare
jaJapanese13,628100.0%

Latest articles

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

鹿屋開催 メインビジュアルを発表
2026-09-07 22:00 UTC · entertainment

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=prtimes.jp&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=prtimes.jp&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 PR TIMES 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
38%
articles with sections
average page weight

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

How many articles does PR TIMES publish per day?

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