# Ready Business for Sale Listings on Avito

**Use case:** 

Get detailed listings for ready businesses and franchises on Avito. Data includes prices, locations, and categories for informed decision-making.

## Input

```json
{
  "searchQueries": [
    "продам бизнес",
    "готовый бизнес",
    "франшиза"
  ],
  "categoryId": "38",
  "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.