Linkedin Mass Profile Posts Scraper | NO COOKIES avatar
Linkedin Mass Profile Posts Scraper | NO COOKIES

Pricing

$5.00 / 1,000 results

Go to Apify Store
Linkedin Mass Profile Posts Scraper | NO COOKIES

Linkedin Mass Profile Posts Scraper | NO COOKIES

Scrape in Batch LinkedIn posts from LinkedIn profiles including post content, reactions, comments count, and media attachments

Pricing

$5.00 / 1,000 results

Rating

4.9

(8)

Developer

API Maestro

API Maestro

Maintained by Community

Actor stats

80

Bookmarked

1.8K

Total users

287

Monthly active users

9.5 days

Issues response

12 days ago

Last modified

Share

🚀 LinkedIn Batch Profile Posts Scraper

-Scrape In Batch Profile Posts Data

-Up to 1000 profiles can be scraped on a single run in no time !

For other LinkedIn actors, check: https://apify.com/apimaestro

✨ Key Features

  • No account needed: Don't risk your account security by sharing your cookies and don't get your account restricted or banned!
  • Recent posts and activity
  • Post content and media
  • Reaction counts by type (likes, comments, etc.)
  • Post URLs for sharing
  • Author details
  • Media attachments (images, articles, etc.)
  • Pagination support for older posts

🔧 Simple Usage

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).

Output Preview

{
"posts": [
{
"posted_at": "2 months ago",
"text": "Post content here...",
"url": "https://www.linkedin.com/posts/...",
"author": {
"first_name": "Satya",
"last_name": "Nadella",
"headline": "Chairman and CEO at Microsoft",
"profile_url": "https://www.linkedin.com/in/satyanadella",
"profile_picture": "https://..."
},
"stats": {
"total_reactions": 2508,
"likes": 2048,
"appreciations": 63,
"empathy": 195,
"interests": 20,
"praises": 182,
"comments": 159,
"reposts": 159
},
"media": {
"type": "article",
"url": "https://...",
"thumbnail": "https://..."
}
}
],
"metadata": {
"pagination_token": "dXJuOmxpOmFj..."
}
}