search_posts
Find LinkedIn posts by keyword or phrase with case-insensitive full-text search. Filter by account or recency to retrieve full post content for targeted research.
Instructions
Full-text search across post content (case-insensitive keyword/phrase match).
Returns full content for matched posts only — use for targeted lookups rather than open-ended browsing (use list_posts for that).
Args: query: Word or phrase to search for in post text. account: Slug or full URL to restrict search to one account (optional). days_ago: Only search posts from the last N days (0 = no limit). limit: Max results (default 15, max 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| account | No | ||
| days_ago | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |