Jobs
Hh Russia logo

Hh Russia API

hh.ru

Russian job board - vacancy search, employer reviews, and featured listings.

Actions
7
Category
Jobs
Login
Not required
Output
JSON

Call the Hh Russia API

Submit a task, then poll the job until it settles. This example runs act_hh_ru_employer_reviews_widget.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_hh_ru_employer_reviews_widget",
    "params": {
      "employer_id": "12260686",
      "vacancy_id": "133572134"
    }
  }'

7 actions on hh.ru

Read

  • Employer Reviews

    act_hh_ru_employer_reviews_widgetread2 credits / call

    Returns employer ratings and reviews with pros, cons, and recommendation.

    employer_id
    string · required
    vacancy_id
    string · required
  • Homepage Feed

    act_hh_ru_homepage_ssrread1 credit / call

    Returns top employers with names, links, and vacancy counts.

  • Promoted Vacancy Banners

    act_hh_ru_promoted_vacancy_bannersread2 credits / call

    Returns sponsored vacancy banners with titles, companies, and links.

    request_id
    string · required
    place_ids
    array
  • Related Vacancies

    act_hh_ru_related_vacancies_listingread2 credits / call

    Returns vacancies similar to a given one, with company, salary, and location.

    vacancy_id
    string · required
    search_session_id
    string · required
    page
    string · required
  • Vacancies Of The Day

    act_hh_ru_vacancy_of_the_day_listingread1 credit / call

    Returns featured vacancies of the day with titles, employers, and links.

  • Vacancy Search

    act_hh_ru_vacancy_search_listing_ssrread2 credits / call

    Returns vacancy search results by area and role with titles, companies, and links.

    area_id
    string · required
    professional_role_ids
    array · required
    page
    string

Write

Write actions change state on hh.ru and run as the account you connect.

  • Vacancy Of The Day Enrichment

    act_hh_ru_vacancy_of_the_day_enrichmentwrite2 credits / call

    Returns featured vacancies with salary ranges, employment type, and location.

    vacancies
    array · required

Hh Russia API questions

Is there an API for Hh Russia?
Hh Russia does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for hh.ru. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Hh Russia data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when hh.ru changes its markup, Anakin updates the action.
Do I need a Hh Russia account?
No. Every Hh Russia action listed here runs anonymously — no account and no credentials required.
What does the Hh Russia API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Jobs APIs

All Jobs sites