/node-crawler

crawl job ads with nodejs

Primary LanguageJavaScript

Node Jobs Crawler

how to use

node index.js

open localhost:8081/index

it also supports pagination by appending a query

e.g. localhost:8081/index?page=3

Output

Example data

{
  code: 200,
  data: [
    {
      title: "Administrative Assistant",
      href: "https://seek.com.au/job/36970152?type=promoted"
    },
    ...,
    ...,
    ...,
  ]
}