LinkedIn Post Reactions Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
19 hours ago
Last modified
Categories
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:
| Field | Description |
|---|---|
reactorName | Full name of the reactor |
reactorProfileUrl | Full LinkedIn profile URL |
reactorHeadline | Current job title or headline |
reactionType | One of: like, celebrate, love, support, insightful, funny, curious |
postUrl | Canonical LinkedIn post URL |
postId | Numeric LinkedIn activity ID |
inputPostUrl | The original URL you provided |
scrapedAt | ISO 8601 UTC timestamp |
Input
| Field | Type | Required | Description |
|---|---|---|---|
postUrls | string[] | Yes | LinkedIn post URLs or bare activity IDs |
cookie | string | Yes | LinkedIn session cookie (li_at value or full JSON export) |
maxReactorsPerPost | integer | No | Max reactors per post. Default: 100. Max: 5000 |
reactionTypeFilter | string[] | No | Only return specific reaction types. Empty = all types |
proxyConfiguration | object | No | Apify 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:72345678901234567897234567890123456789(bare activity ID)
Getting your LinkedIn cookie
- Log in to LinkedIn in your browser
- Open DevTools → Application → Cookies →
www.linkedin.com - 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
| Reaction | LinkedIn code |
|---|---|
| like | LIKE |
| celebrate | PRAISE |
| love | APPRECIATION |
| support | EMPATHY |
| insightful | INTEREST |
| funny | ENTERTAINMENT |
| curious | MAYBE |
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.
| Actor | What it scrapes |
|---|---|
| LinkedIn Comments Scraper | All comments + reply threads on a post |
| LinkedIn Company Employees Scraper | Employee list for any company (by URN) |
| LinkedIn Company Info Scraper | Company About page (size, HQ, industry, specialties) |
| LinkedIn Company Posts Scraper | Posts published from a company page |
| LinkedIn Events Scraper | Events by keyword/URL with full event detail |
| LinkedIn Hashtag Posts Scraper | Posts ranked under a #hashtag |
| LinkedIn Jobs Scraper | Job listings via the public jobs-guest API |
| LinkedIn Jobs Scraper Ultra | Same as jobs-scraper + full detail enrichment |
| LinkedIn Learning Courses Scraper | LinkedIn Learning course catalog by keyword |
| LinkedIn People Search Scraper | People search with every LinkedIn facet (role, company, school, location, etc.) |
| LinkedIn Post Scraper | Full post (text, media, engagement counts, author) |
| LinkedIn Post Search Scraper | Posts matching a keyword (with date/author/network filters) |
| LinkedIn Profile Posts Scraper | All posts/reposts/articles for one profile |
| LinkedIn Profile Scraper | Public profile fields (name, headline, positions, education, skills) |
| LinkedIn Profile Scraper Pro | Profile fields + extras (recommendations, organizations, languages) |
| LinkedIn Profile Scraper Pro Ultra | Pro + premium fields (contact info, followers list when allowed) |
| LinkedIn Profile Scraper Ultra | Profile + the full upstream dash-120 surface |
| LinkedIn Profile Search by Name | Search profiles by person name (great for matching CSVs of names) |
| LinkedIn Schools Alumni Scraper | Alumni list for any LinkedIn school page |
| LinkedIn Top Content Scraper | Trending / top-engagement posts by topic |
| LinkedIn User Activity Scraper | Reactions + 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.