LinkedIn activity

Fetch LinkedIn post comments

Fetches paginated comments for a LinkedIn post. Each page contains up to 10 comments.

<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/post-comments

Request body

apiKeystring required

Your Fiber API key

contentIdstring required

You can get LinkedIn posts from the Profile or Company Posts endpoints. (e.g., 'urn:li:activity:7123456789012345678' or 'urn:li:ugcPost:7391650829398675456')

cursorstring nullable

Pagination cursor for fetching additional pages of posts

includeTaggedUsersboolean nullable

When true, also returns the LinkedIn users @-mentioned (tagged) inside each comment. This might be slower so only enable it if needed.

Response

Default Response

advicestring[] nullable

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

Changes

Changed in 2 of the 10 revisions of this API.24

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

      response-property-became-nullable

    • the response property advice became optional for the status 200

      response-property-became-optional

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

      response-property-default-value-removed

    • added the new optional request property includeTaggedUsers

      new-optional-request-property

    • added the optional property output/data/items/comments/items/taggedUsers to the response with the 200 status

      response-optional-property-added

    • added the optional property output/data/items/taggedUsers to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog