# Samsung Phone Resale Price Tracker for Gurgaon

**Use case:** 

Get live resale prices for Samsung phones in Gurgaon. Access maximum and minimum trade-in quotes with storage variants and repair costs.

## Input

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

## Output

```json
{
  "image_url": {
    "label": "Image",
    "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"
  },
  "variants_count": {
    "label": "Variants",
    "format": "number"
  },
  "variants_summary": {
    "label": "Variant Prices (Name:INR)",
    "format": "string"
  },
  "city": {
    "label": "City / Pincode",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "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.