Linkedin Profile Post Scraper avatar

Linkedin Profile Post Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Linkedin Profile Post Scraper

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

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

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

FieldTypeRequiredDescription
urlsarrayYesLinkedIn profile URLs (https://www.linkedin.com/in/...). Non-profile URLs are ignored.
proxyConfigurationobjectYesApify proxy settings. Default: no proxy; actor falls back if blocked.
maxPostsintegerNoMax posts per URL (default: 100).
rateLimitDelayintegerNoBase delay between requests in seconds (default: 1).
fetchRetriesintegerNoHTTP 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

  1. Open Apify ConsoleActors.
  2. Select LinkedIn Profile Post Scraper.
  3. Set urls and proxyConfiguration (and optional fields).
  4. Click Start.
  5. Check Log for progress and proxy fallback messages.
  6. 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).