scrape-indeed
Version:
Scrape ca.indeed.com job postings.
21 lines (20 loc) • 396 B
JSON
{
"name": "scrape-indeed",
"version": "0.6.0",
"description": "Scrape ca.indeed.com job postings.",
"main": "indeed-service.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web-scraper",
"Indeed",
"cheerio",
"https"
],
"author": "Adam Sinclair",
"license": "ISC",
"dependencies": {
"cheerio": "^0.22.0"
}
}