# Cheapest TVs Price Comparison on Ozon.ru

**Use case:** 

Get a detailed list of the cheapest TVs available on Ozon.ru. Extract product names, prices, discounts, ratings, and specifications.

## Input

```json
{
  "mode": "search",
  "query": "телевизор",
  "sort": "price_asc",
  "category": "smartfony-15502",
  "productUrls": [],
  "maxResults": 500,
  "proxyCountry": "RU"
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "productId": {
    "label": "Product ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price (₽)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Was (₽)",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isAvailable": {
    "label": "In stock",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Ozon Scraper — Products, Prices, Specs, Reviews & Sellers](https://apify.com/logiover/ozon-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/ozon-scraper) to learn more, explore other use cases, and run it yourself.