# Electronics price tracking: M.Video and RBT.ru

**Use case:** 

Track electronics prices and ratings across two Russian retailers.

## Input

```json
{
  "queries": [
    "ноутбук",
    "телевизор"
  ],
  "platforms": [
    "mvideo",
    "rbt"
  ],
  "maxItemsPerQuery": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  },
  "metroStoreId": 10
}
```

## Output

```json
{
  "platform": {
    "label": "Chain",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "oldPrice": {
    "label": "Was",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "storeId": {
    "label": "Store id",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Magnit, Metro, M.Video, Dixy, Globus, Kuper Scraper](https://apify.com/isolovyev/ru-retail-chains-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/isolovyev/ru-retail-chains-scraper) to learn more, explore other use cases, and run it yourself.