Linkedin Posts Data Scraper: Extract detailed information from LinkedIn profiles including work experience, education history, and location details.
Extract detailed information from LinkedIn posts including content, author details, reactions, comments count, and media information.
Each actor is designed to work independently or in combination for advanced use cases.
Provide a LinkedIn post URL or post ID to get complete post details. The post URL is the full LinkedIn post URL (e.g., 'https://www.linkedin.com/posts/satyanadella_no-one-becomes-a-clinician-to-do-paperwork-activity-7302346926123798528-jitu'), or you can provide just the post ID (e.g., '7302346926123798528').
1{ 2 "post": { 3 "id": "7302346926123798528", 4 "url": "https://www.linkedin.com/feed/update/urn:li:activity:7302346926123798528", 5 "created_at": { 6 "timestamp": 1733574820000, 7 "date": "2024-03-15 14:20:20", 8 "relative": "3w" 9 }, 10 "text": "Post content text goes here...", 11 "type": "video" 12 }, 13 "author": { 14 "name": "Author Name", 15 "headline": "Author Headline", 16 "profile_url": "https://www.linkedin.com/in/author-profile", 17 "profile_picture": "https://media.licdn.com/profile-picture-url" 18 }, 19 "media": [ 20 { 21 "type": "video", 22 "duration": 65500, 23 "thumbnail": "https://media.licdn.com/thumbnail-url" 24 } 25 ], 26 "stats": { 27 "total_reactions": 250, 28 "reactions": { 29 "like": 200, 30 "appreciation": 30, 31 "empathy": 10, 32 "interest": 5, 33 "praise": 5, 34 "entertainment": 0 35 }, 36 "comments": 45, 37 "shares": 12 38 } 39}
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!