Description Usage Arguments Value Examples
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.
1 | jobkeySearch(publisher, jobkeys, version = 2)
|
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. |
The output is converted from its JSON format to a data frame.
1 2 3 4 5 | ## Not run:
# returns information for the two provided jobkeys
jobkeySearch(publisher="123456789", c("6e9c05292f3275f5","031c1652b9692d2e"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.