list_active_vacancies
Retrieve published vacancies for your authenticated employer account, with pagination and optional raw JSON data.
Instructions
List published (active) vacancies for the authenticated employer account via /employers/{id}/vacancies/active. Requires HH_ACCESS_TOKEN. For any employer's public vacancies use get_employer_vacancies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full raw hh.ru JSON instead of the compact summary. | |
| page | No | Page number (0-based) | |
| per_page | No | Results per page | |
| employer_id | Yes | Employer ID of the authenticated account |