search_linkedin_posts_by_keyword
Retrieve LinkedIn posts matching keywords, including author info, content, and engagement data.
Instructions
Search LinkedIn posts by keywords using Fiber.ai. Returns posts with author info, content, engagement metrics, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | Enter comma-separated keywords to search for in LinkedIn posts, such as 'artificial intelligence, machine learning' or 'SaaS growth strategy' | |
| recency | No | Filter posts by how recent they are. Leave empty for all time. | |
| min_likes | No | Only include posts with at least this many likes. Set to 0 to include all posts. | 0 |
| output_variable_name | Yes | Assign a variable name to store the search results, such as 'linkedin_posts' or 'post_results'. | linkedin_posts |