Linkedin Profile Post Scraper
Pricing
$19.99/month + usage
Linkedin Profile Post Scraper
LinkedIn Profile Post Scraper extracts posts from any LinkedIn profile. Collect post text, dates, reactions, comments, and engagement metrics. Ideal for content research, competitor monitoring, influencer analysis, and tracking professional activity across LinkedIn profiles.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer

Scrapio
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
Share
Scrape posts from LinkedIn profile pages. Outputs one dataset item per post with author, text, images, engagement, and comments.
Why use this actor
- Bulk URLs: Pass multiple company or profile URLs in one run.
- Proxy fallback: Starts with no proxy; if LinkedIn blocks, automatically tries datacenter then residential proxy (with 3 retries), then keeps using residential.
- Live saving: Each post is pushed to the dataset as soon as it’s scraped.
Input
| Field | Type | Required | Description |
|---|---|---|---|
urls | array | Yes | LinkedIn profile URLs (https://www.linkedin.com/in/...). Non-profile URLs are ignored. |
proxyConfiguration | object | Yes | Apify proxy settings. Default: no proxy; actor falls back if blocked. |
maxPosts | integer | No | Max posts per URL (default: 100). |
rateLimitDelay | integer | No | Base delay between requests in seconds (default: 1). |
fetchRetries | integer | No | HTTP retries per request (default: 3). |
Example input
{"urls": ["https://www.linkedin.com/in/username1","https://www.linkedin.com/in/username2"],"proxyConfiguration": { "useApifyProxy": false },"maxPosts": 50}
Output
Dataset items match the LinkedIn post shape: urn, text, url, postedAtTimestamp, postedAtISO, timeSincePosted, authorType, authorProfileUrl, authorProfileId, authorFullName, authorHeadline, image, images, author, comments, reactions, numLikes, numComments, commentsTruncated, commentsComplete, reactionsTruncated, and related flags.
How to run
- Open Apify Console → Actors.
- Select LinkedIn Profile Post Scraper.
- Set urls and proxyConfiguration (and optional fields).
- Click Start.
- Check Log for progress and proxy fallback messages.
- Download or use the Dataset in the Output tab.
Cautions
- Data is from publicly available pages only.
- You are responsible for compliance with applicable laws (privacy, data protection, terms of use).