This API runs a search of all the jobs on the reed site and returns a list of jobs which match the parameters.
Criteria Name | Possible Values |
---|---|
employerId | id of employer posting job |
employerProfileId | profile id of employer posting job |
keywords | any search keywords |
locationName | the location of the job |
distanceFromLocation | distance from location name in miles (default is 10) |
permanent | true/false |
contract | true/false |
temp | true/false |
partTime | true/false |
fullTime | true/false |
minimumSalary | lowest possible salary e.g. 20000 |
maximumSalary | highest possible salary e.g. 30000 |
postedByRecruitmentAgency | true/false |
postedByDirectEmployer | true/false |
graduate | true/false |
resultsToTake | maximum number of results to return (defaults and is limited to 100 results) |
resultsToSkip | number of results to skip (this can be used with resultsToTake for paging) |
List of jobs matching the criteria. Each job contains the following information:
Use the following url structure to access the API::
Follow this structure for each parameter you wish to search with.
If you do not want to use any of these parameters simply leave them out. e.g
If no jobs match the search parameters an empty list will be returned. If there is more than one location match, these will also be returned.
This API requires the id of the job.
The details of the requested job. Each job contains the following information:
Use the following url to access this API:
If no jobs match a blank job will be returned.