jobkeySearch: Perform job search by job key

Description Usage Arguments Value Examples

Description

Performs a job search by sending job keys to the Indeed API. The output fields are identical to jobSearch, except that the response does not include the various search parameters, such as query or radius.

Usage

1
jobkeySearch(publisher, jobkeys, version = 2)

Arguments

publisher

(string) Publisher ID (e.g. "901314124155123"), which is assigned when you register as a publisher. No default. (required)

jobkeys

(sting <vector>). Job keys. Vector of job keys specifying the jobs to look up. This parameter is required. No default.

version

(integer). Specifies the version of the API you wish to use. All publishers should be using version 2. Currently available versions are 1 and 2. Default is 2.

Value

The output is converted from its JSON format to a data frame.

Examples

1
2
3
4
5
## Not run: 
# returns information for the two provided jobkeys
jobkeySearch(publisher="123456789", c("6e9c05292f3275f5","031c1652b9692d2e"))

## End(Not run)

dashee87/jobbR documentation built on May 14, 2019, 6:12 p.m.