# Avito RU URL | Keyword Filters | Enriched Output

**Use case:** 

Scrape Avito.ru classifieds by region, category, filters or URL. Extract 25+ fields per listing, including price, address, metro, photos, date, seller type and

## Input

```json
{
  "mode": "search",
  "regions": [
    "moskva"
  ],
  "category": "kvartiry",
  "dealType": "prodam",
  "sortBy": "default",
  "ownerOnly": false,
  "urls": [
    "https://www.avito.ru/moskva/kvartiry/prodam"
  ],
  "maxPages": 200,
  "maxListings": 20,
  "fetchDetails": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "metro": {
    "label": "Metro",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Avito RU $1💰 URL | Keyword Filters | Enriched Output](https://apify.com/abotapi/avito-ru-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/avito-ru-scraper) to learn more, explore other use cases, and run it yourself.