Japan Press Releases Scraper (PR TIMES)
Pricing
from $2.00 / 1,000 records
Japan Press Releases Scraper (PR TIMES)
Recent Japanese company press releases from prtimes.jp as English-schema bibliographic records — title, company, publish datetime, category, lead, keywords, thumbnail, URL. For PR monitoring & lead-gen. Unofficial; not affiliated with PR TIMES, Inc. Body full text is never collected.
Pricing
from $2.00 / 1,000 records
Rating
0.0
(0)
Developer
JP Open Data
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 hours ago
Last modified
Categories
Share
Japan Press Releases (PR TIMES)
Recent Japanese company press releases from PR TIMES (prtimes.jp) as clean English-schema bibliographic records — title, issuing company, publish datetime, category, one/two-sentence lead, keyword tags, thumbnail and URL — for PR monitoring, competitive tracking and lead generation.
This Actor reads PR TIMES' own published news sitemap (the recent-release feed) and, for each matched release, its public detail page, and returns each release as English-schema JSON: title, issuing company (legal entity) name, publish datetime (ISO 8601 +09:00), release category (release type) and business subcategory, the release's own lead (its subtitle — one or two sentences), the keyword tags, the main thumbnail image URL, the company's own reference URL, and the release URL. Filter by keyword, company name, category and publish-date window.
Bibliographic data only — the press-release body is never collected. A press release's body text is a copyrighted work. This Actor deliberately extracts only the bibliographic record (title, company, datetime, category, keywords, URL) plus the release's own short lead. It never reproduces the release body, and it never collects any personal data (author, PR contact, or company-president names are excluded by design).
Unofficial tool. Not affiliated with or endorsed by PR TIMES, Inc. (株式会社PR TIMES). It collects publicly available data only (no login, no paywall), politely (strictly serial requests spaced ≥ 1.2 seconds apart, a hard per-run request budget, no block evasion), fetches only URLs the site's robots.txt leaves open to general bots (the news sitemap and public release pages), and — relevant e.g. under GDPR — collects no personal data. Users are responsible for ensuring their own use of the data complies with the source site's terms and applicable law.
Quick start — verified input
Copy, paste, run. This exact input is verified on the platform (SUCCEEDED, items > 0):
{"keyword": "AI","detailFetch": true,"maxItems": 5}
Running with no input at all also works (same defaults). All fields are optional — leave keyword empty to take every recent release, or set "detailFetch": false for a cheap title-only feed.
Who is this for?
- PR & communications teams — monitor competitors, partners and your own coverage; get a structured daily feed of new releases matching your keywords, in a schema you can pipe into a dashboard or alert.
- Sales & lead generation — companies announce funding, product launches, hiring and expansion in press releases; a keyword/category feed of "who just announced what" is a first-party signal for outbound.
- Market & trend research — category and keyword trends across the whole recent-release stream, with publish timestamps for time series.
- Media & data teams — an English-schema, deduplicated index of Japanese press releases (title, company, date, link) to join against other datasets.
Sample output (dataset item)
{"title": "BtoB営業でAIをどう使う?商談準備・会議記録・案件レビューを判断と学習につなぐ完全ガイドを無料公開","companyName": "株式会社くるみバディ","companyNameKana": null,"publishedAt": "2026-08-25T20:29:37+09:00","category": "調査レポート","subcategory": "広告・マーケティング","leadText": "商談準備・会議記録・案件レビューを判断と学習につなぐ方法","keywords": ["セールス・営業", "生成AI", "商談準備", "会議記録", "案件レビュー", "CRM"],"thumbnailUrl": "https://prcdn.freetls.fastly.net/release_image/186443/23/186443-23-1e166dcf....jpg","releaseUrl": "https://prtimes.jp/main/html/rd/p/000000023.000186443.html","companyUrl": "https://curumi.co.jp/resources/btob-sales-ai-guide-2026","prtimesId": "000000023.000186443","detailFetched": true,"source": "PR TIMES (prtimes.jp press releases)","sourceUrl": "https://prtimes.jp/","license": "Publicly available data — unofficial tool; users are responsible for compliance with the source site's terms","retrievedAt": "2026-08-25T16:10:41.158Z"}
title, companyName, publishedAt, category/subcategory, keywords, leadText, thumbnailUrl, companyUrl and releaseUrl are the bibliographic fields. There is no body-text field — the release body is never collected. leadText is the release's own subtitle (a one/two-sentence lead the company wrote), never the article body. companyNameKana is reserved (the source does not expose a kana reading).
Input example
{"keyword": "AI 資金調達","category": "調査レポート","dateFrom": "2026-08-25","dateTo": "2026-08-26","detailFetch": true,"maxItems": 100}
All filters are optional. keyword keeps releases whose title or keyword tags contain all space-separated terms (case-insensitive; matched cheaply on the sitemap feed). dateFrom/dateTo bound the JST publish date. companyName and category are matched on the detail page, so they require detailFetch: true (the default). With detailFetch: false, the Actor emits sitemap-only lite records (title, publish datetime, keyword tags, URL) with the detail fields null — many records from a single request.
Coverage note: the source news sitemap covers only the most recent releases (roughly the last day, ~2,000 items). This Actor is built for monitoring — run it on a schedule (e.g. hourly/daily) to capture new releases as they publish. It is not a historical archive of the whole PR TIMES back-catalogue.
Common input mistakes
| Mistake | Correct |
|---|---|
"dateFrom": "2026-01-01" (weeks ago) | the feed only covers roughly the last day — use today/yesterday, or leave the dates empty |
"dateFrom": "26-08-2026" / "Aug 25" | "2026-08-25" (2026/08/25, 20260825 are tolerated) |
"companyName": "Sony" with "detailFetch": false | set "detailFetch": true — company and category live on the detail page |
"keyword": "AI, 資金調達" (comma) | space-separated terms: "AI 資金調達" (ALL terms must match) |
"maxItems": 500 with the default maxApiRequests | raise maxApiRequests too (one request per record when detailFetch is on) |
"detailFetch": "yes" | true / false ("yes"/"no" strings are tolerated) |
Empty results?
A run that finds nothing completes with 0 items and a warning in the log (not a failure). Typical causes: a dateFrom/dateTo window outside the ~1-day sitemap coverage, a keyword with several terms that never co-occur in one title (each term must match), or a category/companyName substring that does not appear as PR TIMES spells it (try a shorter Japanese substring such as 調査 instead of 調査レポート・アンケート). Drop a filter and retry.
Pricing
Pay per result — see the pricing tab. One run fetches the news sitemap once (one request) plus one request per detail-enriched record.
FAQ
Where does the data come from?
Live from PR TIMES' own published news sitemap (sitemap-news.xml, advertised in the site's robots.txt) and the public, login-free release pages on prtimes.jp at run time. Every record embeds the source, source URL, a license note, and the retrieval timestamp.
Is this an official PR TIMES service? No. Unofficial, independently built and maintained, and not affiliated with or endorsed by PR TIMES, Inc. It reads only publicly available pages.
Does it copy the press-release text? No — deliberately. A press-release body is a copyrighted work. This Actor collects only the bibliographic record (title, company, publish datetime, category, keyword tags, thumbnail, URLs) plus the release's own short lead (subtitle). The full body is never read into any field. The test suite asserts that no fragment of the body — and no person name — can appear in the output.
Is any personal data included? No. Author names, PR-contact names and the issuing company's president name (all present on the source page) are excluded by design; only the company (legal entity) name is kept. Relevant e.g. under GDPR: no personal data is collected or processed.
Does it respect robots.txt?
Yes. prtimes.jp/robots.txt is Allow: / with only three narrow disallowed paths (a like-count API, a release-image action, an .m3u8 upload path) — none of which this Actor requests. It fetches only the news sitemap and public release pages, strictly serially and ≥ 1.2 s apart, with a hard per-run budget and exponential backoff, and never evades blocks.
Do I need a proxy?
Usually not — the Actor reaches prtimes.jp directly from Apify's datacenter. If a run ever fails with HTTP 403/429, set proxyConfiguration (Apify proxy, JP if needed). The Actor never rotates identities or evades blocks — it makes the same polite, serial requests through whichever single egress you give it, and fails visibly when blocked.
Who is responsible for how the data is used? You are. The Actor collects publicly available factual/bibliographic data politely, but the legality of your specific use (redistribution, database rights, the source site's terms) is your responsibility as the user.
How fresh are the results? The news sitemap holds the latest releases at retrieval time. Treat each run as a snapshot of the recent feed and re-run on a schedule for continuous monitoring.
What about server load? Strictly serial requests ≥ 1.2 s apart, one sitemap request plus one per enriched record, a hard per-run request budget (max 60), exponential backoff, no CAPTCHA/login/block evasion. If the site changes its page format, the Actor stops with a clear error instead of silently mis-parsing; if it blocks persistently, the run fails visibly.
Search terms this Actor answers
prtimes scraper · japan press releases data · japan company news monitoring · japan pr feed · prtimes api · japanese press release scraper · pr times monitoring · japan company announcements data · press release tracking japan · japan pr newswire alternative · プレスリリース 取得 · 企業ニュース モニタリング
More Japan data Actors by the same developer
- Japan Hobby & Collectibles Prices (駿河屋 Suruga-ya) — new/used prices, stock and marketplace lows for figures, games and trading cards.
- Yahoo Auctions Japan Sold Prices (ヤフオク落札相場) — actual sold-item comps from auctions.yahoo.co.jp.
- Japan Hotels & Ryokan Prices (jalan.net) — hotel/ryokan prices, plans and ratings by prefecture and area.
- Japan Government Tenders & Awards — tender notices and award results from the kkj.go.jp portal.
- Japan Medical Facilities — every registered hospital, clinic, dental clinic and pharmacy (MHLW open data).
- Japan Government Subsidies & Grants — open subsidy calls from the official jGrants API.
- Japan Financial Licenses & Registrations — FSA-licensed banks, securities firms, crypto exchanges and more.
- Japan Construction & Real-Estate Licenses — licensed contractors and brokers from MLIT's official register.
- Japan Trade Statistics — monthly import/export flows by HS code and partner country, from Japan Customs.
Unofficial tool; not affiliated with PR TIMES, Inc. (株式会社PR TIMES). Publicly available data only; users are responsible for compliance with the source site's terms and applicable law. Bibliographic data only — the press-release body full text is never collected, and no personal data is collected.