mcp-linkedin-post-engager-capture
LinkedIn Post Tracker and Comment Capture MCP Server
MCP 服务器,用于 Apify 上的 Mamba Labs LinkedIn Post Tracker and Comment Capture actor。
将其指向 LinkedIn 个人资料或公司页面。它会以扁平行形式返回这些页面的近期帖子,并带有每个帖子的真实反应数和评论数,以及 LinkedIn 公开显示的评论者。无需 cookie、无需 LinkedIn 账户、无需任何凭据。
安装
npx -y @mambalabsdev/mcp-linkedin-post-engager-captureClaude Desktop
{
"mcpServers": {
"mamba-linkedin-post-engager-capture": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-linkedin-post-engager-capture"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}在 console.apify.com/account/integrations 获取 Apify 令牌。
Related MCP server: LinkedIn Data API MCP Server
工具
capture_linkedin_posts_and_commenters
输入 LinkedIn 个人资料和公司页面,输出其近期帖子和公开评论者。
输入 | 类型 | 必填 | 备注 |
| 数组 | 否 | 个人资料,例如 |
| 数组 | 否 | 公司页面,例如 |
| 字符串 | 否 | ISO 日期,例如 2026-08-01。早于此日期的帖子会被跳过 在收取任何费用之前。 |
| 布尔 | 否 | 每个公开评论者一行。关闭它则仅收集帖子。默认 |
| 布尔 | 否 | 无论你设置什么,都不会返回反应行,因为 LinkedIn 不会向未登录访客提供反应者身份。此处提供该选项是为了让限制可见而非静默。默认 |
| 整数 | 否 | 0 到 100。10 是 LinkedIn 对未登录访客的上限,因此将其提高到 10 以上没有作用。将其设置为 0 则仅支付帖子费用。默认 |
| 布尔 | 否 | 默认关闭,这是定价所假设的。Apify 会在此 actor 的事件之外额外收取住宅带宽费用。默认 |
没有必填项。如果调用时两个 URL 列表都没有提供,则会返回一个 no_input 通知行而不是错误,这与 actor 的行为完全一致。
读取输出
一个数据集包含三种行类型,通过 row_type 区分。在加载表格之前先对其进行过滤。
post是每个 LinkedIn 帖子一行。engager是每个公开评论者一行,通过post_id与帖子关联。notice是运行级或源级消息。
post_id 是 LinkedIn 活动 URN 的数字部分。它在不同运行、不同国家子域名以及两种永久链接拼写之间都是稳定的,因此可以安全地用作主键,也可以安全地用作“我是否已经将此发布到 Slack”的检查。
评论者限制是真实存在的,而且并不小。 LinkedIn 向未登录访客显示大约十条顶级评论,无论真实总数是多少。实测整个运行覆盖率为 4,857 个评论者中的 178 个,即 3.7%。大约 30% 的评论行没有时间戳。每个帖子行都带有 commenters_collected 和 commenters_available,因此任何给定帖子的覆盖率都是一个你可以读取的数字,而不是推断出来的。
反应者身份对未登录访客完全不可用。 每个帖子行仍然带有真实的 reaction_count,并且 reactors_status 显示 unavailable_without_login。
每一行都带有 degraded 和 degradation_reason。false 表示 actor 已查看;字段上的 null 表示它无法查看。在信任缺失之前,先对 degraded 进行过滤。有两件看似失败的事情故意不被标记为降级,因为两者都是测量结果:reactors_unavailable 是未登录 LinkedIn 的工作方式,而 no_posts_found 在已加载的页面上是真正的缺失。
计费
你按收集的每个帖子和每个评论者付费,外加少量 actor 启动费。通知行是免费的。posted_since 在任何费用产生之前进行过滤,因此定时运行如果找不到新内容,则只需支付 actor 启动费用,没有其他费用。
没有结果缓存:每次运行都会重新获取,这对于负责发现新帖子的 actor 来说是正确行为。定价见 actor 的 Apify 页面。运行此服务器会消耗 Apify 积分。
此服务器做什么和不做什么
它是 Apify actor 的轻量客户端。它传递你的输入并原样返回 actor 的输出。上述所有行为都存在于 actor 中,而不是这里。
它只读取 LinkedIn 向未登录访客提供的内容。它不持有会话 cookie,不使用 LinkedIn 账户,也不读取登录后的任何内容。
评论者行是具名的人。 当你运行此服务器时,你是其返回的个人数据的数据控制者,Apify 是处理者。你的合法依据由你自己确定;这里不构成法律建议。
此 actor 是非官方的,与 LinkedIn 或 Microsoft 无关联、无赞助、无认可关系。
错误会被暴露,绝不会被吞掉。无效输入、无效令牌、余额耗尽、超时或返回非数据集的运行,都会以明确的工具错误形式返回,而不是空结果。
来源
actor 位于 Apify Store。此包装器采用 MIT 许可证。
由 Mamba Labs 构建。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables extraction of comprehensive LinkedIn profile data including experience, education, skills, and contact information through browser automation. Requires manual LinkedIn credentials input and uses anti-detection measures for reliable scraping.5
- AlicenseCqualityDmaintenanceEnables access to comprehensive LinkedIn data, including professional profile details, company information, and social engagement metrics. It supports searching for people, retrieving posts and comments, and fetching detailed experience, skills, and recommendations.52MIT
- AlicenseNot gradedqualityDmaintenanceEnables access to the Fresh Linkedin Profile Data API for scraping LinkedIn profiles, companies, posts, jobs, and other data through a variety of tools.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to discover and fetch LinkedIn posts with engagement metrics (reactions, comments, shares) and author details, returning structured JSON per post.
Related MCP Connectors
Scrape and analyze public LinkedIn posts as structured JSON via the Apify LinkedIn Posts API.
Live LinkedIn data for AI agents: profiles, companies, jobs, posts, email finding. No account risk.
LinkedIn data for AI agents: search, profiles, companies, posts. Free key, self-minted, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mambalabsdev/mcp-linkedin-post-engager-capture'
If you have feedback or need assistance with the MCP directory API, please join our Discord server