# Export Moscow Commercial Property Listings

**Use case:** 

Export new Moscow commercial property listings from Avito with prices, descriptions, addresses, coordinates, seller details, and phone numbers.

## Input

```json
{
  "maxResults": 100,
  "query": "стрит ритейл",
  "location": "Москва",
  "category": "commercial_realty",
  "sort": "newest",
  "includePhone": true,
  "includeDetails": true,
  "includeReviews": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "pricePrevious": {
    "label": "Previous Price",
    "format": "number"
  },
  "priceWithoutDiscount": {
    "label": "Price Before Discount",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount",
    "format": "text"
  },
  "priceFormatted": {
    "label": "Price Formatted",
    "format": "text"
  },
  "normalizedPrice": {
    "label": "Price/m²",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "imageAlt": {
    "label": "Image Alt",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "addressId": {
    "label": "Address ID",
    "format": "number"
  },
  "locationId": {
    "label": "Location ID",
    "format": "number"
  },
  "districtId": {
    "label": "District ID",
    "format": "number"
  },
  "metroId": {
    "label": "Metro ID",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "geoReferences": {
    "label": "Geo References",
    "format": "array"
  },
  "categoryId": {
    "label": "Category ID",
    "format": "number"
  },
  "verticalId": {
    "label": "Vertical ID",
    "format": "number"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs",
    "format": "array"
  },
  "postedTimestamp": {
    "label": "Posted Timestamp",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "date"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "imageCount": {
    "label": "Image Count",
    "format": "number"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "boolean"
  },
  "parameters": {
    "label": "Parameters",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "isNegotiable": {
    "label": "Negotiable",
    "format": "boolean"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "stockInfo": {
    "label": "Stock Info",
    "format": "text"
  },
  "hasInstallments": {
    "label": "Installments",
    "format": "boolean"
  },
  "anonymousNumber": {
    "label": "Anonymous Number",
    "format": "text"
  },
  "contactMethods": {
    "label": "Contact Methods",
    "format": "array"
  },
  "modelReviewsSummary": {
    "label": "Model Reviews",
    "format": "text"
  },
  "modelReviewsScore": {
    "label": "Model Review Score",
    "format": "number"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "phoneType": {
    "label": "Phone Type",
    "format": "text"
  },
  "phoneIsAnonymous": {
    "label": "Phone Anonymous",
    "format": "boolean"
  },
  "userType": {
    "label": "User Type",
    "format": "text"
  },
  "shopId": {
    "label": "Shop ID",
    "format": "number"
  },
  "viewsTotal": {
    "label": "Views Total",
    "format": "number"
  },
  "viewsToday": {
    "label": "Views Today",
    "format": "number"
  },
  "productSpecs": {
    "label": "Product Specs",
    "format": "object"
  },
  "productReviews": {
    "label": "Product Reviews",
    "format": "array"
  },
  "catalogInfo": {
    "label": "Catalog Info",
    "format": "object"
  },
  "carMarketPrice": {
    "label": "Car Market Price",
    "format": "object"
  },
  "vehicleType": {
    "label": "Vehicle Type",
    "format": "text"
  },
  "vehicleHistory": {
    "label": "Vehicle History",
    "format": "object"
  },
  "dealerDiscount": {
    "label": "Dealer Discount",
    "format": "object"
  },
  "dealerOffers": {
    "label": "Dealer Offers",
    "format": "array"
  },
  "buildingInfo": {
    "label": "Building Info",
    "format": "array"
  },
  "realtyInfo": {
    "label": "Realty Info",
    "format": "object"
  },
  "realtyReport": {
    "label": "Realty Report",
    "format": "object"
  },
  "marketValuation": {
    "label": "Market Valuation",
    "format": "object"
  },
  "rentConditions": {
    "label": "Rent Conditions",
    "format": "array"
  },
  "rentalRules": {
    "label": "Rental Rules",
    "format": "array"
  },
  "layoutImages": {
    "label": "Layout Images",
    "format": "array"
  },
  "isDeliveryAvailable": {
    "label": "Delivery",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Avito.ru Парсер / Scraper - Phone Numbers, Reviews & More](https://apify.com/zen-studio/avito-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/avito-listings-scraper) to learn more, explore other use cases, and run it yourself.