TopRank Skills

Home / Claw Skills / 其他 / linkedin-search-posts
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 linkedin-search-posts 技能。 若已安装,则直接安装 linkedin-search-posts 技能。

Overview

Skill Key
godefroy/linkedin-search-posts
Author
godefroy
Source Repo
openclaw/skills
Version
-
Source Path
skills/godefroy/linkedin-search-posts
Latest Commit SHA
83f41106b8cd4844cc62d5f04381e272f0a937fc

Extracted Content

SKILL.md excerpt

# 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

```bash
curl --request POST \
  --url "https://api.apify.com/v2/acts/harvestapi~linkedin-post-search/runs?token=$APIFY_API_TOKEN" \
  --header 'Con...

Related Claw Skills