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

Pricing

$5.00 / 1,000 results

Go to Store
Linkedin Profile Comments [NO COOKIES]

Linkedin Profile Comments [NO COOKIES]

Developed by

API Maestro

API Maestro

Maintained by Community

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

5.0 (3)

Pricing

$5.00 / 1,000 results

16

Total users

225

Monthly users

89

Runs succeeded

>99%

Issues response

1.7 hours

Last modified

a month ago

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

Advanced: Pagination Support

Each run returns up to 100 comments per page.

For accessing older posts:

  1. Make first run with page_number = 1 and get first 100 results
  2. Get pagination_token from run output of page 1
  3. Make second run with that pagination_token and page_number = 2 to get next 100 results
  4. For next 100 results, do the same by using pagination_token from second run output

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..."
}
}