Jobsworth
The jobsworth endpoint exposes the Adzuna Salary Predictor functionality which enables you to get a salary estimate for any kind of job ad, given only a job title and some descriptive text for the ad.
Visit the Interactive Endpoint Documentation for full technical details and a playground to make test calls.
Example
We want to get a jobsworth estimate for a "javascript developer" with knowledge of "Backbone, HTML5, CSS3".
http://api.adzuna.com/v1/api/jobs/gb/jobsworth?app_id=&app_key=&title=Javascript%20developer&description=Backbone,HTML5,CSS3&content-type=application/json
Response returns an estimated salary of £31,073
{"__CLASS__":"Adzuna::API::Response::Jobsworth","salary":31073}
Note: If jobsworth fails to return an estimated salary, the salary
field will not be present in the response