# Scrape Avito Clothing Listings for Winter Jackets

**Use case:** 

Extract detailed data on winter jackets from Avito.ru. Get prices, locations, categories, and images for up to 100 listings.

## 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.