
Linkedin Post Reactions - Fast, Realtime, No Cookies
Under maintenance
Pricing
Pay per event

Linkedin Post Reactions - Fast, Realtime, No Cookies
Under maintenance
⚡ Instant LinkedIn Reactions Data 🔍 No Login Needed! 🔒
5.0 (1)
Pricing
Pay per event
1
Total users
6
Monthly users
6
Runs succeeded
33%
Last modified
4 days ago
LinkedIn Post Reactions Extractor
Extract reactions and engagement data from any public LinkedIn post in real-time - no login or cookies required!
What This Actor Does
This Actor retrieves detailed information about people who reacted to a LinkedIn post, including:
- Full names
- Profile pictures
- Profile URLs
- Reaction types (like, celebrate, etc.)
- Headlines/job titles
- Profile types (user, company)
How To Use
Input
Field | Required | Description |
---|---|---|
postUrl | YES | URL of the LinkedIn post you want to analyze (e.g., https://www.linkedin.com/posts/username_title-activity-1234) |
maxPages | NO | Maximum number of pages to fetch (0 = all available pages, default: 0) |
Example Input
{"postUrl": "https://www.linkedin.com/posts/ggogidze_sdr-how-did-you-even-find-me-marketing-activity-7317947336175837185-9ogm","maxPages": 0 // Fetch all available pages}
Output
The Actor outputs a dataset containing profiles of people who reacted to the post:
{"urn": "ACoAAA-82GgBu9_IstO9MCzHe8pch8Nn4M1kpO4","fullName": "John Smith","profileType": "user","profileUrl": "https://www.linkedin.com/in/john-smith","reactionType": "LIKE","headline": "CEO & Founder at Company XYZ","profilePicture": [{"width": 100,"height": 100,"url": "https://media.licdn.com/..."},// More picture sizes...]}
Benefits
✅ Real-Time Data: Always up-to-date information
✅ No LinkedIn Login Required: Works with any public post
✅ No Cookies Needed: No browser tracking required
✅ Complete Profiles: Get full user information
✅ 100% GDPR Compliant: Privacy-friendly with no data storage
Use Cases
- Lead Generation: Find potential prospects who engaged with industry content
- Competitor Analysis: Monitor who engages with your competitors
- Content Strategy: Understand which posts get the most engagement
- Audience Research: Learn about your content's audience demographics
Key Features
- No Login Required: Access without LinkedIn credentials
- No Cookies Required: Works without browser cookies
- Real-Time LinkedIn Data: Always returns fresh, up-to-date information
- 100% GDPR Compliant: We don't store any data in databases
Example Code
const Apify = require('apify');Apify.main(async () => {// Run the Actorconst run = await Apify.call('your-username/linkedin-post-reactions', {postUrl: 'https://www.linkedin.com/posts/ggogidze_sdr-how-did-you-even-find-me-marketing-activity-7317947336175837185-9ogm',maxPages: 0 // Fetch all available pages});// Get and process resultsconst dataset = await run.dataset().getData();console.log(`Found ${dataset.items.length} people who reacted to the post!`);// Do something with the dataconst names = dataset.items.map(item => item.fullName);console.log(`Some people who reacted: ${names.slice(0, 5).join(', ')}`);});
Need Help?
If you have any questions or need assistance with this Actor, feel free to reach out!