UNPKG

linkedin-jobs-scraper

Version:

Scrape public available jobs on Linkedin using headless browser

57 lines (56 loc) 1.57 kB
{ "name": "linkedin-jobs-scraper", "version": "18.0.1", "description": "Scrape public available jobs on Linkedin using headless browser", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "clean": "rm -fr build", "build": "npm run clean && tsc", "test-authenticated": "DEBUG=scraper:info jest authenticated.test.ts", "test-authenticated-mocha": "DEBUG=scraper:info mocha --timeout 300000 src/test/authenticated.test.ts", "test-authenticated-node": "DEBUG=scraper:info ts-node src/test/dummy.ts", "test-anonymous": "DEBUG=scraper:info jest anonymous.test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/spinlud/linkedin-jobs-scraper.git" }, "bugs": { "url": "https://github.com/spinlud/linkedin-jobs-scraper.git/issues" }, "homepage": "https://github.com/spinlud/linkedin-jobs-scraper.git#readme", "author": "Ludovico Fabbri", "license": "MIT", "dependencies": { "debug": "^4.4.0", "deepmerge": "^4.3.1", "puppeteer": "^24.4.0", "random-useragent": "^0.5.0", "typed-emitter": "^2.1.0" }, "keywords": [ "scraper", "crawler", "Linkedin", "jobs", "puppeteer", "headless", "chrome", "chromium", "text", "text-mining", "data-mining", "machine-learning", "selenium" ], "devDependencies": { "@types/debug": "^4.1.12", "@types/jest": "^29.5.14", "@types/node": "^22.13.10", "jest": "^29.7.0", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }