hhru

HH.ru wrapper library (jobs searching)


Keywords
hhru, hh, ru, api, headhunter, jobs, wrapper, api-wrapper, library, sdk, vacancies
License
MIT
Install
pip install hhru==0.1.1

Documentation

hh.ru

HH.ru API library for Python.

Install

pip install hhru

Example usage.

import hhru
# List first page of Python remote vacancies, sorted by new. (See API docs)
vacancies = hhru.Client().search_vacancies( # search_vacancies_over_pages for generator that search's over all pages.
  text="Python",
  search_field="name",
  order_by="publication_time",
  schedule="remote",
)

API documentation.