Git Product home page Git Product logo

jobbr's Introduction

jobbR

jobbR is an R package that allows you to search for jobs via the Indeed API.

Getting Started

Install

Install from GitLab

# install.packages("devtools")
devtools::install_git("https://gitlab.com/dashee87/jobbR.git")
library("jobbR")

You can install from GitHub (identical mirror of GitLab)

# install.packages("devtools")
devtools::install_github("dashee87/jobbR")
library("jobbR")

Publisher ID

To make calls to the Indeed API, you'll need a publisher ID. It's free and can be obtained in a few minutes (just enter your name and email here). Once you've registered, your publisher id can be found on this page.

Tutorial

A more detailed description of the Indeed API can be found here (accessible once you log into your publisher account).

For example, to search for data scientist jobs in London:

require(jobbR)
jobSearch(publisher="publisherID", "data+scientist", country = "uk", location = "london")

You can also search by jobkey

jobkeySearch(publisher="publisherID", jobkeys = c("6e9c05292f3275f5","031c1652b9692d2e"))

Unfortunately, the Indeed API doesn't explicity provide salary figures. To overcome this, the getSalary function scrapes the salary (if present) from the job description.

For more information on any function, consult the accompanying documentation:

# getSalary documentation
?getSalary

Issues

Please let me know if something's not working or if you have some good wrestling puns.

Submit issues here.

Disclaimer

As far as I can tell, the Indeed API is free to use and imposes no limits on calls. Nevertheless, the package is to be used at your own risk.

jobbr's People

Contributors

dashee87 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.