Linkedin Post Scraper avatar

Linkedin Post Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Linkedin Post Scraper

Linkedin Post Scraper

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScrapeLabs

ScrapeLabs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Apify actor that scrapes LinkedIn posts from company/person URLs. Output format: linkedin_posts.json.

Input

FieldTypeDefaultDescription
urlsarrayrequiredSource URLs – LinkedIn company or person URLs
limitPerSourceinteger10Maximum posts to collect per URL
scrapeUntilstring-Scrape until date (YYYY-MM-DD) – date picker in UI
deepScrapebooleantrueScrape additional information
rawDatabooleanfalseGet raw data (Advanced)
proxyConfigurationobject-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-scraper
pip install -r requirements.txt
apify run

Input example

{
"urls": ["https://www.linkedin.com/company/google/"],
"limitPerSource": 10,
"scrapeUntil": "2026-03-01",
"deepScrape": true,
"rawData": false
}