# indeed-jobs-api

> node.js library for indeed jobs search api

Latest version **0.1.1** (published 2016-10-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install indeed-jobs-api
pnpm add indeed-jobs-api
yarn add indeed-jobs-api
bun add indeed-jobs-api
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2016-10-31 |
| First published | 2016-10-31 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | paulrays |
| Maintainers | paulrays |
| Keywords | indeed, jobs, api |

## Links

- npm: https://www.npmjs.com/package/indeed-jobs-api
- Repository: https://github.com/paulrays/indeed-jobs
- Homepage: https://github.com/paulrays/indeed-jobs#readme
- Issues: https://github.com/paulrays/indeed-jobs/issues
- npm.io page: https://npm.io/package/indeed-jobs-api

## Dependencies (2)

- [request](https://npm.io/package/request.md) ^2.76.0
- [querystring](https://npm.io/package/querystring.md) ^0.2.0

## Alternatives

- [cron](https://npm.io/package/cron.md) — 4.9M weekly downloads
- [@vercel/queue](https://npm.io/package/@vercel/queue.md) — 731.6K weekly downloads
- [create-sonicjs](https://npm.io/package/create-sonicjs.md) — 1.6K weekly downloads
- [@exellix/jobs-api](https://npm.io/package/@exellix/jobs-api.md) — 941 weekly downloads
- [@forwardimpact/libskill](https://npm.io/package/@forwardimpact/libskill.md) — 575 weekly downloads

## Recent versions

- 0.1.1 (latest) — 2016-10-31

## README

# 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.

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

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

---
_Source: https://npm.io/package/indeed-jobs-api · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
