Scrape in Batch LinkedIn posts from LinkedIn profiles including post content, reactions, comments count, and media attachments
Provide a list of LinkedIn profiles by username or url to get their recent posts and activity. The username is the last part of a LinkedIn profile URL (e.g., 'satyanadella' from linkedin.com/in/satyanadella).
1{ 2 "posts": [ 3 { 4 "posted_at": "2 months ago", 5 "text": "Post content here...", 6 "url": "https://www.linkedin.com/posts/...", 7 "author": { 8 "first_name": "Satya", 9 "last_name": "Nadella", 10 "headline": "Chairman and CEO at Microsoft", 11 "profile_url": "https://www.linkedin.com/in/satyanadella", 12 "profile_picture": "https://..." 13 }, 14 "stats": { 15 "total_reactions": 2508, 16 "likes": 2048, 17 "appreciations": 63, 18 "empathy": 195, 19 "interests": 20, 20 "praises": 182, 21 "comments": 159, 22 "reposts": 159 23 }, 24 "media": { 25 "type": "article", 26 "url": "https://...", 27 "thumbnail": "https://..." 28 } 29 } 30 ], 31 "metadata": { 32 "pagination_token": "dXJuOmxpOmFj..." 33 } 34}
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!