CS.RIN.RU Forum Scraper
Pricing
from $1.20 / 1,000 forum item scrapeds
CS.RIN.RU Forum Scraper
Scrape the cs.rin.ru (Steam Underground) forum — topics, full post threads (author, date, text), member profiles and a member's posts. Returns clean structured JSON.
Pricing
from $1.20 / 1,000 forum item scrapeds
Rating
0.0
(0)
Developer
MYM
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 hours ago
Last modified
Categories
Share
CS.RIN.RU Forum Scraper — search game forum topics & posts (No API Key, No Login)
Search and scrape CS.RIN.RU forum topics and posts by keyword — no forum account, no login, no cookies, no API key. The scraper walks the public search results and topic pages and returns each post with its text, author handle and ID, topic title and ID, post ID, any download links found in the body, the source URL, and the keyword that matched. Ideal for tracking game releases, patch discussions, and community sentiment on a schedule. Export to JSON, CSV, Excel, or XML.
Get your first forum posts free in under 2 minutes — type a keyword, click Start. No configuration, no credit card to try.
Table of contents
- What can it do?
- Who uses it?
- What data can I scrape?
- How to use it
- Input example
- Output example
- Pricing
- Tips
- Want other data?
- AI agents (MCP)
- Integrations & API
- Support
- FAQ
- Related searches
- Disclaimer
- Resources
What can the CS.RIN.RU Forum Scraper do? {#what-can-it-do}
- 🔎 Search the forum by keyword — one or many terms in the same run.
- 🧵 Get topic titles and IDs so you can group posts by thread.
- 💬 Get full post text with the author handle and numeric author ID.
- 🔗 Extract download and external links found in post bodies.
- 📄 Control how many search pages to walk so cost stays predictable.
- 🎯 Target specific topics or forum sections with direct URLs instead of a keyword search.
- 🏷️ Every row carries the
keywordthat matched, so multi-term runs stay separable. - ⏰ Schedule runs to catch new posts on a game or topic as they appear.
- 📤 Export to JSON, CSV, Excel, or XML, or pull live via API.
Go beyond the limits of the official CS.RIN.RU API: no OAuth app, no app review, no quota juggling — paste your input and collect publicly available data.
Who uses the CS.RIN.RU Forum Scraper? {#who-uses-it}
- 🎮 Game researchers & journalists — follow release and patch discussions across many titles.
- 📊 Market analysts — measure community attention for a game over time.
- 🛡️ Anti-piracy & brand-protection teams — monitor where and how titles are discussed.
- 🧑💻 Data teams — build forum corpora for NLP, topic modelling, or sentiment work.
- 🕵️ OSINT researchers — track threads, authors, and link patterns.
What data can I scrape? {#what-data}
| Field | Type | Description |
|---|---|---|
type | string | Record type marker. |
topicTitle | string | Thread title. |
topicId | string | Numeric thread ID. |
postId | string | Numeric post ID. |
text | string | Post body text. |
author | string | Author handle. |
authorId | string | Author numeric ID. |
downloadLinks | array | Links found in the post body. |
url | string | Direct link to the post. |
keyword | string | The search keyword that matched this row. |
Fields reflect what CS.RIN.RU exposes publicly for that item. Values that do not exist for a given item are returned as
nullrather than dropped, so your schema stays stable.
How to scrape forum topics and posts {#how-to}
- Open the CS.RIN.RU Forum Scraper on Apify.
- Add keywords to Search keywords, or paste topic / section URLs into Start URLs.
- (Optional) Set Max items and Max search pages.
- Click ▶ Start and export the dataset.
No login, no cookies, no proxy configuration. Start with one input to see the output shape, then scale the same run — the fields stay identical, so code written against a test run keeps working.
Input example {#input-example}
{"searchKeywords": ["Cyberpunk 2077","Elden Ring"],"maxItems": 300,"maxSearchPages": 3}
- searchKeywords — terms to search on the forum.
- startUrls — specific topic or section URLs, if you already know where to look.
- maxItems — hard cap on posts returned per run.
- maxSearchPages — how many pages of search results to walk per keyword.
Output example {#output-example}
{"url": "https://cs.rin.ru/forum/viewtopic.php?t=71329&p=3557595#p3557595","text": "steamdb can help you with folder structure, you also have to make sure you have tweakdb_ep1.bin and maybe a dlc unlocker (creamAPI etc)","type": "post","author": "SubSonix","postId": "3557595","keyword": "Cyberpunk 2077","topicId": "71329","authorId": "374230","sourceType": "csrin","topicTitle": "Cyberpunk 2077","downloadLinks": []}
Every run produces a clean dataset you can page through in the Apify Console or pull via API. Export to JSON, CSV, Excel, or XML in one click.
How much will it cost? {#pricing}
Simple, predictable pay-per-result pricing — you pay for the posts you actually receive, not for compute time.
- 💸 Pay per post — budget is just posts × rate, so you can estimate spend up front.
- 📉 Volume discounts — Bronze, Silver, Gold, Platinum, and Diamond Apify plans get progressively lower rates.
- 🆓 Free to try — new Apify accounts include monthly free usage, so your first run costs nothing.
- 🚫 No hidden fees — no proxy add-on, no per-request API charge, no minimum spend.
See the live rate on the Apify store page.
Tips {#tips}
- 🧵 Group rows by
topicIdto reconstruct a discussion in order. - 📄 Raise
maxSearchPagesslowly. Each extra page costs time; two or three usually cover recent activity. - 🔗
downloadLinksis where the signal is for release tracking — filter rows that contain any. - 🏷️ Run several game titles at once and split later on
keyword. - ⏰ Schedule daily for an active title; weekly is enough for older ones.
- 🤖 Feed
textinto an LLM to summarise long threads into a status update.
Want other CS.RIN.RU data? {#want-other-data}
- 🛡️ UnknownCheats Forum Scraper — reverse-engineering forum threads with replies and views.
Building a multi-platform dataset? The same no-login, pay-per-result approach covers the other networks:
- 🎵 TikTok Profile Scraper · TikTok Video Scraper · TikTok Hashtag Scraper · TikTok Comments Scraper
- 🐦 X (Twitter) Tweets Scraper · X Profile Scraper · X Trends Scraper
- 👔 LinkedIn Profile Scraper · LinkedIn Company Scraper · LinkedIn Jobs Scraper
- 🤖 Reddit Scraper · Reddit Search Scraper · Reddit Subreddit Scraper
- ▶️ YouTube Channel Scraper · YouTube Comment Scraper · YouTube Transcript Scraper
- 🗺️ Google Maps Scraper · Google News Scraper
Browse everything on the myagizm store profile.
Use the data with AI agents (MCP) {#mcp}
The CS.RIN.RU Forum Scraper is available through the Apify MCP server, so AI assistants can call it as a tool and pull forum topics and posts on demand.
- 🧩 Claude — add the Apify MCP server and let Claude fetch and analyse the data.
- 🤖 ChatGPT — use the actor as a tool inside research and reporting workflows.
- 🖊️ Cursor — pull structured results straight into your coding sessions.
Common AI-agent recipes:
- 🎮 Release watch — "what's the latest discussion about this game's update?"
- 🧵 Thread summary — "summarise this topic's posts into five bullets."
- 📊 Attention check — "how many posts mention these two titles this week?"
- 🕵️ Author tracking — "which authors post most in these threads?"
Integrations & API {#integrations}
Connect the actor to the tools you already use: Make, Zapier, n8n, Slack, Airbyte, Gumloop, CrewAI, IFTTT, Lindy, GitHub, Google Sheets, and Google Drive — plus webhooks, Apify Schedules, and the MCP server.
Run synchronously and get the dataset (Apify API)
curl -X POST "https://api.apify.com/v2/acts/myagizm~csrin-forum-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchKeywords": ["Cyberpunk 2077", "Elden Ring"], "maxItems": 300, "maxSearchPages": 3}'
Start a run asynchronously
curl -X POST "https://api.apify.com/v2/acts/myagizm~csrin-forum-scraper/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchKeywords": ["Cyberpunk 2077", "Elden Ring"], "maxItems": 300, "maxSearchPages": 3}'
Fetch dataset items later
$curl "https://api.apify.com/v2/acts/myagizm~csrin-forum-scraper/runs/last/dataset/items?token=YOUR_APIFY_TOKEN&format=csv"
Change format to json, csv, xlsx, or xml to export in your preferred format. The Apify Console also auto-generates ready-to-paste JavaScript, Python, and CLI snippets plus an OpenAPI spec for this actor.
Support {#support}
Questions, feature requests, or something not looking right? Open an issue on the actor's Issues tab. Please include the input you used so we can reproduce and fix it quickly.
FAQ {#faq}
Does it need a forum account?
No. Only publicly visible search results and topic pages are read; the actor never logs in.
Can I scrape a specific thread instead of searching?
Yes — paste the topic URL into Start URLs.
Why do some posts have empty downloadLinks?
Because that post contains no links. The field is an empty array rather than missing, so your schema stays stable.
Is the full post text returned?
Yes, the visible body text of each post.
Can I combine keywords and URLs in one run?
Yes; both inputs are processed and every row records where it came from.
Do I need a forum account, login, or API key?
No. There is no login, no cookies, and no API key. The actor reads only pages a logged-out visitor can see.
Do I need proxies?
No. Proxy handling is built in and managed.
Can I export to CSV, Excel, or JSON?
Yes — JSON, CSV, Excel, or XML from the Console, or the API format parameter.
Can I use it with the Apify API?
Yes, using the sync and async endpoints shown above.
Is there an MCP server for AI agents?
Yes. Claude, ChatGPT, and Cursor can call this actor as a tool.
Can I schedule runs?
Yes — Apify Schedules, API, or webhooks. Forums move fast, so scheduling is the normal way to use this.
How fresh is the data?
No caching: every run reads the current public page.
Related searches {#related-searches}
cs.rin.ru scraper · game forum scraper · phpbb forum scraper · forum post scraper · game release tracker · forum keyword search scraper · scrape forum without login · forum thread export csv · game community monitoring · forum osint tool · forum data mining · game patch discussion tracker
Disclaimer {#disclaimer}
This is an independent tool and is not affiliated with, endorsed by, or sponsored by CS.RIN.RU or its operators. All product names, logos, and brands are property of their respective owners.
The actor collects only publicly available data — the same content any visitor can see without logging in. It never logs in, never bypasses access controls, and never touches private or protected content. You are responsible for how you use the data: if it contains personal data, follow GDPR, CCPA, and other applicable regulations, and respect the platform's terms.
Resources {#resources}
- 📘 Apify API documentation — run actors and fetch datasets programmatically.
- 🤖 Apify MCP server — use this actor as a tool in Claude, ChatGPT, and Cursor.
- 📤 Dataset export docs — export to JSON, CSV, Excel, and XML.
- ⏰ Scheduling actor runs — keep your data fresh automatically.
- 🔌 Apify integrations — n8n, Zapier, Make, Slack, and more.
- 🏪 myagizm store profile — the full family of no-login scrapers.
中文说明 —— CS.RIN.RU 论坛抓取工具
按关键词搜索并抓取 CS.RIN.RU 论坛主题与帖子 —— 不需要论坛账号、登录、Cookie 或 API Key。工具会遍历公开的搜索结果与主题页,返回每条帖子的正文、作者用户名与 ID、主题标题与 ID、帖子 ID、正文中的下载链接、来源链接以及匹配到的关键词。适合跟踪游戏发布、补丁讨论与社区情绪。
两分钟内免费拿到第一批数据 —— 填入内容、点击 Start 即可。无需配置,试用不需要信用卡。
能做什么
- 🔎 按关键词搜索论坛,一次可多个词。
- 🧵 主题标题与 ID,便于按帖串分组。
- 💬 完整帖子正文,含作者用户名与数字 ID。
- 🔗 提取正文中的下载与外部链接。
- 📄 可控制搜索翻页数,成本可预期。
- 🎯 也可直接指定主题或版块 URL。
- 🏷️ 每行带匹配的
keyword。 - ⏰ 可定时运行,及时发现新帖。
- 📤 导出 JSON / CSV / Excel / XML。
无需 OAuth 应用、无需应用审核、无需配额管理 —— 填入内容即可采集公开数据。
谁在用
- 🎮 游戏研究者与记者 —— 跟踪多款游戏的发布与补丁讨论。
- 📊 市场分析 —— 衡量某款游戏的社区关注度变化。
- 🛡️ 版权与品牌保护 —— 监控作品被讨论的位置与方式。
- 🧑💻 数据团队 —— 构建论坛语料做 NLP 与话题建模。
- 🕵️ OSINT 研究 —— 跟踪帖串、作者与链接模式。
可以抓取哪些数据
| 字段 | 类型 | 说明 |
|---|---|---|
type | string | 记录类型 |
topicTitle | string | 主题标题 |
topicId | string | 主题 ID |
postId | string | 帖子 ID |
text | string | 帖子正文 |
author | string | 作者用户名 |
authorId | string | 作者数字 ID |
downloadLinks | array | 正文中的链接 |
url | string | 帖子直达链接 |
keyword | string | 匹配到该行的关键词 |
字段取决于平台对外公开了什么。某个条目没有的值会返回
null而不是直接省略,因此你的数据结构始终稳定。
使用步骤
- 打开 CS.RIN.RU 论坛抓取工具。
- 在 Search keywords 填入关键词,或在 Start URLs 粘贴主题 / 版块链接。
- (可选)设置 Max items 与 Max search pages。
- 点击 ▶ Start 并导出数据。
输入示例
{"searchKeywords": ["Cyberpunk 2077","Elden Ring"],"maxItems": 300,"maxSearchPages": 3}
输出示例
{"url": "https://cs.rin.ru/forum/viewtopic.php?t=71329&p=3557595#p3557595","text": "steamdb can help you with folder structure, you also have to make sure you have tweakdb_ep1.bin and maybe a dlc unlocker (creamAPI etc)","type": "post","author": "SubSonix","postId": "3557595","keyword": "Cyberpunk 2077","topicId": "71329","authorId": "374230","sourceType": "csrin","topicTitle": "Cyberpunk 2077","downloadLinks": []}
价格
采用按结果计费:只为真正拿到的数据付费,不按运行时间计费。
- 💸 成本 = 结果数量 × 单价,预算可提前算清。
- 📉 Apify 的 Bronze / Silver / Gold / Platinum / Diamond 套餐享阶梯折扣。
- 🆓 新账号自带每月免费额度,第一次运行不花钱。
- 🚫 无代理附加费、无单次请求费、无最低消费。
实时价格见 Apify 商店页面。
使用建议
- 🧵 按
topicId分组即可还原完整讨论。 - 📄
maxSearchPages建议逐步提高,2–3 页通常足以覆盖近期活动。 - 🔗 追踪发布时,重点看含
downloadLinks的行。 - 🏷️ 一次跑多个游戏名,之后按
keyword拆分。 - ⏰ 热门作品每天跑,老作品每周即可。
- 🤖 把
text送入大模型,把长帖串压缩成状态摘要。
其他 CS.RIN.RU 数据
- 🛡️ UnknownCheats 论坛抓取工具 —— 抓取逆向工程论坛的主题、回复数与浏览量。
需要多平台数据?以下工具采用同样的免登录、按结果计费方式:
- 🎵 TikTok 账号抓取 · TikTok 视频抓取 · TikTok 话题抓取 · TikTok 评论抓取
- 🐦 X(推特)推文抓取 · X 账号资料抓取 · X 热门趋势抓取
- 👔 LinkedIn 个人资料抓取 · LinkedIn 公司抓取 · LinkedIn 职位抓取
- 🤖 Reddit 抓取 · Reddit 搜索抓取 · 子版块抓取
- ▶️ YouTube 频道抓取 · YouTube 评论抓取 · YouTube 字幕抓取
- 🗺️ Google 地图抓取 · Google 新闻抓取
全部工具见 myagizm 商店主页。
配合 AI 智能体使用(MCP)
本 Actor 已接入 Apify MCP 服务器,Claude、ChatGPT、Cursor 等助手可以把它当作工具直接调用,用自然语言提问即可拿到结构化结果,无需写胶水代码。
集成与 API
支持 Make、Zapier、n8n、Slack、Airbyte、Gumloop、CrewAI、IFTTT、Lindy、GitHub、Google Sheets、Google Drive,以及 Webhook、定时任务与 MCP 服务器。
curl -X POST "https://api.apify.com/v2/acts/myagizm~csrin-forum-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchKeywords": ["Cyberpunk 2077", "Elden Ring"], "maxItems": 300, "maxSearchPages": 3}'
把 format 改成 json、csv、xlsx 或 xml 即可导出不同格式。
常见问题
需要论坛账号吗? 不需要,只读取公开可见的搜索结果与主题页。
能只抓某个特定帖串吗? 可以,把主题链接填进 Start URLs。
为什么有些帖子的 downloadLinks 是空的?
因为该帖没有链接。字段返回空数组而不是缺失,保证结构稳定。
返回完整正文吗? 返回每条帖子可见的正文文本。
关键词和 URL 能一起用吗? 可以,两种输入都会处理,每行都记录来源。
需要论坛账号、登录或 API Key 吗? 不需要。不登录、不用 Cookie、不需要 API Key,只读取未登录访客可见的页面。
需要代理吗? 不需要,已内置。
支持导出 CSV / Excel / JSON 吗? 支持四种格式。
可以通过 Apify API 调用吗? 可以。
支持 AI 智能体(MCP)吗? 支持。
可以定时运行吗? 可以,论坛更新很快,定时运行是常规用法。
数据有多新? 不缓存,每次运行都读取当前页面。
免责声明
本工具为独立第三方工具,与 CS.RIN.RU 及其运营方 无任何隶属、认可或赞助关系,所有商标归各自所有者。
本 Actor 只采集公开可见的数据 —— 即任何未登录访客都能看到的内容。它不登录、不绕过访问控制、不获取私密内容。数据使用的合规责任由使用者承担:如涉及个人数据,请遵守 GDPR、CCPA 等法规与平台条款。
相关搜索
cs.rin.ru 抓取 · 游戏论坛抓取 · phpbb 论坛抓取 · 论坛帖子抓取 · 游戏发布追踪 · 论坛关键词搜索抓取 · 免登录抓取论坛 · 论坛帖串导出 csv · 游戏社区监控 · 论坛 osint · 论坛数据挖掘