# Get Used Car OMV, ARF & COE Data (Motorist)

**Use case:** 

Export Motorist.sg car valuation data: OMV, ARF, road tax, COE expiry, depreciation and engine specs for every used-car listing. No login required.

## Input

```json
{
  "segments": [
    "all-vehicles"
  ],
  "includeDetails": true,
  "maxResults": 50,
  "maxResultsPerSegment": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "maxMileageKm": 0,
  "maxDepreciation": 0,
  "minCoeMonthsLeft": 0,
  "maxOwners": 0,
  "monitorMode": false,
  "dedupStoreName": "motorist-sg-state",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Car"
  },
  "price": {
    "label": "Price $"
  },
  "depreciationPerYear": {
    "label": "Depr/yr $"
  },
  "omv": {
    "label": "OMV $"
  },
  "arf": {
    "label": "ARF $"
  },
  "roadTaxPerYear": {
    "label": "Road tax/yr $"
  },
  "coeMonthsTotalLeft": {
    "label": "COE mths left"
  },
  "engineCapacityCc": {
    "label": "Engine cc"
  },
  "powerBhp": {
    "label": "Power bhp"
  },
  "scheme": {
    "label": "Scheme"
  },
  "mileageKm": {
    "label": "Mileage km"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Motorist.sg Scraper - Singapore Used Cars & Dealer Leads](https://apify.com/scrapesage/motorist-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/motorist-scraper) to learn more, explore other use cases, and run it yourself.