get_company_posts
Retrieve recent posts from a LinkedIn company page using its URL slug. Returns post text with a short meta line for each post.
Instructions
Get a company's recent posts by its LinkedIn URL slug (e.g. "google"). Returns post text + a short meta line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| universal_name | Yes | Company URL slug, e.g. "google" | |
| count | No | Posts to return (default 10) |