# Wildberries Resale iPhone Pricing Insights

**Use case:** 

Monitor iPhone prices on Wildberries Resale in Moscow. Get real-time data on condition, seller ratings, prices, and stock availability.

## Input

```json
{
  "searchQueries": [
    "iphone"
  ],
  "maxResults": 50,
  "condition": [],
  "minPrice": 0,
  "maxPrice": 50000,
  "sort": "priceup",
  "region": "MOSCOW",
  "includeSellerProfile": false,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Title",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "price": {
    "label": "Resale Price (RUB)",
    "format": "number"
  },
  "originalPrice": {
    "label": "New Retail (RUB)",
    "format": "number"
  },
  "originProductID": {
    "label": "Origin ID",
    "format": "string"
  },
  "originProductUrl": {
    "label": "Origin Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Resale Scraper: Ресейл ВБ](https://apify.com/getascraper/wildberries-resale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/wildberries-resale-scraper) to learn more, explore other use cases, and run it yourself.