search_linkedin
Search LinkedIn posts. Provide a query and/or a filter below. Powerful filters: author (posts BY a person), author_title (posts by people with a given job title, e.g. Founder/CEO — applies alongside a query), author_company (posts by employees of a company id), from_company (posts by a company page id), mentions_company (posts that MENTION a company id), mentions_member (posts that mention a person), author_industry. Returns post content, engagement metrics, attached media, a has_content_entities repost flag, and optional AI sentiment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| query | No | Search keyword (max 500 characters). Optional if you supply a filter below. | |
| author | No | Posts authored by this person — profile URL, public slug (e.g. williamhgates), or member URN. Comma-separate for multiple. | |
| sort_by | No | Sort order: "most_recent" or "relevance" | most_recent |
| author_title | No | Posts by authors whose job title matches this free text (e.g. "CEO", "Founder"). Applies alongside a query. | |
| from_company | No | Posts authored by a company page. Numeric company id(s), comma-separated. | |
| get_sentiment | No | Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small per-page surcharge. | |
| author_company | No | Posts by people who work at this company. Numeric LinkedIn company id (from search_linkedin_companies). | |
| author_industry | No | Posts by authors in these numeric LinkedIn industry id(s), comma-separated. Advanced; applies alongside a query. | |
| mentions_member | No | Posts that mention this person (profile URL, public slug, or member URN). | |
| mentions_company | No | Posts that mention this company. Numeric company id. |