Sources
Every listing is scraped either from the company's own hiring system or from their careers page.
Loading board statistics.
Every listing is scraped either from the company's own hiring system or from their careers page.
To analyze your CV for keywords and experience go to your account page and (locally) upload your resume, which gives you the option to sort by "Best matches" according to your CV.
There is a salary estimation algorithm which is made to be as accurate as possible.
To set up alerts on future job openings you must create an account to let AWS SES send you alerts via email.
Free public JSON API, rate limited to 20 requests per second.
Read the API reference$ curl "oceanofjobs.com/api/jobs?q=golang&limit=1"
{
"total": 176,
"jobs": [{
"title": "Distributed Systems Software Engineer (Golang)",
"company_domain": "apple.com",
"company_name": null,
"location": "Austin, United States of America",
"salary_text": null,
"ats": "apple"
}]
}