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 posts matching specific keywords. Accepts search queries, optional profile/company filters, date filter, and sort options. Requires APIFY_API_TOKEN env variable.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linkedin-search-posts" with this command: npx skills add godefroy/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 posts
  • authorsPublicIdentifiers: 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 sur scrapePages.
  • scrapePages: nombre de pages à scraper si maxPosts non 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": ["<search query>"],
    "maxPosts": 50,
    "sortBy": "date",
    "postedLimit": "month"
  }'

La réponse contient :

  • data.id — run ID
  • data.defaultDatasetId — dataset ID pour récupérer les résultats
  • data.status — statut initial (READYRUNNINGSUCCEEDED)

Poll until complete

curl "https://api.apify.com/v2/acts/harvestapi~linkedin-post-search/runs/<RUN_ID>?token=$APIFY_API_TOKEN"

Vérifier data.status == SUCCEEDED.

Fetch results

curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=$APIFY_API_TOKEN"

Retourne un tableau JSON. Chaque item contient :

  • type"post" (ou "reaction" / "comment" si activés)
  • id — ID du post
  • linkedinUrl — URL du post
  • content — texte du post
  • author.name, author.publicIdentifier, author.linkedinUrl, author.avatar.url
  • postedAt.date, postedAt.timestamp, postedAt.postedAgoText
  • postImages[] — images du post
  • engagement.likes, engagement.comments, engagement.shares, engagement.reactions[]
  • reactions[] — détail des réactions (si scrapeReactions: true)
  • comments[] — détail des commentaires (si scrapeComments: 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Hot Content Creator

热点内容创作助手:自动抓取多平台热点,筛选创作方向,生成小红书封面图和虚拟博主形象, 写出有人味的爆款内容。触发词:热点创作、追热点、创作方向、小红书方向、抖音方向。 适用场景:需要从热点中挖掘内容创作方向并生成配图+文案的完整工作流。

Registry SourceRecently Updated
General

飞书 Markdown 文档发布器,完美支持支持图片、表格

将 Markdown 文件发布为飞书(Feishu/Lark)在线文档。 支持完整的 Markdown 语法,包括标题、段落、表格、有序/无序列表、 待办事项、分隔线、加粗/斜体等富文本样式。 当用户需要将本地 Markdown 文件同步或发布到飞书文档时使用。

Registry SourceRecently Updated
General

Publish V3

One window, three emotions. Switch between Lover / Buddy / Rival anytime. Lightweight nurturing, mood persistence, gamified stats, auto-degradation dual mode...

Registry SourceRecently Updated
General

Startup Adaptation Strategist

Анализ и адаптация западных стартапов с проверенным PMF для быстрого запуска MVP на российском рынке с учётом санкций и локальных требований.

Registry SourceRecently Updated