Linkedin Profile Comments [NO COOKIES] avatar
Linkedin Profile Comments [NO COOKIES]

Pricing

$5.00 / 1,000 results

Go to Apify Store
Linkedin Profile Comments [NO COOKIES]

Linkedin Profile Comments [NO COOKIES]

Linkedin User comments scraper: Extract comments LinkedIn profiles and users including post content, reactions, stats, media attachments and more.

Pricing

$5.00 / 1,000 results

Rating

5.0

(7)

Developer

API Maestro

API Maestro

Maintained by Community

Actor stats

32

Bookmarked

718

Total users

120

Monthly active users

0.17 hours

Issues response

14 days ago

Last modified

Share

LinkedIn Profile Comments Scraper

Extract public Comments made by Linkedin User. Get structured data including reaction and posts

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 Comments
  • Post content and media
  • Reaction counts by type (likes, comments, etc.)
  • Post URLs for sharing
  • Media attachments (images, articles, etc.)
  • Pagination support for older posts

🔧 Simple Usage

Provide a LinkedIn profile username to get their recent comments and activity. The username is the last part of a LinkedIn profile URL (e.g., 'satyanadella' from linkedin.com/in/satyanadella).

Automatic Pagination

Simply set the total number of comments you want the actor to scrape per Profile on Result Limit Per Profile field.

Output Preview

{
"comments": [
{
"posted_at": "2 months ago",
"text": "Post content here...",
"url": "https://www.linkedin.com/comments/...",
"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..."
}
}