Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

linkedin-jobs-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkedin-jobs-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -16,4 +16,4 @@ const cheerio = require("cheerio");

//api handles strings with spaces by replacing the values with %20
this.keyword = queryObj.keyword.replace(" ", "+") || "";
this.location = queryObj.location.replace(" ", "+") || "";
this.keyword = queryObj.keyword?.trim().replace(" ", "+") || "";
this.location = queryObj.location?.trim().replace(" ", "+") || "";
this.dateSincePosted = queryObj.dateSincePosted || "";

@@ -20,0 +20,0 @@ this.jobType = queryObj.jobType || "";

{
"name": "linkedin-jobs-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "advanced node.js package for getting job listings from LinkedIn",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test.js"
},

@@ -9,0 +9,0 @@ "repository": {

<div align="center">
<h1> <img src="https://www.freepnglogos.com/uploads/linkedin-logo-design-30.png" width="80px"><br/>LinkedIn Jobs API</h1>
<a href="https://itsvg.in" target="_blank"><img src="https://img.shields.io/badge/Creator-Vishwa%20Gaurav-blue?style=plastic"/></a>
<img src="https://img.shields.io/npm/v/linkedin-jobs-api?label=%20&style=plastic"/>
<img src="https://img.shields.io/npm/dt/linkedin-jobs-api?style=plastic">
<img src="https://img.shields.io/snyk/vulnerabilities/github/VishwaGauravIn/linkedin-jobs-api?style=plastic"/>
<img src="https://img.shields.io/badge/License-GPL%20v3-brightgreen?style=plastic"/>
<img src="https://img.shields.io/github/languages/code-size/VishwaGauravIn/linkedin-jobs-api?logo=github&style=plastic">
<a href="https://itsvg.in" target="_blank"><img src="https://img.shields.io/badge/Creator-Vishwa%20Gaurav-blue"/></a>
<img src="https://img.shields.io/npm/v/linkedin-jobs-api?label=%20"/>
<img src="https://img.shields.io/npm/dt/linkedin-jobs-api">
<img src="https://img.shields.io/snyk/vulnerabilities/github/VishwaGauravIn/linkedin-jobs-api"/>
<img src="https://img.shields.io/badge/License-GPL%20v3-brightgreen"/>
<img src="https://img.shields.io/github/languages/code-size/VishwaGauravIn/linkedin-jobs-api?logo=github">
</div>

@@ -106,2 +106,15 @@

## Our Sponsor
<a href="https://nubela.co/proxycurl?utm_campaign=influencer_marketing&utm_source=github&utm_medium=social&utm_content=vishwagauravin_linkedin-jobs-api" target="_blank"><img src="https://github.com/VishwaGauravIn/linkedin-jobs-api/assets/81325730/afe16626-f05e-421b-a054-6aef1d1aec10" width="200px"/></a>
Scrape public LinkedIn profile data at scale with [Proxycurl APIs](https://nubela.co/proxycurl?utm_campaign=influencer_marketing&utm_source=github&utm_medium=social&utm_content=vishwagauravin_linkedin-jobs-api).
• Scraping Public profiles are battle tested in court in HiQ VS LinkedIn case.<br/>
• GDPR, CCPA, SOC2 compliant<br/>
• High rate limit - 300 requests/minute<br/>
• Fast - APIs respond in ~2s<br/>
• Fresh data - 88% of data is scraped real-time, other 12% are not older than 29 days<br/>
• High accuracy<br/>
• Tons of data points returned per profile
## Contributing

@@ -108,0 +121,0 @@

const linkedIn = require("./index");
const queryOptions = {
keyword: "HR",
keyword: "",
location: "India",

@@ -6,0 +6,0 @@ dateSincePosted: "past Week",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc