Skip to content

ScrapThemAll/scrapjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrapjob

travis build codecov coverage MIT License

Install

$ npm install --save scrapjob

Usage

const bot = require('scrapjob');

const canalplus = bot('canalplus');

canalplus.scrap()
	.then(jobs => {
		console.log(jobs);
		/*[
			{
				date: '08/09/2016',
				poste: 'software engineer',
				duree: '',
				contrat: 'CDI',
				context: 'blabla',
				mission: '',
				niveau: 'Bac+3',
				experience: '1 an'
			},
			...
		]*/
	});

API

.scrap([options]): Object[]

Get jobs.

options

Type: object

nbPage

Type: number

Page number that will be scrap

Available companies

Companies that are available in scrapjob:

  • canalplus

About

Get job offers from your favorite company

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors