# Scrape SGCarMart Sold Used Car Prices

**Use case:** 

Benchmark SGCarMart sold used-car prices — final asking price, depreciation, COE, OMV, ARF, mileage and specs by make and model for market valuation.

## Input

```json
{
  "vehicleTypes": [],
  "availability": "sold",
  "maxItems": 100,
  "scrapeDetails": true,
  "monitorMode": false,
  "monitorTrackPriceChanges": true,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "title": {
    "label": "Listing"
  },
  "price": {
    "label": "Price (S$)"
  },
  "depreciationPerYear": {
    "label": "Depr./yr (S$)"
  },
  "registrationDate": {
    "label": "Reg date"
  },
  "mileageKm": {
    "label": "Mileage (km)"
  },
  "coeTimeLeft": {
    "label": "COE left"
  },
  "omv": {
    "label": "OMV (S$)"
  },
  "arf": {
    "label": "ARF (S$)"
  },
  "deregValue": {
    "label": "Dereg/PARF (S$)"
  },
  "transmission": {
    "label": "Trans"
  },
  "fuelType": {
    "label": "Fuel"
  },
  "numOwners": {
    "label": "Owners"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "dealerPhone": {
    "label": "Dealer phone"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [SGCarMart Used Car Scraper — Prices, COE/OMV/ARF & Dealer Leads](https://apify.com/scrapesage/sgcarmart-used-car-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/sgcarmart-used-car-scraper) to learn more, explore other use cases, and run it yourself.