Discover/hh.uz API
live

hh.uz APIhh.uz

Search vacancies, employers, and geographic regions on HeadHunter Uzbekistan (hh.uz). Filter by location, salary, experience, and schedule via 6 endpoints.

Endpoints
6
Updated
17d ago
Try it
Area ID (e.g. 2759 for Tashkent)
Page number (0-based)
Keyword search query
Minimum salary
Sort order: relevance, publication_time, salary_desc, salary_asc
Items per page (max 100)
Work schedule: fullDay, shift, flexible, remote, flyInFlyOut
Employment type: full, part, project, volunteer, internship
Experience level: noExperience, between1And3, between3And6, moreThan6
Only show vacancies with salary specified
api.parse.bot/scraper/07bbb703-b142-467f-b860-09067fa58849/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/07bbb703-b142-467f-b860-09067fa58849/search_vacancies?page=0&text=developer&per_page=20' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for job vacancies on hh.uz with filters for keyword, location, experience, employment type, and more. Returns paginated results parsed from the website.

Input
ParamTypeDescription
areastringArea ID (e.g. 2759 for Tashkent)
pageintegerPage number (0-based)
textstringKeyword search query
salaryintegerMinimum salary
order_bystringSort order: relevance, publication_time, salary_desc, salary_asc
per_pageintegerItems per page (max 100)
schedulestringWork schedule: fullDay, shift, flexible, remote, flyInFlyOut
employmentstringEmployment type: full, part, project, volunteer, internship
experiencestringExperience level: noExperience, between1And3, between3And6, moreThan6
only_with_salarybooleanOnly show vacancies with salary specified
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "found": "integer total number of matching vacancies",
    "items": "array of vacancy objects with id, name, employer, salary_text, address, url",
    "pages": "integer total number of pages",
    "per_page": "integer items per page"
  },
  "sample": {
    "data": {
      "page": 0,
      "found": 200,
      "items": [
        {
          "id": "132650580",
          "url": "https://hh.uz/vacancy/132650580",
          "name": "Python Backend Developer",
          "address": "Ташкент, улица Муминова, 4/4",
          "employer": {
            "id": "3794511",
            "name": "OOOUNITEL LLC"
          },
          "salary_text": null
        }
      ],
      "pages": 10,
      "per_page": 20
    },
    "status": "success"
  }
}

About the hh.uz API

The hh.uz API provides access to HeadHunter Uzbekistan's job market through 6 endpoints covering vacancy search, employer profiles, and geographic data. search_vacancies accepts filters like area, salary, schedule, and employment type, returning paginated results with vacancy ID, employer name, salary text, and address. Companion endpoints deliver full vacancy descriptions, key skills, employer details, and a structured tree of professional roles.

Vacancy Search and Detail

search_vacancies accepts up to eight filter parameters — including text for keyword search, area for a region ID, salary for a minimum salary floor, and order_by for sort order (relevance, publication_time, salary_desc, salary_asc). Pagination is zero-based via page and per_page (up to 100 items). Each item in the items array carries id, name, employer, salary_text, address, and url. Pass any returned id to get_vacancy_detail to retrieve the full picture: description, key_skills as an array of strings, experience level, and structured employer and location fields.

Employers and Professional Roles

search_employers takes a required text query plus an optional area filter and returns paginated employer objects with id, name, and url. To get depth on a specific company, get_employer_detail returns site_url, description, and open_vacancies count alongside the basic identifiers. The get_professional_roles endpoint requires no parameters and returns a full category tree — each category has id, name, and a roles array — useful for building filter UIs or mapping role taxonomies.

Geographic Coverage

get_areas returns the complete region hierarchy when called without arguments: a nested tree of countries and cities, each node carrying id, name, parent_id, and a child areas array. Supplying an area_id (for example 97 for Uzbekistan or 2759 for Tashkent) scopes the response to that subtree. Area IDs from this endpoint feed directly into the area parameter on search_vacancies and search_employers.

