LinkedIn Profile Activity Scraper avatar

LinkedIn Profile Activity Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
LinkedIn Profile Activity Scraper

LinkedIn Profile Activity Scraper

Scrape recent posts, reposts, and activity from any LinkedIn profile. Returns full post text, engagement metrics, reaction breakdowns, media attachments, and author info. Paginated. No cookies or login required. Clean JSON output.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Iron Crawler

Iron Crawler

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Extract the full post and activity history from any LinkedIn profile — post text, engagement metrics, reaction type breakdown, reposts, and media — without cookies, login, or a LinkedIn account.

Activity Types Supported

TypeDescription
postsOriginal content published by the person
repostsContent they reshared (with or without commentary)
commentsPosts they publicly commented on
reactionsPosts they publicly reacted to

Set activity_type to any of the above, or run all types in sequence.

Output Fields Per Activity Item

  • activity_type — Post / Repost / Comment / Reaction
  • post_text — full content text
  • post_url — canonical link
  • created_at — ISO 8601 timestamp
  • author_name, author_headline, author_linkedin_url, author_type
  • num_likes, num_comments, num_shares
  • reaction_counts — full breakdown by type
  • media_attachments — images, documents, videos
  • is_repost, repost_commentary
  • shared_post — original post details when applicable
  • cursor — pagination token (handled automatically)

Input

{
"profile_urls": ["https://www.linkedin.com/in/garyvaynerchuk/"],
"activity_type": "posts",
"max_results": 100
}

Use Cases

  • Thought leader content analysis — extract full post history to analyze writing patterns, topic focus, and engagement performance
  • Audience intelligence — the comments and reactions types reveal which posts a person engages with — useful for warm prospecting and network mapping
  • Content research — build a corpus of posts from a target industry's key voices
  • Monitoring — run on a schedule to track new posts from specific profiles

Pricing

$15 per 1,000 activity items. No subscription.

FAQ

What's the difference between posts and reposts? posts returns only original content. reposts returns reshared content. Setting activity_type: all returns both.

Does comments show posts this person commented on? Yes — comments returns the posts they engaged with via comment, not their own posts.

How far back does the history go? LinkedIn limits profile activity to roughly the most recent 200–300 items per activity type. The actor retrieves up to max_results items, paginating automatically.