LinkedIn Profile Activity Scraper
Pricing
from $10.00 / 1,000 results
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
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
4 days ago
Last modified
Categories
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
| Type | Description |
|---|---|
posts | Original content published by the person |
reposts | Content they reshared (with or without commentary) |
comments | Posts they publicly commented on |
reactions | Posts 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 / Reactionpost_text— full content textpost_url— canonical linkcreated_at— ISO 8601 timestampauthor_name,author_headline,author_linkedin_url,author_typenum_likes,num_comments,num_sharesreaction_counts— full breakdown by typemedia_attachments— images, documents, videosis_repost,repost_commentaryshared_post— original post details when applicablecursor— 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
commentsandreactionstypes 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.