Discover/HH API
live

HH APItashkent.hh.uz

Search candidate resumes on HeadHunter Uzbekistan (hh.uz). Returns titles, experience, age, activity dates, and status for matched profiles. Paginated results.

This API takes change requests — .
Endpoint health
verified 52m ago
search_resumes
1/1 passing latest checkself-healing
Endpoints
1
Updated
2h ago

What is the HH API?

The tashkent.hh.uz API exposes one endpoint — search_resumes — that queries the HeadHunter Uzbekistan job portal and returns up to 8 fields per candidate profile, including resume title, total experience, job-search status, last-seen date, and a direct URL to the full profile. It covers Uzbekistan's largest job portal and supports keyword queries in both Latin and Cyrillic script.

This call costs3 credits / call— charged only on success
Try it
0-indexed page number for pagination.
Search query for resumes — job title, skill, or keyword (e.g. 'python developer', 'бухгалтер').
Sort order for results. Omitted defaults to relevance.
Filter by resume activity period in days. '0' means all time, '1' means last day, '7' means last week, '30' means last month.
Filter resumes by experience period. Common values: 'all_time', '1_year', '3_years', '5_years'.
api.parse.bot/scraper/87e29be8-5b08-4e10-8a39-f36fa0bc995d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/87e29be8-5b08-4e10-8a39-f36fa0bc995d/search_resumes?query=python+developer&order_by=relevance' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Search for employee resumes/CVs by keyword query. Returns paginated resume listings with title, age, job search status, total experience, and activity dates. Pages are 0-indexed; anonymous access limits visible results to a few pages. Each page returns up to ~20 results.

Input
ParamTypeDescription
pageinteger0-indexed page number for pagination.
queryrequiredstringSearch query for resumes — job title, skill, or keyword (e.g. 'python developer', 'бухгалтер').
order_bystringSort order for results. Omitted defaults to relevance.
search_periodstringFilter by resume activity period in days. '0' means all time, '1' means last day, '7' means last week, '30' means last month.
experience_periodstringFilter resumes by experience period. Common values: 'all_time', '1_year', '3_years', '5_years'.
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number (0-indexed)",
    "total": "integer total number of resumes matching the query",
    "resumes": "array of resume objects with title, resume_id, age, status, experience, last_seen, updated, url",
    "has_more": "boolean indicating whether more pages are available"
  },
  "sample": {
    "data": {
      "page": 0,
      "total": 660862,
      "resumes": [
        {
          "age": "32года",
          "url": "https://hh.uz/resume/fed3ec5500072fa70a0039ed1f455951653241",
          "title": "Python Developer",
          "status": "Не ищет работу",
          "updated": "16 августа",
          "last_seen": "16 августа",
          "resume_id": "fed3ec5500072fa70a0039ed1f455951653241",
          "experience": "6лет 8месяцев"
        }
      ],
      "has_more": true
    },
    "status": "success"
  }
}

About the HH API

What the API returns

The search_resumes endpoint accepts a query string and returns a paginated list of candidate resume summaries from hh.uz. Each item in the resumes array includes: title (the candidate's stated position or headline), resume_id, age, status (whether the candidate is actively looking), experience (total work experience), last_seen and updated timestamps, and a direct url to the profile. The response also surfaces total (total matching resumes) and has_more to drive pagination.

Filtering and pagination

Results are 0-indexed via the page parameter, with each page returning up to approximately 20 resumes. Use search_period to restrict results by when a resume was last active — pass '1' for the last day, '7' for the last week, '30' for the last month, or '0' for all time. Use experience_period to filter by candidate experience range: accepted values include 'all_time', '1_year', '3_years', and '5_years'. The order_by parameter controls sort order; omitting it defaults to relevance ranking.

Query language and coverage

The query parameter accepts any keyword, job title, or skill in either Latin or Cyrillic script — for example, 'python developer' or 'бухгалтер'. This makes the endpoint usable for both Uzbek-language and Russian-language resume searches, reflecting the bilingual nature of the hh.uz platform. Results are scoped to the Tashkent regional domain of HeadHunter.

Reliability & maintenanceVerified

The HH API is a managed, monitored endpoint for tashkent.hh.uz — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when tashkent.hh.uz changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official tashkent.hh.uz API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
52m ago
Latest check
1/1 endpoint passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a candidate sourcing tool that filters resumes by experience period and keyword to shortlist applicants for a role
  • Track how many active job seekers (status field) match a given skill on hh.uz over time
  • Aggregate resume counts by query term using the total field to gauge talent supply for specific skills in Uzbekistan
  • Monitor last_seen and updated timestamps to identify recently active candidates for outreach
  • Compile ranked lists of candidates for a given job title using the order_by parameter
  • Integrate resume search results into an ATS or internal recruiting dashboard with direct profile URLs
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. 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 provides a public API documented at https://github.com/hhru/api. However, that API is primarily oriented toward job postings and applications; access to resume search for employers requires a paid account and separate approval. The Parse API provides immediate programmatic access to resume search results without that setup.
What does the status field in each resume object indicate?+
The status field reflects the candidate's current job-search state as shown on their hh.uz profile — for example, whether they are actively looking, open to offers, or not currently seeking. This is useful for filtering outreach lists to candidates who are most likely to respond.
How many pages of results can I retrieve?+
Anonymous access to hh.uz limits visibility to a small number of pages. Deep pagination beyond the first few pages may return empty results or stop incrementing, regardless of what the total field reports. Use search_period and experience_period filters to narrow results and stay within the accessible range.
Does the API return full resume details like education, skills sections, or contact information?+
Not currently. The search_resumes endpoint returns summary-level fields: title, age, status, experience, last_seen, updated, and a URL to the full profile. Detailed resume sections such as education history, individual job entries, or contact details are not included. You can fork this API on Parse and revise it to add an endpoint that fetches full profile detail using the returned resume URL.
Is coverage limited to Tashkent, or does it include all of Uzbekistan?+
The API queries the tashkent.hh.uz regional domain. While hh.uz operates nationally, results reflect what is surfaced through the Tashkent regional instance. Candidates from other Uzbek cities may appear depending on how their profiles are indexed on that domain. You can fork this API on Parse and revise it to target other regional subdomains if needed.
Page content last updated . Spec covers 1 endpoint from tashkent.hh.uz.
Related APIs in JobsSee all →
hh.uz API
Search and browse job vacancies across Uzbekistan with filters for location, experience, employment type, and more, while accessing detailed employer profiles and professional role information from HeadHunter Uzbekistan (hh.uz). Retrieve full vacancy details, explore geographic regions, and discover companies by name.
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.
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.
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.
hubmub.com API
Search and discover job opportunities on HubMub by filtering results based on your preferred search terms, job type, category, industry, and location. Retrieve detailed information about specific job listings to help you find the right position that matches your career goals.
resumes.fyi API
Browse and retrieve real resumes from top tech companies that successfully passed resume screens, filtering by role, level, company, school, and verification status. Access resume data and images from over 1,884+ verified resumes to study what works for landing jobs at elite tech firms.
uzse.uz API
Monitor live stock quotes and detailed intraday trading data from the Tashkent Stock Exchange, including historical prices, listed companies, and complete securities information. Access real-time trade results and comprehensive market data to track investment opportunities across all exchange-listed securities.
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.