Linkedin Profile Comments [NO COOKIES] avatar

Linkedin Profile Comments [NO COOKIES]

Try for free

No credit card required

Go to Store
Linkedin Profile Comments [NO COOKIES]

Linkedin Profile Comments [NO COOKIES]

apimaestro/linkedin-profile-comments
Try for free

No credit card required

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

LinkedIn Profile Comments Scraper

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

Our LinkedIn Scraping Suite

Get comprehensive LinkedIn data with our specialized actors:

Each actor is designed to work independently or in combination for advanced use cases.

Features

  • 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

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

Pagination

For accessing older comments:

  1. Make first request with page_number=1
  2. Get pagination_token from response metadata
  3. Use that token for subsequent page requests

Output Preview

1{
2    "comments": [
3        {
4            "posted_at": "2 months ago",
5            "text": "Post content here...",
6            "url": "https://www.linkedin.com/comments/...",
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}
Developer
Maintained by Community

Actor Metrics

  • 12 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 3 days ago