Extractors
Recruitee
Documentation
API docs: https://docs.recruitee.com/reference/offers
Salary
The api provides a salary property on each job record. It's not documented but returned in api responses.
{
"salary": {
"max": null,
"min": null,
"period": null,
"currency": null
}
}
For more information about what can be expected in this record check what may come in this property using the feed version of the API: https://docs.recruitee.com/docs/feed#salary
Notes
Some Recruitee boards throw a 404 error when visiting the hosted career page {slug}.recruitee.com but they won't when requesting data for that particular board {slug}.recruitee.com/api/offers. Is for this reason that the RecruiteeExtraction checks for both URLs to make sure that the board really exists.