Skip to main content
POST
Fetch a LinkedIn post's reactions or comments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
post_url
string<uri>
required
type
enum<string>
default:reactions
Available options:
reactions,
comments
max_pages
integer
default:2
Required range: 1 <= x <= 5

Response

200 — success. Charges 3 credit(s) on this endpoint.

data
object[]
required

Array of people who reacted to or commented on the post.

credits_charged
number
required

Normally 3; see per-endpoint miss/skip policy notes.

credits_remaining
number
required
cached
boolean
required

True when this result was served from cache without calling the vendor.

request_id
string<uuid>
required