harvest_get_company_posts
Retrieve LinkedIn company posts using a company URL, ID, or universal name. Supports pagination and date-based filters to narrow results.
Instructions
Get LinkedIn company posts — requires at least one of company, companyId, companyUniversalName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| company | No | Company URL, e.g. https://www.linkedin.com/company/google | |
| companyId | No | Company ID (faster) | |
| postedLimit | No | Filter by max posted date: 24h, week, month | |
| paginationToken | No | Token from previous page | |
| scrapePostedLimit | No | Post-filter by date: 1h, 24h, week, month, 3months, 6months, year | |
| companyUniversalName | No | Company universal name (last part of URL) |