1.0.2 • Published 8 years ago

indeed-search-api v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Indeed Search

Indeed package that helps in using Indeed API v2

npm install indeed-search-api --save

Usage

const indeedSearch = require('indeed-search');

indeedSearch({id:'PUBLISHER_ID' , keyword:'JavaScript' , city:'Wroclaw' , country:'pl'} , (data) => {
    console.log(data)
})

API

Following package is using Indeed API v2 , in order to get Indeed API key you need to create publisher account : https://www.indeed.com/publisher

Options

Indeed search is accepting 4 options:

  • id
id: PUBLISHER_ID
  • keyword
keyword: 'React Developer'
  • city
city: 'Wroclaw'
  • country

Note: Default value is US , in order to use following option you must use country code e.g Poland - pl , United States - us

country: 'pl'
  • limit
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago