Extract reactions from a LinkedIn profile
Signals
Extract reactions from LinkedIn profile
Extract reactions left by a LinkedIn profile on other posts. Paginates through the profile’s feed activity and filters for reaction-type elements, returning up to the specified limit.
POST
Extract reactions from a LinkedIn profile
Extract the LinkedIn reactions left by a profile on other people’s posts. This endpoint paginates through the profile’s feed activity and filters for reaction-type elements, returning up to the specified limit.
Use Cases
- Surface intent signals from prospects actively engaging with relevant content
- Identify which topics a lead is reacting to (celebrating, finding insightful, etc.) to personalise outreach
- Track engagement patterns of key prospects or customers
- Enrich lead profiles with recent activity data
Parameters
Required Parameters
linkedin_profile_url: LinkedIn profile URL to extract reactions from (e.g.,https://www.linkedin.com/in/mathieu-brun-picard/)limit: Maximum number of reactions to extract (minimum: 1)
Response
The response includes an array of reactions with the following fields:id: Numeric activity ID extracted from the URNreaction_type: Type of reaction — one ofLIKE,CELEBRATE,INSIGHTFUL,FUNNY,SUPPORT,LOVEpost_url: Full LinkedIn URL of the post that was reacted toauthor: Full name of the post authorauthor_url: LinkedIn profile URL of the post authorreacted_at: Date when the reaction was made (YYYY-MM-DDformat)urn: LinkedIn URN identifying the activity (urn:li:activity:<id>)
Example Request
Example Response
Notes
- This endpoint returns results synchronously (HTTP 200 OK) — no polling required
- The service paginates through the profile’s feed until the limit is reached or the feed is exhausted
reaction_typereflects the LinkedIn reaction emoji:LIKE(👍),CELEBRATE(👏),INSIGHTFUL(💡),FUNNY(😄),SUPPORT(🤝),LOVE(❤️)author_urlis returned with tracking query parameters stripped
Authorizations
Body
application/json
Response
Successfully extracted reactions
Array of reactions left by the LinkedIn profile on other posts