Linkedin post scraper avatar
Linkedin post scraper
Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
Linkedin post scraper

Linkedin post scraper

curious_coder/linkedin-post-search-scraper
Try for free

3 days trial then $30.00/month - No credit card required now

Scrape linkedin posts or updates from linkedin post search results. Supports advanced linkedin search filters. Extract posts from any linkedin member

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "searchUrl": "",
8  "startPage": 1,
9  "minDelay": 2,
10  "maxDelay": 5
11}
12EOF
13
14# Run the Actor using an HTTP API
15# See the full API reference at https://docs.apify.com/api/v2
16curl "https://api.apify.com/v2/acts/curious_coder~linkedin-post-search-scraper/runs?token=$API_TOKEN" \
17  -X POST \
18  -d @input.json \
19  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 256 monthly users
  • 14 stars
  • 58.3% runs succeeded
  • 4.8 days response time
  • Created in Jun 2023
  • Modified 5 days ago