# Find hh.uz jobs with salary

**Use case:** 

Search hh.uz for vacancies that publish a salary range, sorted by highest pay. Pay per result.

## Input

```json
{
  "searchQuery": "менеджер",
  "areaId": "97",
  "experience": "",
  "employment": "",
  "schedule": "",
  "workFormat": "",
  "onlyWithSalary": true,
  "orderBy": "salary_desc",
  "fetchDetails": false,
  "skipReposts": false,
  "maxResults": 5,
  "dateFrom": "",
  "dateTo": "",
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employerName": {
    "label": "Employer",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "salaryFrom": {
    "label": "Salary from",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hh Uz Scraper](https://apify.com/unfenced-group/hh-uz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/hh-uz-scraper) to learn more, explore other use cases, and run it yourself.