# iPhone Resale Price Tracker for Delhi

**Use case:** 

Get precise used iPhone resale quotes in Delhi. Access maximum and minimum prices, storage variants, and repair costs for up to 50 devices.

## Input

```json
{
  "brand": "apple",
  "model": "",
  "category": "mobile",
  "city": "delhi",
  "pincode": "110001",
  "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.