LinkedIn Company Posts Scraper - $0.90/1k, No Login
Pricing
from $0.90 / 1,000 successful public company posts
LinkedIn Company Posts Scraper - $0.90/1k, No Login
Scrape public posts from any LinkedIn company page. Each row has the post text, reaction count, comment count and post URL. No LinkedIn login, no cookies, no API key. $0.90 per 1,000 posts, flat on every plan.
Pricing
from $0.90 / 1,000 successful public company posts
Rating
0.0
(0)
Developer
Dami's Studio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
43 minutes ago
Last modified
Categories
Share
LinkedIn Company Posts Scraper: recent posts from a company page, no login
Paste linkedin.com/company/... URLs and get the posts LinkedIn publishes on each of those pages:
the full post text, the post URL, the activity id, the publish time and any images. No account, no
cookie, no API key.
The honest part first. A logged-out company page carries only its latest handful of posts, so this is a window on what a company is saying now, not an archive. There is no paging back through last year.
| Input | Public /company/ URLs |
| Output | One row per post |
| Ceiling | 50 companies per run |
| Account needed | None |
| Price | $0.90 per 1,000 posts, flat on every plan |
🏷️ What LinkedIn Company Posts Scraper does
Open a company page signed out and LinkedIn still publishes its recent posts in the page itself, for search engines. This reads that, for each company URL you give it, and writes one row per post.
Two rules decide what becomes a row. The post has to be authored by the company you asked for, so a partner's post sitting on the page is left out rather than filed under the wrong name. And it has to carry a real activity id, which is what makes the row joinable to anything else you collect.
The text is the post body as published, not a preview, so long posts arrive whole.
📥 What you give it
{"companyUrls": ["https://www.linkedin.com/company/openai/","https://www.linkedin.com/company/apify/"],"maxCompanies": 10,"maxPostsPerCompany": 20}
| Field | Default | What it is |
|---|---|---|
companyUrls | empty | Public /company/ URLs. Leave it empty and you get one labelled sample row, free. |
maxCompanies | 10 | 1 to 50. How many of those URLs the run actually opens. |
maxPostsPerCompany | 20 | 1 to 100. A cap on rows per company, not a target: you get what the page publishes, which is usually fewer. |
requestTimeoutSecs | 20 | 5 to 60 seconds per page. |
Set maxCompanies to match your list. The input box will take more URLs than the run will
fetch, and anything past maxCompanies is dropped without a row to tell you. Fifty is the ceiling
for one run, so split a longer list.
📤 What you get back
A real row from a recent run:
{"ok": true,"_sample": false,"sourceType": "public_company_post","companyName": "OpenAI","companyUrl": "https://www.linkedin.com/company/openai","companySlug": "openai","postUrl": "https://www.linkedin.com/posts/openai_we-mobilized-250-people-to-strengthen-our-activity-7503863629813837824-XLk9","activityId": "7503863629813837824","headline": null,"text": "We mobilized 250+ people to strengthen our defenses across hundreds of systems. Our latest cyber models helped us find and fix vulnerabilities we might never have discovered otherwise. ...","datePublished": "2026-09-10T17:15:04.365Z","dateModified": null,"commentCount": null,"reactionCount": null,"imageUrls": [],"transport": "direct_http","retrievedAt": "2026-09-14T05:45:28.621Z"}
| Field | What it is |
|---|---|
activityId | LinkedIn's id for the post. Your dedupe key, and what links a row to a comments run. |
text | The post body as published. Shortened above only to keep this page readable. |
datePublished | A real timestamp when the page carries one, which on company posts it usually does. |
commentCount, reactionCount | Often null, as in the row above. They are only filled in when the page publishes them in the shape this reads, and plenty of pages do not. If engagement numbers are the point of your run, use the post search actor further down instead. |
imageUrls | Image links on the post, deduplicated. An empty list for a text-only post. |
headline | The headline of an attached article, null for an ordinary post. |
Nothing is inferred. A field the page does not publish comes back null or empty.
🧾 Reading the output
Three kinds of row, and only real posts cost anything.
| Row | How to spot it | Charged |
|---|---|---|
| A post | sourceType: "public_company_post" | yes |
| The sample row | _sample: true, and it only appears when you run with empty input | no |
| A diagnostic | ok: false and _diagnostic: true | no |
There is no charged field on these rows. sourceType is what separates a real post from a sample
or a diagnostic.
A diagnostic row carries an errorCode:
| Code | What it means |
|---|---|
BAD_INPUT | Not a /company/ URL. Nothing was requested for it. |
NO_RESULTS | The page loaded and carried no posts by that company. A renamed company lands here too, because the posts on the page that answers belong to a different slug. |
BLOCKED | LinkedIn answered with a challenge page instead of the company page. Try again later. |
RATE_LIMITED | Too many pages too close together. Space your runs out. |
SERVER_ERROR | LinkedIn returned an error of its own. |
NETWORK | The page did not arrive inside requestTimeoutSecs, or LinkedIn answered with something unusable. A company page that no longer exists shows up here rather than under a "not found" code. |
Neither a sample nor a diagnostic row fails the run.
▶️ How to run it
- Open LinkedIn Company Posts Scraper and click Try for free.
- Paste company URLs into Public LinkedIn company URLs, one per line.
- Set Maximum companies to at least the number you pasted.
- Click Start.
- Download the dataset as JSON, CSV or Excel, or read it from the Apify API.
💰 How much does it cost?
$0.90 per 1,000 posts. Flat on every Apify plan, no volume tiers.
One charge per post row. A company page with nothing on it costs you nothing for results, and sample and diagnostic rows are never charged. Since a page carries only a handful of posts, a run over ten companies is usually a few dozen rows, not thousands.
💡 What people use it for
- Watching what a set of competitors announce, without following them from a personal account.
- Collecting a company's own words about a launch, in full, for a brief or a report.
- Picking up activity ids to feed into a comments run and see who is replying.
- Checking on a schedule whether a company page has posted anything new since yesterday.
🚧 What it does not do
- No post history. Only what the logged-out page carries, which is the recent few. No paging.
- No comments. The comments actor below takes the
postUrloractivityIdfrom these rows. - No reliable engagement numbers.
reactionCountandcommentCountarenullon plenty of posts, and no setting changes that. - No personal posts. Only posts by the company itself. Employee posts and partner posts on the page are left out on purpose.
- No video files or documents. Image links only.
- No reshare chain. You get the post as published on the page, not what it quoted.
- URLs past
maxCompaniesget no row at all. They are dropped, silently.
🧭 Which LinkedIn scraper do you need?
| If you want | Use |
|---|---|
| Recent posts from a company page | This one |
| Posts with reliable reaction and comment counts, by keyword | LinkedIn Post Search Scraper |
| Comments under one of those posts | LinkedIn Post Comments Scraper |
| Recent posts from a person | LinkedIn Profile Posts Scraper |
| The company page itself: size, HQ, website | LinkedIn Companies Scraper |
❓ Questions people ask
Do I need a LinkedIn account? No, and there is no cookie field. Nothing to paste, nothing to renew.
Why did I only get five posts from a big company? Because that is what the public page carries.
Raising maxPostsPerCompany does not make LinkedIn publish more of them.
Why are the reaction counts empty? The page did not publish them in the shape this reads. It is common, and it is why that field is documented as unreliable rather than sold as a feature.
Can I get posts from a date range? Not as a filter. Every row carries datePublished, so
filter after the fact.
Is scraping LinkedIn legal? This reads only pages LinkedIn publishes to the open web for search engines. Apify's write-up on scraping and the law is a reasonable starting point, and we are not lawyers.
🆘 If something breaks
Open the Issues tab on the actor page. Send the run ID and the company URL. The errorCode on
the diagnostic row usually explains it on its own.