Habr Career API
Structured access to Russia's largest tech job platform โ IT vacancies, company profiles, salary benchmarks, specialist discovery, and career data via a single REST API.
Russia's Tech Talent Layer, Unlocked
Habr Career (career.habr.com) is the dominant job and talent platform for IT professionals in Russia and the CIS region โ where engineers find jobs, companies post vacancies, and the market publishes its salary reports. Until now, accessing this data programmatically required custom scrapers. Anysite's Habr Career endpoints expose the full platform via a clean REST API: company profiles with employee ratings, salary benchmarks by specialization and city, vacancy search with rich filters, IT specialist resumes, and the reference data that powers it all. Every endpoint returns structured JSON, ready to use in workflows, analytics, and product integrations.
All Habr Career Endpoints
| Endpoint | What It Returns |
|---|---|
POST /api/habrcareer/companies/search |
Search Habr Career companies by name and filters. |
POST /api/habrcareer/companies |
Get a Habr Career company profile by alias: description, employee ratings, size and details. |
POST /api/habrcareer/companies/ratings |
Get the Habr Career company rating leaderboard (employee-rated employers ranking). |
POST /api/habrcareer/companies/vacancies |
Get the open vacancies of a Habr Career company by alias. |
POST /api/habrcareer/vacancies/search |
Search Habr Career IT vacancies by keyword and filters. |
POST /api/habrcareer/vacancies |
Get Habr Career vacancy details by id. |
POST /api/habrcareer/resumes/search |
Search Habr Career IT specialists (resumes) by keyword and filters. |
POST /api/habrcareer/resumes |
Get a Habr Career IT specialist (resume) profile by username. |
POST /api/habrcareer/experts/search |
Search Habr Career experts (mentors / consultants) by keyword and filters. |
POST /api/habrcareer/salaries |
Get Habr Career IT salary analytics (min/max/percentiles/median + bonus) by specialization. |
POST /api/habrcareer/salaries/dynamics |
Get Habr Career IT salary dynamics over half-year periods for a specialization. |
POST /api/habrcareer/specializations |
Get the Habr Career specialization reference (grouped specialization aliases and titles). |
POST /api/habrcareer/qualifications |
Get the Habr Career qualification reference (Intern / Junior / Middle / Senior / Lead). |
What You Can Build
Salary Intelligence Tools
Pull salary benchmarks by specialization, qualification level, city, and skill stack. Build compensation calculators, offer-gap analyzers, or market rate dashboards for HR teams and job seekers in the CIS tech market.
Company Due Diligence
Retrieve company profiles with employee satisfaction ratings, review breakdowns (positive/neutral/negative), award history, and open vacancy counts. Screen employers before engaging or investing.
Talent Discovery Pipelines
Search IT specialist resumes by keyword, qualification, and skill set. Enrich candidate lists with profile data, salary expectations, and location โ feeding ATS workflows or sales intelligence pipelines.
Job Market Monitoring
Track vacancy trends for a specialization, company, or skill over time. Combine vacancy search with salary dynamics to surface where demand is rising, which skills command premiums, and how companies are hiring.
Quick Start
curl https://api.anysite.io/api/habrcareer/salaries -H "access-token: YOUR_API_KEY" -H "Content-Type: application/json" -d '{
"specializations": ["backend"],
"qualification": "middle",
"city_id": 678
}'
curl https://api.anysite.io/api/habrcareer/vacancies/search -H "access-token: YOUR_API_KEY" -H "Content-Type: application/json" -d '{
"text": "python",
"remote": true,
"with_salary": true,
"count": 20
}'
curl https://api.anysite.io/api/habrcareer/companies -H "access-token: YOUR_API_KEY" -H "Content-Type: application/json" -d '{
"company": "yandex"
}'
Plans
Every endpoint is included in all Anysite plans โ there's no per-endpoint pricing to track. Use MCP Unlimited for flat-rate access through your AI tools, or a credit plan for REST & CLI at scale.
Frequently Asked Questions
access-token header โ no Habr Career credentials required./api/habrcareer/salaries endpoint accepts filters for specialization, qualification level, skill aliases, company, city id, employment type, and remote status โ letting you narrow benchmarks to exactly the market segment you care about./api/habrcareer/salaries endpoint returns the current salary snapshot (min, max, percentiles, median, bonus). The /api/habrcareer/salaries/dynamics endpoint returns the same stats across consecutive half-year periods, so you can chart salary growth trends over time.yandex, tbank) are stable slugs used by Habr Career as canonical identifiers. You can find a company's alias in its career.habr.com URL or via /api/habrcareer/companies/search.Related Endpoints
Start Pulling Habr Career Data
Get your API key and make your first call in minutes. All Habr Career endpoints are available on every plan.