Linkedin Profile Reactions [NO COOKIES] avatar
Linkedin Profile Reactions [NO COOKIES]

Pricing

$5.00 / 1,000 results

Go to Store
Linkedin Profile Reactions [NO COOKIES]

Linkedin Profile Reactions [NO COOKIES]

Developed by

API Maestro

API Maestro

Maintained by Community

Linkedin User Reactions Scraper: Extract reactions for LinkedIn profiles and users including post content, reactions, stats, article, media attachments and more.

5.0 (2)

Pricing

$5.00 / 1,000 results

5

Total users

48

Monthly users

21

Runs succeeded

>99%

Response time

0.95 hours

Last modified

15 days ago

🚀 LinkedIn Profile Reactions Scraper

Extract public Reactions made by Linkedin User. Get structured data including articles and posts

For other LinkedIn actors, check: https://apify.com/apimaestro

✨ Key Features

  • No account needed: Don't risk your account security by sharing your cookies and don't get your account restricted or banned!
  • Recent Reactions
  • Post content and media
  • Reaction counts by type (likes, comments, etc.)
  • Post URLs for sharing
  • Media attachments (images, articles, etc.)
  • Pagination support for older posts

🔧 Simple Usage

Provide a LinkedIn profile username to get their recent reaction and activity. The username is the last part of a LinkedIn profile URL (e.g., 'satyanadella' from linkedin.com/in/satyanadella).

Advanced: Pagination Support

Each run returns up to 100 reactions per page.

For accessing older posts:

  1. Make first run with page_number = 1 and get first 100 results
  2. Get pagination_token from run output of page 1
  3. Make second run with that pagination_token and page_number = 2 to get next 100 results
  4. For next 100 results, do the same by using pagination_token from second run output

Output Preview

{
},
"reactions": [
{
"action": "...",
"text": "...",
"author": {
"firstName": "...",
"lastName": "..",
"headline": "...",
"profile_url": "...":,
"profile_picture": "..."
},
"post_stats": {
"totalReactionCount": 1177,
"like": 884,
"appreciation": 3,
"empathy": 103,
"interest": 22,
"praise": 165,
"comments": 54,
"reposts": 61
},
"timestamps": {
"relative": "5d"
},
],
"metadata": {
"pagination_token": "dXJuOmxpOmFj..."
}
}