LinkedIn Post Scraper
Pricing
$19.99/month + usage
Go to Apify Store
LinkedIn Post Scraper
Scrape LinkedIn posts from public profiles and pages with ease πΌπ’ Extract post text, images, videos, dates, reactions, comments, shares, and more. Perfect for competitor research, content analysis, lead generation, and brand monitoring. Turn LinkedIn content into actionable insights fast π
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
Scrapium
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Apify actor that scrapes LinkedIn posts from company/person URLs. Output format: linkedin_posts.json.
Input
| Field | Type | Default | Description |
|---|---|---|---|
urls | array | required | Source URLs β LinkedIn company or person URLs |
limitPerSource | integer | 10 | Maximum posts to collect per URL |
scrapeUntil | string | - | Scrape until date (YYYY-MM-DD) β date picker in UI |
deepScrape | boolean | true | Scrape additional information |
rawData | boolean | false | Get raw data (Advanced) |
proxyConfiguration | object | - | Optional proxy configuration |
Output
- Dataset: Array of posts (same format as
linkedin_posts.json) - Key-value store:
linkedin_posts.jsonβ full JSON array of posts
Run locally
cd linkedin-post-scraperpip install -r requirements.txtapify run
Input example
{"urls": ["https://www.linkedin.com/company/google/"],"limitPerSource": 10,"scrapeUntil": "2026-03-01","deepScrape": true,"rawData": false}