LinkedIn Post Reactions Scraper avatar

LinkedIn Post Reactions Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
LinkedIn Post Reactions Scraper

LinkedIn Post Reactions Scraper

Scrape the full list of people who reacted to any LinkedIn post, including their name, headline, profile URL, and reaction type (like, celebrate, love, support, insightful, funny, curious).

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

19 hours ago

Last modified

Share

Scrape the complete list of people who reacted to any LinkedIn post. For each reactor you get their name, headline, profile URL, and the reaction type (like, celebrate, love, support, insightful, funny, curious).

What you get

For every person who reacted to a post:

FieldDescription
reactorNameFull name of the reactor
reactorProfileUrlFull LinkedIn profile URL
reactorHeadlineCurrent job title or headline
reactionTypeOne of: like, celebrate, love, support, insightful, funny, curious
postUrlCanonical LinkedIn post URL
postIdNumeric LinkedIn activity ID
inputPostUrlThe original URL you provided
scrapedAtISO 8601 UTC timestamp

Input

FieldTypeRequiredDescription
postUrlsstring[]YesLinkedIn post URLs or bare activity IDs
cookiestringYesLinkedIn session cookie (li_at value or full JSON export)
maxReactorsPerPostintegerNoMax reactors per post. Default: 100. Max: 5000
reactionTypeFilterstring[]NoOnly return specific reaction types. Empty = all types
proxyConfigurationobjectNoApify proxy settings. Residential proxy recommended

Accepted post URL formats

  • https://www.linkedin.com/feed/update/urn:li:activity:7234567890123456789/
  • https://www.linkedin.com/posts/username_slug-7234567890123456789-xxxx/
  • urn:li:activity:7234567890123456789
  • 7234567890123456789 (bare activity ID)
  1. Log in to LinkedIn in your browser
  2. Open DevTools → Application → Cookies → www.linkedin.com
  3. Copy the value of li_at

For best results, export all cookies as a JSON array using a browser extension like EditThisCookie or Cookie-Editor.

Output example

{
"reactorName": "Jane Doe",
"reactorProfileUrl": "https://www.linkedin.com/in/janedoe",
"reactorHeadline": "Senior Engineer at Acme Corp",
"reactionType": "like",
"postUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7234567890123456789/",
"postId": "7234567890123456789",
"inputPostUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7234567890123456789/",
"scrapedAt": "2025-01-15T10:30:00+00:00"
}

Reaction types

ReactionLinkedIn code
likeLIKE
celebratePRAISE
loveAPPRECIATION
supportEMPATHY
insightfulINTEREST
funnyENTERTAINMENT
curiousMAYBE

Use cases

  • Lead generation — Find everyone who engaged with a competitor's or thought leader's post
  • Community analysis — Understand who your post resonates with
  • Recruiting — Identify professionals who reacted to industry content
  • Market research — Discover interested buyers for specific topics
  • Influencer outreach — Build contact lists of engaged LinkedIn users

Notes

  • LinkedIn limits visible reactors to approximately 1,000 per post (regardless of total shown)
  • A valid LinkedIn session cookie (li_at) is required — the scraper cannot work without authentication
  • Residential proxy is recommended but not required for small runs
  • Rate limiting is handled automatically with exponential backoff

FAQ

How many reactors can I scrape per post? LinkedIn's API exposes up to approximately 1,000 reactors. The actor stops when it reaches the LinkedIn-reported total or your configured maxReactorsPerPost limit.

Do I need a LinkedIn Premium account? No. A standard LinkedIn account with a valid session cookie is sufficient.

Will LinkedIn detect this scraper? The actor uses LinkedIn's own internal Voyager API, the same API that powers the LinkedIn web app. However, excessive scraping or very high rate requests may trigger rate limiting. The actor automatically backs off when rate limited.

Can I filter by reaction type? Yes. Use the reactionTypeFilter input to include only specific reaction types (e.g., only like and insightful). Leave it empty to get all reaction types.

How fresh is the data? Data is fetched live from LinkedIn at run time, so it reflects the current state of reactions on the post.

Explore the rest of the LinkedIn suite

Need a different LinkedIn surface? Pair this actor with any of the others in the LinkedIn Suite — all published under the same publisher and built to share the same cookie format and output conventions.

ActorWhat it scrapes
LinkedIn Comments ScraperAll comments + reply threads on a post
LinkedIn Company Employees ScraperEmployee list for any company (by URN)
LinkedIn Company Info ScraperCompany About page (size, HQ, industry, specialties)
LinkedIn Company Posts ScraperPosts published from a company page
LinkedIn Events ScraperEvents by keyword/URL with full event detail
LinkedIn Hashtag Posts ScraperPosts ranked under a #hashtag
LinkedIn Jobs ScraperJob listings via the public jobs-guest API
LinkedIn Jobs Scraper UltraSame as jobs-scraper + full detail enrichment
LinkedIn Learning Courses ScraperLinkedIn Learning course catalog by keyword
LinkedIn People Search ScraperPeople search with every LinkedIn facet (role, company, school, location, etc.)
LinkedIn Post ScraperFull post (text, media, engagement counts, author)
LinkedIn Post Search ScraperPosts matching a keyword (with date/author/network filters)
LinkedIn Profile Posts ScraperAll posts/reposts/articles for one profile
LinkedIn Profile ScraperPublic profile fields (name, headline, positions, education, skills)
LinkedIn Profile Scraper ProProfile fields + extras (recommendations, organizations, languages)
LinkedIn Profile Scraper Pro UltraPro + premium fields (contact info, followers list when allowed)
LinkedIn Profile Scraper UltraProfile + the full upstream dash-120 surface
LinkedIn Profile Search by NameSearch profiles by person name (great for matching CSVs of names)
LinkedIn Schools Alumni ScraperAlumni list for any LinkedIn school page
LinkedIn Top Content ScraperTrending / top-engagement posts by topic
LinkedIn User Activity ScraperReactions + comments + posts feed for one profile

All actors share the same cookie input format (plain li_at OR full cookies JSON array) and the same omit-empty output convention.