LinkedIn activity

Fetch LinkedIn company posts

Fetches recent posts from a LinkedIn company page. Returns a paginated feed of company posts. Each page contains up to 50 posts.

<span><strong>Rate limit:</strong> 300 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

<span><strong>Recommended timeout:</strong> 1 minute <span title="Recommended timeout: set your HTTP client timeout to at least 1 minute for this endpoint."></span></span>

post/v1/linkedin-live-fetch/company-posts

Request body

apiKeystring required

Your Fiber API key

identifierstring required

Company identifier can be either a LinkedIn company slug/url (e.g., 'microsoft' or 'https://www.linkedin.com/company/microsoft') or a numeric linkedin organization ID (e.g., '1035')

cursorstring nullable

Pagination cursor for fetching additional pages of posts

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.

Changes

Changed in 1 of the 12 revisions of this API.21

  • 4002aa81d4fb21See the full diff
    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became optional for the status

      response-property-became-optional

    • the response's property default value was removed for the status

      response-property-default-value-removed