# HH MCP (unofficial) (`mcpbay/hh-mcp`) Actor

Unofficial MCP server for hh.ru — read-only vacancy and employer search via AI assistants. Find jobs by area, salary, schedule, work format, employer, role; fetch full vacancy and employer profiles; look up reference data. Not affiliated with hh.ru — uses the public hh.ru API.

- **URL**: https://apify.com/mcpbay/hh-mcp.md
- **Developed by:** [John Wenzel](https://apify.com/mcpbay) (community)
- **Categories:** Jobs, Automation, AI
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 tool calls

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## HH MCP (unofficial)

> ⚠️ **Disclaimer** — This is an **unofficial** integration. This Actor is not affiliated with, endorsed by, or sponsored by hh.ru or its parent company. "hh.ru" / «HeadHunter» are trademarks of their respective owners. This Actor uses the public hh.ru API (https://api.hh.ru) under the publisher's own application token. You are responsible for using the data in compliance with hh.ru's API Terms of Service.
>
> **Дисклеймер** — Это **неофициальная** интеграция. Actor не связан, не одобрен и не спонсируется компанией HeadHunter. «hh.ru» / «HeadHunter» — товарные знаки соответствующих правообладателей. Actor использует публичный API hh.ru (https://api.hh.ru) под токеном приложения издателя. Использование данных регулируется правилами API hh.ru.

Search vacancies and employers on **hh.ru** through AI assistants like Claude Desktop, Cursor, and other MCP-compatible clients. Find jobs by area, salary, schedule, work format, employer, professional role; fetch full vacancy and employer descriptions; look up reference data — all through natural language.

### What you can do

Vacancy search and read:
- `hh_search_areas` — look up area IDs by name (`Москва → 1`, `Россия → 113`)
- `hh_find_vacancies` — full hh.ru filter set: text, area, salary, period, schedule, work format, education, industry, employer, professional role, etc.
- `hh_get_vacancy` — full details by vacancy ID (description, key skills, address, contacts)
- `hh_get_similar_vacancies` — "more like this" for any vacancy

Employer search and read:
- `hh_find_employers` — search by name, area, type, vacancies count
- `hh_get_employer` — full employer profile (type, description, industries, site, area, IT-accreditation)

Reference data:
- `hh_list_dictionaries` — hh.ru reference dictionaries (experience, employment, work_format, currency, etc.)
- `hh_list_professional_roles` — professional roles taxonomy
- `hh_list_industries` — industry taxonomy
- `hh_search_metro_stations` — metro stations across cities

All ten tools are **read-only and idempotent**. The Actor exposes whatever the underlying HH MCP server provides.

### Setup (1 minute)

Unlike per-user OAuth integrations, you don't need to register an hh.ru application — the Actor uses a shared application token provisioned by the publisher.

#### Connect from your MCP client

Once the Actor is running in standby mode, connect to:

````

https://<your-username>--hh-mcp.apify.actor/mcp

```

with the Authorization header:

```

Authorization: Bearer \<YOUR\_APIFY\_API\_TOKEN>

````

The Actor speaks Streamable HTTP MCP (POST/GET/DELETE on `/mcp`, session id in `mcp-session-id` header). Most MCP clients handle this transparently.

##### Claude Desktop config example

```json
{
  "mcpServers": {
    "hh": {
      "url": "https://your-username--hh-mcp.apify.actor/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_APIFY_API_TOKEN"
      }
    }
  }
}
````

### Pricing

- **Actor start**: $0.00005 — when the Actor instance boots (cold start)
- **Tool call**: $0.01 — per MCP tool invocation
- **List request**: $0.001 — per tools/list, resources/list discovery call

Plus standard Apify compute costs (typically $0.01–0.05 per hour of standby).

### Limitations

hh.ru removed applicant-side API access in **December 2024**. The following are **not implementable** through the public API and are intentionally absent from this Actor:

- listing your own resumes
- reading resume details
- finding vacancies matched to your resume
- listing your negotiations / responses
- applying to vacancies

Quote from hh.ru API support (8 May 2026): «Работа с резюме и откликами со стороны соискателя не поддерживается в нашем API с декабря прошлого года. С токеном соискателя доступен только запрос GET /me».

This Actor is for **search and discovery** of public vacancy and employer data, not for managing a job-seeker account.

### Rate limits

The Actor shares a single hh.ru application token across all subscribers, which has aggregate rate limits. If you hit limits, requests will return 429 — wait and retry. For high-volume use cases, contact the publisher.

### Support

Issues and feature requests: https://github.com/SourceSurfer/mcp-collection/issues

***

### По-русски

Ищите вакансии и работодателей на hh.ru через AI-ассистентов (Claude Desktop, Cursor, другие MCP-клиенты). Поиск по городу, зарплате, графику, формату работы, работодателю, профессиональной роли; полные описания вакансий и компаний; справочные данные — голосом или текстом.

**Что нужно**:

1. Apify аккаунт (бесплатный план подходит)
2. Подписка на этот Actor

**Регистрация в hh.ru не требуется** — Actor использует общий токен приложения издателя.

**Установка**: подключитесь из Claude Desktop по URL Actor'а из формы выше — никаких полей заполнять не надо.

**Тарификация**: $0.01 за вызов tool + базовые расходы Apify на compute. Для активного использования (~100 вызовов в день) — порядка $30–60 в месяц включая Apify costs.

**Ограничения**: с декабря 2024 hh.ru закрыл API для соискателей. Доступен только поиск публичных вакансий и работодателей — не работа с резюме/откликами от лица соискателя.

# Actor input Schema

## Actor input object example

```json
{}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("mcpbay/hh-mcp").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("mcpbay/hh-mcp").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call mcpbay/hh-mcp --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=mcpbay/hh-mcp",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "HH MCP (unofficial)",
        "description": "Unofficial MCP server for hh.ru — read-only vacancy and employer search via AI assistants. Find jobs by area, salary, schedule, work format, employer, role; fetch full vacancy and employer profiles; look up reference data. Not affiliated with hh.ru — uses the public hh.ru API.",
        "version": "0.1",
        "x-build-id": "ZxErxijKHETXfeIKd"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/mcpbay~hh-mcp/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-mcpbay-hh-mcp",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/mcpbay~hh-mcp/runs": {
            "post": {
                "operationId": "runs-sync-mcpbay-hh-mcp",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/mcpbay~hh-mcp/run-sync": {
            "post": {
                "operationId": "run-sync-mcpbay-hh-mcp",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {}
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
