# Music Instruments & DJ Gear Listings from Avito

**Use case:** 

Collect detailed listings of music instruments and DJ gear from Avito, including prices, locations, and images, up to 300 items per query.

## Input

```json
{
  "searchQueries": [
    "гитара",
    "пианино",
    "барабаны",
    "синтезатор"
  ],
  "categoryId": "34",
  "maxItemsPerQuery": 200,
  "maxResults": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceString": {
    "label": "Price (formatted)",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "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.