/install linkedin-search-posts
LinkedIn Posts Search
Search LinkedIn posts via Apify actor harvestapi~linkedin-post-search.
Prerequisites
Env variable APIFY_API_TOKEN must be set (configured in openclaw.json under skills.entries.linkedin-search-posts.env).
Input schema
Requis
searchQueries: array of strings — liste des requêtes de recherche (max 85 caractères par requête). Supporte les opérateurs booléens LinkedIn. Ex :["La Base Programme idéation Nantes"]
Optionnels — filtres auteurs
targetUrls: liste d'URLs de profils/pages LinkedIn dont on veut les postsauthorsPublicIdentifiers: liste d'identifiants publics LinkedIn (ex:["williamhgates"])authorsIds: liste d'IDs LinkedIn (ex:["ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc"])authorsCompanyPublicIdentifiers: liste d'identifiants de sociétés LinkedIn (ex:["google", "microsoft"])
Optionnels — pagination / volume
maxPosts: nombre max de posts par requête (0 = tout scraper). Prioritaire surscrapePages.scrapePages: nombre de pages à scraper simaxPostsnon défini (~50 posts/page avec keywords, ~90-100 sans)startPage: page de départ (défaut: 1)
Optionnels — contenu enrichi
scrapeReactions: scraper les réactions (défaut:false). Chaque réaction est comptée comme un post séparé (facturation).maxReactions: nombre max de réactions par post (0 = toutes)scrapeComments: scraper les commentaires (défaut:false). Chaque commentaire est compté comme un post séparé (facturation).maxComments: nombre max de commentaires par post (0 = tous)
Optionnels — tri / date
sortBy:"relevance"(par pertinence, défaut) ou"date"(plus récents en premier)postedLimit: ancienneté max des posts. Valeurs acceptées :'1h','24h','week','month','3months','6months','year'
Run the actor
curl --request POST \
--url "https://api.apify.com/v2/acts/harvestapi~linkedin-post-search/runs?token=$APIFY_API_TOKEN" \
--header 'Content-Type: application/json' \
--data '{
"searchQueries": ["\x3Csearch query>"],
"maxPosts": 50,
"sortBy": "date",
"postedLimit": "month"
}'
La réponse contient :
data.id— run IDdata.defaultDatasetId— dataset ID pour récupérer les résultatsdata.status— statut initial (READY→RUNNING→SUCCEEDED)
Poll until complete
curl "https://api.apify.com/v2/acts/harvestapi~linkedin-post-search/runs/\x3CRUN_ID>?token=$APIFY_API_TOKEN"
Vérifier data.status == SUCCEEDED.
Fetch results
curl "https://api.apify.com/v2/datasets/\x3CDATASET_ID>/items?token=$APIFY_API_TOKEN"
Retourne un tableau JSON. Chaque item contient :
type—"post"(ou"reaction"/"comment"si activés)id— ID du postlinkedinUrl— URL du postcontent— texte du postauthor.name,author.publicIdentifier,author.linkedinUrl,author.avatar.urlpostedAt.date,postedAt.timestamp,postedAt.postedAgoTextpostImages[]— images du postengagement.likes,engagement.comments,engagement.shares,engagement.reactions[]reactions[]— détail des réactions (siscrapeReactions: true)comments[]— détail des commentaires (siscrapeComments: true)
Pricing
$2 per 1000 posts (PAY_PER_EVENT). Réactions et commentaires comptent chacun comme un post séparé.
Known limitations
- Chaque requête est limitée à 85 caractères par LinkedIn
- Les réactions et commentaires doublent/triplent le coût si activés
- Les résultats LinkedIn ne sont pas exhaustifs
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkedin-search-posts - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkedin-search-posts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LinkedIn Search Posts 是什么?
Search LinkedIn posts by keywords using the Apify actor harvestapi/linkedin-post-search. Use when the user wants to search, scrape, or retrieve LinkedIn post... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。
如何安装 LinkedIn Search Posts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkedin-search-posts」即可一键安装,无需额外配置。
LinkedIn Search Posts 是免费的吗?
是的,LinkedIn Search Posts 完全免费(开源免费),可自由下载、安装和使用。
LinkedIn Search Posts 支持哪些平台?
LinkedIn Search Posts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LinkedIn Search Posts?
由 Godefroy(@godefroy)开发并维护,当前版本 v1.0.0。