//Source · Business Intelligence
Habr Career API — Russia’s Tech Job Market, Clean JSON
Habr Career is where IT professionals in Russia and the CIS find jobs, rate employers, and report salaries. Thirteen endpoints cover vacancies, company ratings, salary benchmarks by specialization and city, and specialist profiles — one key, ready for workflows.
Start for free7-day free trial
What You Can Pull From Habr Career
POST /api/habrcareer/companies/searchSearch Habr Career companies by name and filters
POST /api/habrcareer/companiesCompany profile by alias — description, employee ratings, size and details
POST /api/habrcareer/companies/ratingsThe company rating leaderboard — employee-rated employers ranking
POST /api/habrcareer/companies/vacanciesOpen vacancies of a company by alias
POST /api/habrcareer/vacancies/searchSearch IT vacancies by keyword and filters
POST /api/habrcareer/vacanciesVacancy details by id
POST /api/habrcareer/resumes/searchSearch IT specialists (resumes) by keyword and filters
POST /api/habrcareer/resumesIT specialist (resume) profile by username
POST /api/habrcareer/experts/searchSearch experts (mentors / consultants) by keyword and filters
POST /api/habrcareer/salariesIT salary analytics (min/max/percentiles/median + bonus) by specialization
POST /api/habrcareer/salaries/dynamicsSalary dynamics over half-year periods for a specialization
POST /api/habrcareer/specializationsThe specialization reference — grouped specialization aliases and titles
POST /api/habrcareer/qualificationsThe qualification reference — Intern / Junior / Middle / Senior / Lead
What Comes Back
{
"specialization": "backend",
"qualification": "middle",
"region": "Moscow",
"currency": "RUB",
"salary": {
"min": 145000,
"p25": 190000,
"median": 230000,
"p75": 280000,
"max": 340000
},
"bonus": 40000
}Built for These Jobs
Start Pulling Habr Career Data
All 13 Habr Career endpoints on every plan — vacancies, salaries, and company ratings on one key.
Common Questions
No. All 13 endpoints read publicly available platform data — your Anysite key in the access-token header is the only credential involved, with no Habr Career registration required.