Linkedin Post Reactions Scraper
Pricing
$19.99/month + usage
Linkedin Post Reactions Scraper
LinkedIn Post Reactions Scraper extracts reaction data from LinkedIn posts. Collect users who reacted, reaction types, profile URLs, and timestamps. Ideal for engagement analysis, lead discovery, influencer tracking, and LinkedIn audience insights.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
Scraper Engine
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
LinkedIn Post Reactions Scraper
Scrape the list of reactors (reactions) from one or more LinkedIn post URLs and save the results to the default Apify dataset.
Key features
- Bulk input via
urls/keyword - Live-saving results to the dataset (partial results survive failures)
- Proxy strategy:
- Start with no proxy (direct to
linkedin.com) - If blocked: fallback to datacenter proxy
- If blocked: fallback to residential proxy (then stick with residential for the rest of the run)
- If residential is blocked: retry 3 times on residential
- Start with no proxy (direct to
Input
Example:
{"urls": ["https://www.linkedin.com/posts/satyanadella_no-one-becomes-a-clinician-to-do-paperwork-activity-7302346926123798528-jitu"],"liAtCookie": "YOUR_LI_AT_COOKIE_VALUE","reactionType": "ALL","maxItems": 30,"proxyConfiguration": { "useApifyProxy": false }}
Input fields
urls(array): List of LinkedIn post URLs (bulk supported).keyword(array): Alias bulk input (treated the same asurls).liAtCookie(string, secret): Your LinkedInli_atcookie value.reactionType(string): Reaction type filter, orALL.maxItems(integer): Maximum items per post.proxyConfiguration(object): Apify proxy input (editor:proxy).
Output
Each dataset item matches this shape (example):
{"reaction_type": "LIKE","reactor": {"urn": "ACoAA....","name": "Full Name","headline": "Headline","profile_url": "https://www.linkedin.com/in/....","profile_pictures": {"small": "https://...","medium": "https://...","large": "https://...","original": "https://..."}},"_metadata": {"post_url": "https://www.linkedin.com/posts/...","page_number": 1,"total_reactions": 20379}}
π What other LinkedIn scraping tools are there?
If you want to scrape specific LinkedIn data, you can use any of the dedicated scrapers below for faster and more targeted results.
Just enter profile URLs, company links, job search queries, or post URLs and start scraping instantly.
Notes
- This actor relies on a valid LinkedIn session cookie (
li_at) to access reaction data. - LinkedIn can block automated access; use the built-in proxy fallback strategy when needed.