1.0.0 • Published 8 years ago
indeed-search-improved v1.0.0
Indeed Search
Improved version of my old Indeed Package , in following package you can get all results in one callback instead of 25 results.
npm install indeed-search-improved --save
Usage
const indeedSearch = require('indeed-search-improved');
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'
1.0.0
8 years ago