# Ozon.ru – Products, URLs, Keywords, Sellers & Reviews

**Use case:** 

Scrape Ozon.ru product data by keyword or URL. Extract 40+ fields, pricing, discounts, ratings, specs, variants, images, sellers, buybox data and reviews.

## Input

```json
{
  "mode": "search",
  "queries": [
    "iphone 15"
  ],
  "sortBy": "score",
  "urls": [
    "https://www.ozon.ru/category/smartfony-15502/"
  ],
  "scrapeProductDetails": true,
  "fetchBuybox": true,
  "fetchSellerDetails": true,
  "fetchReviews": false,
  "maxReviewsPerProduct": 30,
  "maxPages": 1,
  "maxListings": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price (RUB)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original (RUB)",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "questionCount": {
    "label": "Questions",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "otherSellersCount": {
    "label": "Other sellers",
    "format": "number"
  },
  "otherSellersMinPrice": {
    "label": "Other min (RUB)",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "categoryPath": {
    "label": "Category",
    "format": "text"
  },
  "coverImage": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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