Closed zoetrope69 closed 8 years ago
:briefcase:
Options available: Amount of results, Country, name of location, job keywords.
jobs.search({ amount: 1000, country: 'gb', location: 'London, UK', keywords: ['php', 'developer', 'html', 'css'] }, (err, results) => { if (err) { return console.log(err); } console.log(results); });
:briefcase:
Options available: Amount of results, Country, name of location, job keywords.