linkedin-post-comments-scraper
v1.0.1
Published
A nodejs package to scrape post comments data from linkedin automatically.
Downloads
4
Maintainers
Readme
Linkedin-Post-Comments-Scraper is a nodejs package to scrape comments of a post on linkedin using browser automation. It currently runs only on windows.
Installation
npm install linkedin-post-comments-scraper
Example
In this example we first import package, then we login with cookies and then scrape comments of a post.
var linkedin=require("linkedin-post-comments-scraper");
function get_data(response){
var data=response["body"]
console.log("data",data)
}
function fetch(){
linkedin.get_comments(get_data)
}
function open_link(){
linkedin.open("post link",fetch)
}
linkedin.login_cookie(cookie_list,open_link)
Youtube Video
DataKund
datakund is needed for browser automation. As soon as this package is imported in code, automated browser will open up.
Import
var linkedin=require("linkedin-post-comments-scraper");
Login with credentials
linkedin.login(username,password)
Login with cookies
linkedin.login_cookie(list_of_cookies)
Get Comments Data
linkedin.get_comments()
Cookies
To login with cookies Edit this Cookie Extension can be added to browser