UnknownCheats Forum Scraper avatar

UnknownCheats Forum Scraper

Pricing

from $1.60 / 1,000 forum item scrapeds

Go to Apify Store
UnknownCheats Forum Scraper

UnknownCheats Forum Scraper

Scrape the unknowncheats.me forum — thread listings (title, author, replies, views, last poster), full thread posts (author, date, text) and member profiles. Clean structured JSON.

Pricing

from $1.60 / 1,000 forum item scrapeds

Rating

0.0

(0)

Developer

MYM

MYM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Categories

Share

UnknownCheats Forum Scraper — export reverse-engineering forum threads (No API Key, No Login)

Apify Actor No API Key required No Login needed No cookies needed Export formats MCP AI agents Pay per result

Scrape thread listings from public UnknownCheats forum sections — no forum account, no login, no cookies, no API key. Point the scraper at a section URL and it returns each thread with title, author handle and ID, reply count, view count, last-post timestamp and last poster, the section URL, and a direct thread link. Built for security researchers tracking reverse-engineering, anti-cheat, and tooling discussions at scale. Export to JSON, CSV, Excel, or XML.

Get your first threads free in under 2 minutes — paste a section URL, click Start. No configuration, no credit card to try.


Table of contents


What can the UnknownCheats Forum Scraper do? {#what-can-it-do}

  • 🛡️ Scrape any public forum section by URL — programming, reversing, anti-cheat, tools, and more.
  • 🧵 Get thread titles with reply and view counts so you can rank by activity and reach.
  • 👤 Get the thread author and the last poster — useful for spotting active contributors.
  • 🕒 Get last-post timestamps to separate live threads from dead ones.
  • 📄 Control pagination with Max pages per forum to keep runs predictable.
  • 🔎 Or search by keyword instead of walking a section.
  • 🏷️ Every row carries its forumUrl, so multi-section runs stay separable.
  • Schedule runs to watch a board for new threads.
  • 📤 Export to JSON, CSV, Excel, or XML, or pull live via API.

Go beyond the limits of the official UnknownCheats API: no OAuth app, no app review, no quota juggling — paste your input and collect publicly available data.


Who uses the UnknownCheats Forum Scraper? {#who-uses-it}

  • 🔐 Security researchers — monitor reverse-engineering and anti-cheat discussion for new techniques.
  • 🎮 Anti-cheat & game security teams — track what is being published about your title, early.
  • 🧑‍💻 Tooling researchers — follow releases and updates of public tools.
  • 📊 Threat-intel analysts — quantify activity trends per board over time.
  • 🗄️ Data teams — build a thread index for search and topic modelling.

What data can I scrape? {#what-data}

FieldTypeDescription
typestringRecord type marker.
titlestringThread title.
urlstringDirect link to the thread.
authorstringThread author handle.
authorIdstringAuthor numeric ID.
repliesnumberReply count.
viewsnumberView count.
lastPoststringTimestamp of the most recent post.
lastPosterstringHandle of the most recent poster.
forumUrlstringThe section this thread was listed in.
idstringThread ID.

Fields reflect what UnknownCheats exposes publicly for that item. Values that do not exist for a given item are returned as null rather than dropped, so your schema stays stable.


How to scrape forum threads {#how-to}

  1. Open the UnknownCheats Forum Scraper on Apify.
  2. Paste section URLs into Start URLs (for example the general programming and reversing board), or add search keywords.
  3. (Optional) Set Max items and Max pages per forum.
  4. 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}

{
"startUrls": [
"https://www.unknowncheats.me/forum/general-programming-and-reversing/"
],
"maxItems": 300,
"maxPagesPerForum": 3
}
  • startUrls — forum section URLs to walk.
  • searchKeywords — search terms, if you prefer keyword discovery.
  • maxItems — hard cap on threads returned per run.
  • maxPagesPerForum — how many listing pages to walk per section.

Output example {#output-example}

{
"id": "324570",
"url": "https://www.unknowncheats.me/forum/general-programming-and-reversing/324570-ghidra-source-release.html",
"type": "thread",
"title": "GHIDRA Open Source Release",
"views": 52497,
"author": "WasserEsser",
"replies": 54,
"authorId": null,
"forumUrl": "https://www.unknowncheats.me/forum/general-programming-and-reversing/",
"lastPost": "4th March 2020 11:54 PM by silenced69",
"lastPoster": "silenced69",
"sourceType": "unknowncheats"
}

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 threads you actually receive, not for compute time.

  • 💸 Pay per thread — budget is just threads × 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}

  • 📊 Sort by views ÷ replies to find threads people read but do not discuss — often the reference material.
  • 🕒 Filter on lastPost to ignore threads that have been dormant for months.
  • 👤 Track lastPoster over time to identify who is currently active on a board.
  • 📄 Two or three pages per section usually covers everything recent; deeper runs cost more for older content.
  • 🏷️ Queue several sections in one run and split on forumUrl.
  • Schedule daily on the boards you actually monitor, and keep the dataset append-only for trend analysis.

Want other UnknownCheats data? {#want-other-data}

Building a multi-platform dataset? The same no-login, pay-per-result approach covers the other networks:

Browse everything on the myagizm store profile.


Use the data with AI agents (MCP) {#mcp}

The UnknownCheats Forum Scraper is available through the Apify MCP server, so AI assistants can call it as a tool and pull forum threads 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:

  • 🔐 Board digest — "what new threads appeared in this section today?"
  • 📊 Activity trend — "which boards are busiest this week?"
  • 👤 Contributor watch — "who posts most in this section?"
  • 🔎 Topic scan — "find threads about a specific technique."

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~unknowncheats-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls": ["https://www.unknowncheats.me/forum/general-programming-and-reversing/"], "maxItems": 300, "maxPagesPerForum": 3}'

Start a run asynchronously

curl -X POST "https://api.apify.com/v2/acts/myagizm~unknowncheats-scraper/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls": ["https://www.unknowncheats.me/forum/general-programming-and-reversing/"], "maxItems": 300, "maxPagesPerForum": 3}'

Fetch dataset items later

$curl "https://api.apify.com/v2/acts/myagizm~unknowncheats-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. It reads only publicly visible listing pages; the actor never logs in and never accesses members-only areas.

Does it return post bodies?

This actor returns the thread index (title, author, replies, views, last post). Open a thread URL if you need the posts themselves.

Can I search by keyword instead of a section?

Yes — use Search keywords.

Why are some sections empty?

Sections that require login are not accessible, and the actor skips them rather than pretending.

The actor reads publicly available pages, the same as any visitor. Use it for legitimate research and comply with the forum's terms and applicable law.

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.


unknowncheats scraper · reverse engineering forum scraper · anti-cheat forum monitoring · security forum scraper · forum thread export csv · scrape forum without login · game security research tool · threat intel forum scraper · forum activity tracker · vbulletin forum scraper · forum osint tool


Disclaimer {#disclaimer}

This is an independent tool and is not affiliated with, endorsed by, or sponsored by UnknownCheats 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}


中文说明 —— UnknownCheats 论坛抓取工具

抓取 UnknownCheats 公开版块的主题列表 —— 不需要论坛账号、登录、Cookie 或 API Key。指定版块链接,即可返回每个主题的标题、发帖人用户名与 ID、回复数、浏览量、最后回复时间与最后回复人、所属版块与主题直达链接。面向安全研究者,用于规模化跟踪逆向工程、反作弊与工具相关讨论。

两分钟内免费拿到第一批数据 —— 填入内容、点击 Start 即可。无需配置,试用不需要信用卡。

能做什么

  • 🛡️ 按链接抓取任意公开版块(编程、逆向、反作弊、工具等)。
  • 🧵 主题标题 + 回复数 + 浏览量,可按活跃度与触达排序。
  • 👤 发帖人与最后回复人,便于识别活跃贡献者。
  • 🕒 最后回复时间,区分活跃与沉寂主题。
  • 📄 可控翻页数Max pages per forum)。
  • 🔎 也可按关键词搜索
  • 🏷️ 每行带 forumUrl
  • 可定时运行监控新主题。
  • 📤 导出 JSON / CSV / Excel / XML。

无需 OAuth 应用、无需应用审核、无需配额管理 —— 填入内容即可采集公开数据。

谁在用

  • 🔐 安全研究者 —— 跟踪逆向与反作弊领域的新技术讨论。
  • 🎮 反作弊与游戏安全团队 —— 尽早发现与自家产品相关的内容。
  • 🧑‍💻 工具研究者 —— 跟进公开工具的发布与更新。
  • 📊 威胁情报分析 —— 量化各版块的活跃趋势。
  • 🗄️ 数据团队 —— 建立主题索引用于检索与话题建模。

可以抓取哪些数据

字段类型说明
typestring记录类型
titlestring主题标题
urlstring主题直达链接
authorstring发帖人用户名
authorIdstring发帖人数字 ID
repliesnumber回复数
viewsnumber浏览量
lastPoststring最后回复时间
lastPosterstring最后回复人
forumUrlstring所属版块
idstring主题 ID

字段取决于平台对外公开了什么。某个条目没有的值会返回 null 而不是直接省略,因此你的数据结构始终稳定。

使用步骤

  1. 打开 UnknownCheats 论坛抓取工具
  2. Start URLs 粘贴版块链接,或填入 搜索关键词
  3. (可选)设置 Max itemsMax pages per forum
  4. 点击 ▶ Start 并导出数据。

输入示例

{
"startUrls": [
"https://www.unknowncheats.me/forum/general-programming-and-reversing/"
],
"maxItems": 300,
"maxPagesPerForum": 3
}

输出示例

{
"id": "324570",
"url": "https://www.unknowncheats.me/forum/general-programming-and-reversing/324570-ghidra-source-release.html",
"type": "thread",
"title": "GHIDRA Open Source Release",
"views": 52497,
"author": "WasserEsser",
"replies": 54,
"authorId": null,
"forumUrl": "https://www.unknowncheats.me/forum/general-programming-and-reversing/",
"lastPost": "4th March 2020 11:54 PM by silenced69",
"lastPoster": "silenced69",
"sourceType": "unknowncheats"
}

价格

采用按结果计费:只为真正拿到的数据付费,不按运行时间计费。

  • 💸 成本 = 结果数量 × 单价,预算可提前算清。
  • 📉 Apify 的 Bronze / Silver / Gold / Platinum / Diamond 套餐享阶梯折扣。
  • 🆓 新账号自带每月免费额度,第一次运行不花钱。
  • 🚫 无代理附加费、无单次请求费、无最低消费。

实时价格见 Apify 商店页面

使用建议

  • 📊 用 浏览量 ÷ 回复数 找出「多人看但少人回」的主题,通常是参考资料。
  • 🕒 用 lastPost 过滤掉长期沉寂的主题。
  • 👤 长期跟踪 lastPoster,识别当前活跃的人。
  • 📄 每个版块 2–3 页通常覆盖近期内容,抓更深成本更高。
  • 🏷️ 一次排队多个版块,之后按 forumUrl 拆分。
  • ⏰ 对真正关注的版块每天定时运行,数据集只追加便于趋势分析。

其他 UnknownCheats 数据

需要多平台数据?以下工具采用同样的免登录、按结果计费方式:

全部工具见 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~unknowncheats-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls": ["https://www.unknowncheats.me/forum/general-programming-and-reversing/"], "maxItems": 300, "maxPagesPerForum": 3}'

format 改成 jsoncsvxlsxxml 即可导出不同格式。

常见问题

需要论坛账号吗? 不需要,只读取公开可见的列表页,不登录、不访问仅会员可见区域。

返回帖子正文吗? 本工具返回主题索引(标题、作者、回复数、浏览量、最后回复)。需要正文请打开主题链接。

能按关键词搜索吗? 可以,使用 Search keywords

为什么有些版块是空的? 需要登录的版块无法访问,工具会跳过而不是伪造数据。

这样做合法吗? 只读取任何访客都能看到的公开页面。请用于正当研究,并遵守论坛条款与当地法律。

需要论坛账号、登录或 API Key 吗? 不需要。不登录、不用 Cookie、不需要 API Key,只读取未登录访客可见的页面。

需要代理吗? 不需要,已内置。

支持导出 CSV / Excel / JSON 吗? 支持四种格式。

可以通过 Apify API 调用吗? 可以。

支持 AI 智能体(MCP)吗? 支持。

可以定时运行吗? 可以,论坛更新很快,定时运行是常规用法。

数据有多新? 不缓存,每次运行都读取当前页面。

免责声明

本工具为独立第三方工具,与 UnknownCheats 及其运营方 无任何隶属、认可或赞助关系,所有商标归各自所有者。

本 Actor 只采集公开可见的数据 —— 即任何未登录访客都能看到的内容。它不登录、不绕过访问控制、不获取私密内容。数据使用的合规责任由使用者承担:如涉及个人数据,请遵守 GDPR、CCPA 等法规与平台条款。

相关搜索

unknowncheats 抓取 · 逆向工程论坛抓取 · 反作弊论坛监控 · 安全论坛抓取 · 论坛主题导出 csv · 免登录抓取论坛 · 游戏安全研究工具 · 威胁情报论坛抓取 · 论坛活跃度跟踪 · vbulletin 论坛抓取 · 论坛 osint