LinkedIn Post Scraper
Pricing
$19.99/month + usage
Go to Apify Store
LinkedIn Post Scraper
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapeMesh
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 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}