Linkedin comment scraper
3 days trial then $25.00/month - No credit card required now
Linkedin comment scraper
3 days trial then $25.00/month - No credit card required now
Scrape comments from any linkedin post with following details: Comment text, Comment author details, Total Likes, Total replies, etc
You can access the Linkedin comment scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "postUrl": "https://www.linkedin.com/posts/linkedin_add-job-preferences-activity-6704397478923423745-OR6o",
3 "sortType": "RELEVANCE",
4 "startPage": 1,
5 "minDelay": 2,
6 "maxDelay": 7,
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyCountry": "US"
10 }
11}' |
12apify call curious_coder/linkedin-comment-scraper --silent --output-dataset
Linkedin comment scraper API through CLI
The Apify CLI is the official tool that allows you to use Linkedin comment scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
58 monthly users
-
6 stars
97% runs succeeded
1.1 days response time
Created in Sep 2023
Modified a month ago