Socket
Socket
Sign inDemoInstall

indeed-jobs-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indeed-jobs-api

node.js library for indeed jobs search api


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

indeed-jobs

A wrapper library to call Indeed Jobs API in node.js. This is adapted from a very similar library [Node-Indeed-API] : https://github.com/keannan5390/Node-Indeed-API

The changes are focused on using request library for making REST API calls instead of restler.

The Indeed API only supports 2 endpoints, there are 2 operations you can perform in the library.

  • Job Search
  • Get Jobs

###Usage

An instance of the api can be invoked by calling getInstance() and providing it your publisher id.

var api = require('indeed-jobs-api').getInstance("YOUR-PUBLISHER-ID-HERE");

Rest of the documentation follows teh Node-Indeed-API Documentation.

Keywords

FAQs

Package last updated on 31 Oct 2016

Did you know?

Socket

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.

Install

Related posts

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