Linkedin Posts Informations Scraper avatar
Linkedin Posts Informations Scraper
Try for free

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

View all Actors
Linkedin Posts Informations Scraper

Linkedin Posts Informations Scraper

saswave/linkedin-posts-informations-parser
Try for free

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

Scrape linkedin posts from linkedin post search results, url post, company url or people url. Supports advanced linkedin search filters. Extract posts from any linkedin member. Linkedin scraper at scale.

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  "proxyConfiguration": {
8    "useApifyProxy": false
9  },
10  "url": [
11    "https://www.linkedin.com/posts/sebastien-couasnon_podcast-fintech-tech45-activity-7172848771716763648-5JxH?utm_source=share&utm_medium=member_desktop"
12  ],
13  "url_search": "https://www.linkedin.com/company/financial-times/"
14}
15EOF
16
17# Run the Actor using an HTTP API
18# See the full API reference at https://docs.apify.com/api/v2
19curl "https://api.apify.com/v2/acts/saswave~linkedin-posts-informations-parser/runs?token=$API_TOKEN" \
20  -X POST \
21  -d @input.json \
22  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 39 monthly users
  • 7 stars
  • 76.8% runs succeeded
  • 2.8 days response time
  • Created in Oct 2023
  • Modified 29 days ago