boostrs api
Search
⌃K

Find Next Job

Look at the next most likely career path (future jobs) a person could have.
The Find Next Job API allows you to look into the Boostrs jobs catalogue and find the career path for any given job title string.
The API is allowing you to either find the career path based on a custom job title string. The result is a list of job IDs and titles from the Boostrs platform. An existing proprietary catalogue of company jobs in the Boostrs platform is not required.
For further information regarding company job catalogues please reach out to the Boostrs sales team at [email protected].
post
https://apigateway.boost.rs
/skillfinder/find-next-job
Get the career path job list for any job title input string

Request body sample

{
"job": "software developer",
"count": 5
}