
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
linkedin-search-groups
Advanced tools
A nodejs package to search keyword in linkedin groups and scrape search results data from linkedin automatically.
Linkedin-Search-Groups is a nodejs package to search keyword in groups and then scrape groups data on linkedin using browser automation. It currently runs only on windows.
npm install linkedin-search-groups
In this example we first import package, then we login with cookies and then search and scrape data of groups.
var linkedin=require("linkedin-search-groups");
function get_data(response){
var data=response["body"]
console.log("data",data)
}
function results(){
linkedin.groups_results(get_data)
}
function search(){
linkedin.search_groups('keyword',results)
}
linkedin.login_cookie(cookie_list,search)
datakund is needed for browser automation. As soon as this package is imported in code, automated browser will open up.
var linkedin=require("linkedin-search-groups");
linkedin.login(username,password)
linkedin.login_cookie(list_of_cookies)
linkedin.search_groups("keyword")
linkedin.groups_results()
To login with cookies Edit this Cookie Extension can be added to browser
FAQs
A nodejs package to search keyword in linkedin groups and scrape search results data from linkedin automatically.
The npm package linkedin-search-groups receives a total of 0 weekly downloads. As such, linkedin-search-groups popularity was classified as not popular.
We found that linkedin-search-groups demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.