# Scrape hh.uz jobs by keyword

**Use case:** 

Extract job vacancies from hh.uz for any keyword across Uzbekistan. Structured job data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "areaId": "97",
  "experience": "",
  "employment": "",
  "schedule": "",
  "workFormat": "",
  "onlyWithSalary": false,
  "orderBy": "",
  "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.