# Dell Laptop Buyback Price Monitor in Gurgaon

**Use case:** 

Monitor used Dell laptop buyback prices in Gurgaon. Get quotes, storage variants, and repair costs, ready for your analysis.

## Input

```json
{
  "brand": "dell",
  "model": "",
  "category": "laptop",
  "city": "gurgaon",
  "pincode": "122001",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Max Resale Price (INR)",
    "format": "number"
  },
  "price_min_inr": {
    "label": "Min Resale Price (INR)",
    "format": "number"
  },
  "repair_price_inr": {
    "label": "Est. Screen Repair (INR)",
    "format": "number"
  },
  "variants_count": {
    "label": "Variants",
    "format": "number"
  },
  "variants_summary": {
    "label": "Variant Prices (Name:INR)",
    "format": "string"
  },
  "variants": {
    "label": "Variant Breakdown (JSON)",
    "format": "string"
  },
  "units_recycled": {
    "label": "Recycled Units",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "city": {
    "label": "City / Pincode",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Cashify Scraper: Used Phone Resale Prices India](https://apify.com/getascraper/cashify-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/cashify-scraper) to learn more, explore other use cases, and run it yourself.