Linkedin Profile And Company Posts Scraper avatar

Linkedin Profile And Company Posts Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Linkedin Profile And Company Posts Scraper

Linkedin Profile And Company Posts Scraper

LinkedIn Profile and Company Posts Scraper extracts posts from LinkedIn profiles and company pages. It collects post text, images, engagement metrics, timestamps, and profile details. Ideal for social media research, brand monitoring, competitor analysis, and content tracking.

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

3 days ago

Last modified

Share

LinkedIn Profile & Company Posts Scraper

Scrape posts from LinkedIn company and 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 URLs (company, profile, or feed).
proxyConfigurationobjectYesApify proxy settings. Default: no proxy; actor falls back if blocked.
maxPostsintegerNoMax posts per URL (default: 100).
targetTypestringNocompany, profile, or both (default: both).
rateLimitDelayintegerNoBase delay between requests in seconds (default: 1).
fetchRetriesintegerNoHTTP retries per request (default: 3).

Example input

{
"urls": [
"https://www.linkedin.com/company/google/",
"https://www.linkedin.com/in/username"
],
"proxyConfiguration": { "useApifyProxy": false },
"maxPosts": 50,
"targetType": "both"
}

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 and Company Posts 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).