# Cashify Multi-Brand Price Monitor

**Use case:** 

Build recurring Cashify refurbished-device assortment, price, discount, rating, and availability datasets across brand collections.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cashify.in/buy-refurbished-mobile-phones/all-phones"
    }
  ],
  "maxItems": 100,
  "followLinkedCollections": true,
  "maxCollectionPages": 10
}
```

## Output

```json
{
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "currentPriceInr": {
    "label": "Current price",
    "format": "number"
  },
  "mrpInr": {
    "label": "MRP",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount percent",
    "format": "number"
  },
  "membershipPriceInr": {
    "label": "Membership price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "inventory": {
    "label": "Inventory",
    "format": "integer"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  },
  "badge": {
    "label": "Sale badge",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Cashify Refurbished Products Scraper](https://apify.com/automation-lab/cashify-refurbished-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cashify-refurbished-products-scraper) to learn more, explore other use cases, and run it yourself.