Common use cases
  • Aggregate Uzbekistan job listings filtered by city and minimum salary for a local job board
  • Track the number of open vacancies per employer over time using get_employer_detail's open_vacancies field
  • Build a role taxonomy browser from get_professional_roles categories and roles
  • Populate a location picker with the full region tree from get_areas for a job-search app
  • Extract key_skills arrays from get_vacancy_detail to analyze in-demand skills by industry
  • Monitor new vacancies for a specific employer by combining search_employers and search_vacancies with the employer's area
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does hh.uz have an official developer API?+
Yes. HeadHunter maintains a public API documented at https://api.hh.ru/openapi/redoc. It primarily targets the Russian-language platform (hh.ru), so coverage and data availability for hh.uz specifically may differ.
What does `search_vacancies` return and how granular is salary data?+
search_vacancies returns a salary_text string for each vacancy — a human-readable display value rather than structured numeric fields. The same salary_text field appears in get_vacancy_detail. There are no separate salary_from, salary_to, or currency fields in the current response shape, so salary comparisons require parsing the text string yourself.
Is resume or applicant data available through this API?+
Not currently. The API covers vacancy listings, employer profiles, geographic regions, and professional roles. It does not expose resume search, applicant profiles, or application submissions. You can fork this API on Parse and revise it to add an endpoint targeting that data if hh.uz surfaces it publicly.
How does pagination work across endpoints?+
Both search_vacancies and search_employers use zero-based pagination. The page parameter sets the current page (default 0) and responses include pages (total page count), per_page, and found (total matching records). per_page maxes out at 100 for vacancies. get_areas and get_professional_roles return complete datasets in a single call with no pagination.
Does the API cover job listings outside Uzbekistan?+
The API targets hh.uz, which is the Uzbekistan-focused platform. The get_areas endpoint does include region nodes for other countries (for example, area ID 113 for Russia appears in the full tree), but vacancy and employer data reflects hh.uz listings. Coverage of non-Uzbekistan markets is incidental rather than guaranteed. You can fork this API on Parse and revise it to point at hh.ru or another regional HeadHunter domain for broader geographic scope.
Page content last updated . Spec covers 6 endpoints from hh.uz.
Related APIs in JobsSee all →
hh.ru API
Search and filter job vacancies across hh.ru by salary, experience level, employment type, schedule, work format, region, and industry to find positions that match your criteria. Retrieve detailed information about specific job openings to compare opportunities and make informed career decisions.
boss.az API
Search and browse job listings from boss.az with detailed vacancy information, and instantly access company contact details including emails and phone numbers directly from job postings. Filter opportunities by job categories and regions to find positions that match your needs.
cv.lv API
Search for job listings on CV.lv and access detailed job descriptions, categories, locations, and information about top employers. Find the right opportunity by browsing available positions across different industries and regions.
job.at API
Search and browse jobs on Austria's job.at platform, view detailed job listings with salary info and company details, and use autocomplete features to refine your search by location and keywords. Discover featured positions, explore job categories, and find related job titles to expand your career opportunities.
hotnigerianjobs.com API
Search and browse Nigerian job listings with detailed company information and job requirements all in one place. Discover employment opportunities by filtering through available positions and accessing comprehensive details about roles and hiring companies.
jobz.pk API
Access real-time job listings from jobz.pk and filter by category, city, organization, newspaper, province, and sector to find positions that match your needs. Get detailed job information, browse government and overseas opportunities, and explore company profiles all in one place.
poslovi.infostud.com API
Search and browse job listings from Serbia's top job board, view detailed job information with employer profiles and salary benchmarks. Filter opportunities by job categories and discover insights about employers hiring on Infostud.
monster.com API
Search and retrieve job listings from Monster.com. Supports keyword and location-based search with structured results including job descriptions, salary ranges, company info, and employment details. Also provides access to popular job categories.