Scrape in Batch all LinkedIn post related data including comments, stats, , reactions, replies and media attachments
Extract comments, replies, and engagement metrics from LinkedIn posts including author details, reaction counts, timestamps, and nested replies.
The actor accepts various LinkedIn post identifier formats:
7302346926123798528
https://www.linkedin.com/feed/update/urn:li:activity:7302346926123798528/
https://www.linkedin.com/posts/username_title-activity-7302346926123798528-dMnz
You can choose how comments are sorted:
The actor produces structured data for each comment and reply:
1{ 2 "comment_id": "7302375502034411520", 3 "text": "This is a great point! Healthcare professionals need...", 4 "posted_at": { 5 "timestamp": 1626782941000, 6 "date": "2023-07-20 12:49:01", 7 "relative": "2d" 8 }, 9 "is_edited": false, 10 "is_pinned": false, 11 "comment_url": "https://www.linkedin.com/feed/update/...", 12 "comment_type": "comment", 13 "author": { 14 "name": "John Smith", 15 "headline": "Healthcare Professional | Digital Health Advocate", 16 "profile_url": "https://www.linkedin.com/in/johnsmith/", 17 "profile_picture": "https://media.licdn.com/dms/image/..." 18 }, 19 "stats": { 20 "total_reactions": 25, 21 "reactions": { 22 "like": 20, 23 "appreciation": 3, 24 "empathy": 2, 25 "interest": 0, 26 "praise": 0 27 }, 28 "comments": 3 29 }, 30 "post_input": "7302346926123798528" 31}
For replies, additional fields are included:
1{ 2 "comment_type": "reply", 3 "parent_comment_id": "7302375502034411520" 4}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!