# Job Vacancies on Avito Russia for Programmers

**Use case:** 

Collect the latest job postings for programmers on Avito Russia. Access details like title, price, location, and image count.

## Input

```json
{
  "searchQueries": [
    "работа программист"
  ],
  "maxItemsPerQuery": 100,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceString": {
    "label": "Price (formatted)",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "locationName": {
    "label": "Location",
    "format": "string"
  },
  "categorySlug": {
    "label": "Category",
    "format": "string"
  },
  "imagesCount": {
    "label": "Images count",
    "format": "integer"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Avito Scraper — Russia Classifieds & Prices (avito.ru)](https://apify.com/logiover/avito-ru-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/avito-ru-scraper) to learn more, explore other use cases, and run it yourself.