5ch Thread Tracker — 5ちゃんねる API
Pricing
from $100.00 / 1,000 thread posts
5ch Thread Tracker — 5ちゃんねる API
Track Japan 5ch (5channel) threads and posts. Clean JSON for analysts, quants and AI agents.
Pricing
from $100.00 / 1,000 thread posts
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
5ch Thread Tracker
Track Japan 5ch (5channel) threads and posts. Built for analysts, quants, fintech builders and AI agents.
📊 Sample Output

board | thread_id | title | thread_url | last_active | data_source |
|---|---|---|---|---|---|
| newsplus | 9240230830 | ★ UPLIFT プレミアム・サービスのお知らせ | https://asahi.5ch.io/test/read.cgi/newsplus/9240230830/ | 2262-10-24T02:47:10Z | asahi.5ch.io/newsplus/subject.txt |
| newsplus | 9240230711 | ★ 5ちゃんねるから新しいお知らせです | https://asahi.5ch.io/test/read.cgi/newsplus/9240230711/ | 2262-10-24T02:45:11Z | asahi.5ch.io/newsplus/subject.txt |
| newsplus | 1790294131 | 警察の「スマホ遠隔解析」に漂う危うさ 「戦前の治安維持法下になりかねない」権利侵害の懸念 (東京新聞) [少考さん★] | https://asahi.5ch.io/test/read.cgi/newsplus/1790294131/ | 2026-09-24T23:55:31Z | asahi.5ch.io/newsplus/subject.txt |
| newsplus | 1790304937 | 【速報】 トランプ米大統領、日米首脳会談で高市首相に円安の懸念を伝える [お断り★] | https://asahi.5ch.io/test/read.cgi/newsplus/1790304937/ | 2026-09-25T02:55:37Z | asahi.5ch.io/newsplus/subject.txt |
| newsplus | 1790306052 | 第2次大戦に触れトランプ氏「米中は同盟国」、当時は中華民国…「抗日」巡る中国の言説補強する恐れ ★3ーう0 [蚤の市★] | https://asahi.5ch.io/test/read.cgi/newsplus/1790306052/ | 2026-09-25T03:14:12Z | asahi.5ch.io/newsplus/subject.txt |
| newsplus | 1790252374 | ナオエロ大統領、ICC脱退方針を表明 国連総会演説で「意義薄れつつある」 [少考さん★] | https://asahi.5ch.io/test/read.cgi/newsplus/1790252374/ | 2026-09-24T12:19:34Z | asahi.5ch.io/newsplus/subject.txt |
Real rows from run mAbfk0PbjmXN2ZGdn on build 0.0.15 (2026-09-25), unedited apart from masked emails/phones and shortened long text; fields the source does not publish are empty.
🔧 Input reference
| Field | Type | Default | What it does |
|---|---|---|---|
mode | string (board-threads, thread-posts, search) | "board-threads" | What to collect. 'board-threads' = list the active thread list for a board (titles + post counts + URLs) from subject.txt — best for trend / buzz monitoring. 'thread-posts' = read… |
board | string | "newsplus" | 5ch board slug to read (used by board-threads and search). Examples: 'newsplus' (ニュース速報+, the main news board), 'news4vip' (ニュー速VIP), 'mnewsplus' (芸スポ速報+ / entertainment & sports)… |
threadUrl | string | Full 5ch thread URL to read posts from, e.g. https://asahi.5ch.net/test/read.cgi/newsplus/1781497598/ . Required when mode='thread-posts'. You can get these URLs from a board-thre… | |
keyword | string | When mode='search', keep only threads whose title contains this string (case-insensitive substring match). Japanese or English. Ignored in other modes. | |
maxItems | integer | 50 | Hard cap on records returned per run. In board-threads/search mode each record is a thread; in thread-posts mode each record is a single post. 15-50 is typical for monitoring; a b… |
proxyConfiguration | object | {"useApifyProxy": true} | Apify proxy. 5ch is open over plain HTTP, so the default datacenter Apify Proxy is fine. Add a Japan-egress / residential group if you hit occasional rate-limiting on heavy runs. |
notionConnector | string | Optional. Connect your Notion workspace and the results are also written as a Notion page in the same run — the Actor never sees your Notion credentials. Authorize a Notion MCP co… | |
notionParentId | string | Optional. The Notion page ID to create the page under. If blank, Notion creates a private page in your workspace. | |
supabaseConnector | string | Optional. Connect your own Supabase project and the results are also inserted into a table in the same run — the Actor never sees your Supabase credentials. Authorize a write-scop… | |
supabaseTable | string | "nexgendata_leads" | Target table in the public schema (created if missing, with id, a jsonb data column, and a scraped_at timestamp). Default: nexgendata_leads. |
supabaseProjectId | string | Your Supabase project reference (e.g. abcdefghijklmnop). Required unless your connector URL is already project-scoped. Find it in your project URL: supabase.com/dashboard/project/… | |
deliveryDedup | boolean | true | When on (default), records already delivered in a previous run are not delivered again to the same destination — so scheduled runs only push new items. Turn off to deliver every r… |
🧾 JSON sample record
One real record from run mAbfk0PbjmXN2ZGdn (emails/phones masked, long text shortened):
{"board": "newsplus","thread_id": "9240230830","title": "★ UPLIFT プレミアム・サービスのお知らせ","post_count": 2,"thread_url": "https://asahi.5ch.io/test/read.cgi/newsplus/9240230830/","last_active": "2262-10-24T02:47:10Z","data_source": "asahi.5ch.io/newsplus/subject.txt","as_of_timestamp": "2026-09-25T03:20:48Z"}
💰 Pricing
| Event | Price (USD) | When it is charged |
|---|---|---|
Actor Start (apify-actor-start) | $0.005 | Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). |
Thread post (apify-default-dataset-item) | $0.1 | Charged per record extracted into your dataset. |
Pay-per-event: you pay only for what the run delivers. A run that delivers nothing bills no result events (only the actor-start event, when the actor defines one). Example: a run that delivers 100 results costs 100 × $0.1 = $10.00 plus the start fee.
🔗 Related Actors
More from the NexGenData Korea & Japan family:
- Japan bitFlyer & Coincheck Crypto — 暗号資産 API
- Japan BOJ Macro & JGB Auctions — 日銀 金融政策 API
- Japan FSA/SESC Enforcement — 証券監視委 API
20 more in this family on the NexGenData Store page.
📊 What you get
Clean JSON, one record per item (full output has 8 fields):
as_of_timestamp— As of timestampboard— Boardlast_active— Last activepost_count— Post countthread_id— Thread idthread_url— Thread urltitle— Title
Pricing: $0.10 per item (Pay-Per-Event) — about 10 items per $1.
🤖 Use with AI agents
Structured JSON built for LLM and agent pipelines — point Claude, the OpenAI Agents SDK, an n8n flow or any MCP-aware client at it and pull Japan 5ch (5channel) thread and post tracking on demand.
Sample agent prompt:
Track 5ch threads on a topic and return the latest posts.
Agentic payments (x402): Supports agentic payment via x402 — agents can call this actor with USDC, no API key required.
⏰ Run on a schedule
This is a monitoring play — schedule a recurring pull:
{"limit": 50}
日本語について
この Actor は日本の 5ちゃんねる(5ch)のスレッド・投稿データをクリーンな JSON で提供します。アナリスト、クオンツ、フィンテック開発者、AI エージェント向けに設計されています。「アイテム」ごとに課金され(1ドルあたり約 10 件)、定期実行に対応しているため、5ch スレッドの追跡を毎日・毎週自動で取得できます。
🔗 Related Japan actors
China data suite: EDINET Filings, TDnet Disclosures, JPX Short Selling, Houjin Registry
Cross-market hubs: APAC Disclosure Monitor, APAC IPO Calendar Sweep
Data from public Japanese market and government sources.