Linkedin Profile Posts [NO COOKIES] avatar

Linkedin Profile Posts [NO COOKIES]

Try for free

No credit card required

Go to Store
Linkedin Profile Posts [NO COOKIES]

Linkedin Profile Posts [NO COOKIES]

apimaestro/linkedin-profile-posts
Try for free

No credit card required

Extract public posts and activity from LinkedIn profiles including post content, reactions, comments count, and media attachments

LinkedIn Profile Posts Scraper

Extract public posts and activity from LinkedIn profiles including post content, reactions, comments count, and media attachments.

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

Usage

Provide a LinkedIn profile username 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).

Pagination

For accessing older posts:

  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    "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}
Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 3 stars

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 2 days ago