Skip to main content
GET
Get reactions of LinkedIn post

Profile URL format note

This endpoint scrapes the Reactions pop-up of a post on the LinkedIn website. For reactions, LinkedIn website usually returns profile URLs in profile ID format, for example: https://linkedin.com/in/ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc without public identifiers / slugs - we did’t find a way to get slugs directly from the Reactions pop-up or decode these IDs.
The get the usual profile URL the workaround is to call the Profile endpoint for each profile reaction (check main profile version to reduce costs).

Examples

Authorizations

X-API-Key
string
header
required

Query Parameters

post
string

URL of the LinkedIn post (required)

page
integer
default:1

Page number for pagination. Default is 1

Response

Post reactions response

elements
object[]
pagination
object
status
string
error
string