mcp-linkedin-post-engager-capture
LinkedIn Post Tracker and Comment Capture MCP Server
MCPサーバー for the Mamba Labs LinkedIn Post Tracker and Comment Capture actor on Apify.
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" }
}
}
}Apifyトークンはconsole.apify.com/account/integrationsで取得できます。
Related MCP server: LinkedIn Data API MCP Server
ツール
capture_linkedin_posts_and_commenters
LinkedInプロフィールと企業ページを入力として、最近の投稿と公開コメント投稿者を出力します。
入力 | 型 | 必須 | 備考 |
| array | いいえ | 個人プロフィール。例: |
| array | いいえ | 企業ページ。例: |
| string | いいえ | ISO日付。例: 2026-08-01。これより古い投稿は課金される前にスキップされます。 |
| boolean | いいえ | 公開コメント投稿者ごとに1行。オフにすると投稿のみを収集します。デフォルトは |
| boolean | いいえ | 設定に関係なくリアクション行は返されません。LinkedInはログアウトした訪問者にリアクションした人の身元を提供しないためです。制限を黙らせるのではなく可視化するために存在します。デフォルトは |
| integer | いいえ | 0〜100。10はLinkedInがログアウトした訪問者に提供する上限なので、10を超えても効果はありません。0に設定すると投稿のみに課金されます。デフォルトは |
| boolean | いいえ | デフォルトではオフ。これは価格設定が前提としている設定です。Apifyはこのアクターのイベントに加えて、住宅用プロキシの帯域幅を請求します。デフォルトは |
必須項目はありません。どちらのURLリストも指定しない呼び出しは、エラーではなくno_input通知行として返されます。これはアクターの動作を正確に反映しています。
出力の読み方
1つのデータセットには3種類の行があり、row_typeで区別されます。テーブルを読み込む前にこれでフィルタリングしてください。
postはLinkedInの投稿ごとに1行です。engagerは公開コメント投稿者ごとに1行で、post_idで投稿に結合されます。noticeは実行レベルまたはソースレベルのメッセージです。
post_idはLinkedInのアクティビティURNの数値部分です。実行間、国別サブドメイン間、両方のパーマリンク表記間で安定しているため、主キーとしても「これをSlackに投稿済みか」のチェックとしても安全です。
コメント投稿者の制限は現実的で、決して小さいものではありません。 LinkedInはログアウトした訪問者に対して、実際の総数に関係なく約10件のトップレベルコメントを表示します。測定された実行全体のカバレッジは、存在した4,857件中178件のコメント投稿者で、3.7%でした。コメント行の約30%にはタイムスタンプがありません。各投稿行にはcommenters_availableの横にcommenters_collectedが含まれるため、特定の投稿のカバレッジは推測ではなく読み取れる数値です。
リアクションした人の身元はログアウトした訪問者には一切利用できません。 それでも各投稿行には実際のreaction_countが含まれ、reactors_statusはunavailable_without_loginと表示されます。
すべての行にはdegradedとdegradation_reasonが含まれます。falseはアクターが確認したことを意味し、フィールドのnullは確認できなかったことを意味します。欠落を信頼する前にdegradedでフィルタリングしてください。失敗のように見える2つのケースは意図的にdegradedとして扱われません。どちらも測定結果だからです。reactors_unavailableはログアウトしたLinkedInの仕組みであり、読み込まれたページのno_posts_foundは実際の欠落です。
課金
収集した投稿ごと、収集したコメント投稿者ごとに課金され、さらに小さなアクター起動料金がかかります。通知行は無料です。posted_sinceは課金前にフィルタリングされるため、新しいものが見つからないスケジュール実行はアクター起動料金のみで、それ以外はかかりません。
結果キャッシュはありません。毎回再取得します。これは新しい投稿を検知するアクターにとって正しい動作です。価格はアクターのApifyページにあります。このサーバーを実行するとApifyクレジットを消費します。
このサーバーが行うことと行わないこと
これはApifyアクターのシンクライアントです。入力をそのまま渡し、アクターの出力を変更せずに返します。上記のすべての動作はアクター側にあり、ここにはありません。
ログアウトした訪問者にLinkedInが提供するものだけを読み取ります。セッションCookieを保持せず、LinkedInアカウントも使用せず、ログインの背後にあるものは一切読み取りません。
コメント投稿者の行は実名の人物です。 これを実行する場合、あなたは返される個人データのデータ管理者であり、Apifyは処理者です。法的根拠はあなた自身が確立するものです。ここに法的助言はありません。
このアクターは非公式であり、LinkedInやMicrosoftとの提携、スポンサー、推奨はありません。
エラーは表面化され、決して飲み込まれません。無効な入力、無効なトークン、残高不足、タイムアウト、またはデータセット以外を返す実行はすべて、空の結果ではなく明示的なツールエラーとして返されます。
ソース
アクターは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