LinkedIn Company Posts Scraper
LinkedIn company posts scraper at $0.90 per 1,000 posts plus a $0.001 run start. Public post text, reactions, comments and URLs. No login or cookies needed.
How it works
- 1Open it on Apify
Hit Run on Apify — it opens the tool in the cloud, no install.
- 2Set the inputs
Adjust
companyUrls,maxCompanies,maxPostsPerCompany(sensible defaults are pre-filled). - 3Click Run
The tool runs on Apify’s cloud and collects the data for you.
- 4Export the results
Download as JSON, CSV or Excel, or pipe straight into your app, Google Sheets, or an AI agent.
Pricing
$0.0009 per successful public company post = $0.9 per 1,000
| You are charged for | When | Price |
|---|---|---|
| Successful public company post | Charged only after a matching public company post is written to the dataset. | $0.0009 |
| Actor Start | Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). | $0.001 |
Pay-per-event pricing: you are billed per result, not per subscription — a run that returns nothing costs nothing beyond the start fee. Billing is handled by Apify on your own account. These are the live Apify store prices, in effect since 2026-08-04, and they are what you are actually charged.
Inputs
| Field | What it does | Type |
|---|---|---|
companyUrls | Public URLs in the form https://www.linkedin.com/company/company-slug/. This actor reads only public post records embedded in the returned company page. Empty input returns one clearly labeled, uncharged sample row. | array |
maxCompanies | Maximum valid public company URLs to request. Invalid, blocked, or postless pages return free diagnostic rows. | integer |
maxPostsPerCompany | Maximum matching public company posts returned from one supplied company page. This actor does not paginate or call LinkedIn private APIs. | integer |
requestTimeoutSecs | Timeout for one public company page request. | integer |
What you get
A structured dataset — each result includes fields like:
companyNameheadlinetextpostUrldatePublishedtransportExport every run as JSON, CSV or Excel, or send it to your app, a database, Google Sheets, or an AI agent.
Related tools in Social Media Scrapers
Other ready-to-run tools in the same category — all pay-per-use on the Apify cloud.
LinkedIn Post Comments Scraper
Scrape public LinkedIn post comments: author name, profile URL, reaction count. No login or cookie. Up to 10 per post.
RedNote Scraper
Scrape public RedNote (Xiaohongshu) notes: description, author, likes, collects, comments, shares and images.
RedNote (Xiaohongshu) Profile Scraper
RedNote (Xiaohongshu) profile scraper API. Nickname, RedNote ID, follower counts, likes and collects, verification, IP location, gender and recent notes.
Douyin Hot Search Scraper
Scrape Douyin trending topics: rank, hot value, views, video count, badge and cover image from the hot and society boards. No login.
Facebook Comments Scraper
Scrape comments from any public Facebook post or reel: author, text, date, likes, replies. No login or cookies.
Facebook Groups Scraper
Scrape public Facebook group posts without logging in: author, text, time, permalink, media and engagement counts.
Where this tool sits
- Categories
- Social Media Scrapers
- Platforms
LinkedIn Company Posts Scraper
Extract only LinkedIn company posts that are publicly exposed as structured data on supplied company pages. This actor does not request a login, cookies, private APIs, employee/contact data, post reactions from hidden endpoints, or residential proxy traffic.
$0.90 per 1,000 posts ($0.0009 each), plus $0.001 each time a run starts. Flat rate — no volume tiers, no plan gates — and you are charged only for posts actually returned. For context, the other LinkedIn company-post scrapers on the Apify Store with an active user base run from $0.30 to $1.20 per 1,000, resolved live on 2026-08-10 at each one's *lowest* volume tier.
Input
{
"companyUrls": ["https://www.linkedin.com/company/openai/"],
"maxCompanies": 1,
"maxPostsPerCompany": 20,
"requestTimeoutSecs": 20
}
| Field | Default | Range | What it does |
|---|---|---|---|
companyUrls | [] | up to 100 | Public URLs in the form https://www.linkedin.com/company/<company-slug>/. The optional /posts/ suffix is accepted. |
maxCompanies | 10 | 1–50 | How many valid company URLs to actually request. Invalid, blocked and postless pages return free diagnostic rows and do not count against your bill. |
maxPostsPerCompany | 20 | 1–100 | Cap on matching public posts returned from one company page. |
requestTimeoutSecs | 20 | 5–60 | Timeout for a single company-page request. |
The actor reads one returned company page per input URL. It does not paginate and does not call undocumented LinkedIn endpoints, so the ceiling per run is maxCompanies × maxPostsPerCompany.
Output
Every genuine row is backed by a public company-author JSON-LD record found in the page and a LinkedIn activity ID — if either is missing, the row is not emitted and not billed.
| Field | Notes |
|---|---|
companyName, companyUrl | The company the post belongs to, as LinkedIn publishes it. |
postUrl, activityId | Direct link to the post, plus LinkedIn's stable activity identifier for de-duplication across runs. |
headline | The post's short headline, where LinkedIn exposes one. |
text | The post body. |
datePublished, dateModified | ISO timestamps from the structured-data record. |
commentCount, reactionCount | Public engagement counts as shown on the page. |
imageUrls | Image URLs attached to the post. |
Missing public fields come back null or empty rather than guessed. Personal posts, content not authored by the requested company, malformed structured data, and pages without matching public post records are never billed.
Pricing
| Event | When | Price |
|---|---|---|
| Actor start | Once per run, per GB of run memory | $0.001 |
| Public company post | Each genuine post row written to the dataset | $0.0009 ($0.90 / 1,000) |
The row is written to the dataset *before* the charge call, so you can always see what you paid for. 20 posts costs $0.019; the largest run this actor allows — 50 companies × 100 posts — tops out at $4.501.
Transport, blocks and diagnostics
Direct HTTP only. The actor never starts residential or SERP proxy traffic, so there is no bandwidth surcharge hiding in your run cost.
Failures come back as labelled, uncharged diagnostic rows carrying ok: false, _diagnostic: true and an errorCode:
| Code | Meaning |
|---|---|
BAD_INPUT | The URL was not a public linkedin.com/company/<slug>/ address. |
NO_RESULTS | The page loaded but carried no matching public company-post records. |
BLOCKED | LinkedIn returned HTTP 999/403 or a security-verification interstitial. |
RATE_LIMITED | HTTP 429. |
SERVER_ERROR | HTTP 5xx from LinkedIn. |
NETWORK | Timeout or transport failure. |
Empty input
Empty input returns exactly one clearly labeled _sample: true row without making a LinkedIn request. It is always uncharged, so you can inspect the output shape before spending anything.
What this does not do
- No login and no cookies. Only what LinkedIn publishes to logged-out visitors is returned.
- No pagination. You get what the company page itself exposes, up to
maxPostsPerCompany. - No employee, contact or lead data, and no reactions pulled from private endpoints.
- No personal-profile posts. Company pages only.