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.
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)id: Numeric activity ID extracted from the URNreaction_type: Type of reaction — one of LIKE, 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-DD format)urn: LinkedIn URN identifying the activity (urn:li:activity:<id>)reaction_type reflects the LinkedIn reaction emoji: LIKE (👍), CELEBRATE (👏), INSIGHTFUL (💡), FUNNY (😄), SUPPORT (🤝), LOVE (❤️)author_url is returned with tracking query parameters strippedSuccessfully extracted reactions
Array of reactions left by the LinkedIn profile on other posts