LinkedIn Company Posts Scraper avatar

LinkedIn Company Posts Scraper

Pricing

from $5.00 / 1,000 post scrapeds

Go to Apify Store
LinkedIn Company Posts Scraper

LinkedIn Company Posts Scraper

Scrape public LinkedIn company posts without user cookies. Uses ScrapeCreators as the primary provider and SociaVault as fallback/enrichment for company profile and post details.

Pricing

from $5.00 / 1,000 post scrapeds

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape public posts from LinkedIn company pages without asking users for LinkedIn cookies.

This actor uses managed social-data APIs:

  • Primary: ScrapeCreators /v1/linkedin/company/posts
  • Secondary: SociaVault /v1/scrape/linkedin/company and /v1/scrape/linkedin/post

Both providers work with public data and provider API keys. The actor never accepts LinkedIn li_at, browser cookies, email/password login, or private member data.

Input

{
"companyUrls": ["https://www.linkedin.com/company/shopify"],
"maxPosts": 100,
"maxPagesPerCompany": 1,
"providerOrder": "scrapecreators-first",
"includeCompanyProfile": true,
"enrichPosts": false
}

Output

Each dataset item is one company post:

{
"companyUrl": "https://www.linkedin.com/company/shopify",
"companyName": "Shopify",
"companyHandle": "shopify",
"postId": "7429579034096726016",
"postUrl": "https://www.linkedin.com/posts/shopify_example-activity-7429579034096726016-uX1e",
"text": "Merchants can now use Sidekick voice mode.",
"datePublished": "2026-02-17T17:34:36.617Z",
"source": "scrapecreators",
"scrapedAt": "2026-06-08T12:00:00.000Z"
}

If enrichPosts is enabled and SociaVault is configured, records can also include reactionCount, likeCount, commentCount, engagementCount, author fields, and a short comments preview when the provider returns those fields.

Owner Setup

Add provider keys as Apify secrets:

apify secrets add SCRAPECREATORS_API_KEY "your-key"
apify secrets add SOCIAVAULT_API_KEY "your-key"

SOCIALVAULT_API_KEY is also read for compatibility with older local actors, but SOCIAVAULT_API_KEY is preferred.

Provider Behavior

ScrapeCreators is the recommended primary source because it exposes a dedicated company posts endpoint with url and page parameters. The provider currently documents a maximum of 7 company-post pages because of LinkedIn public-page limitations.

SociaVault is used as a fallback via its company endpoint, which returns company metadata and recent posts when available. Its post endpoint can be used for optional per-post enrichment.

Limits

  • Public LinkedIn data only.
  • No private profiles, logged-in-only posts, jobs, emails, connections, or employee graphs.
  • No LinkedIn cookies accepted.
  • maxPagesPerCompany is capped at 7.

Run Summary

The actor writes RUN_SUMMARY and OUTPUT key-value records with:

  • number of posts scraped and charged
  • companies processed
  • providers configured and used
  • provider status-code telemetry
  • duplicate count
  • terminal stopReason

Pricing

The included pay-per-event schema charges post-scraped at USD 0.005 per saved post. This keeps margin above the managed provider request costs even when occasional fallbacks or detail enrichments are needed.