# Find Low-Mileage Used Cars in Singapore

**Use case:** 

Scrape low-mileage used cars on Motorist.sg with price, exact mileage, depreciation, COE left, owners and the dealer's phone & WhatsApp. Export to CSV.

## Input

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

## Output

```json
{
  "title": {
    "label": "Car"
  },
  "make": {
    "label": "Make"
  },
  "price": {
    "label": "Price $"
  },
  "depreciationPerYear": {
    "label": "Depr/yr $"
  },
  "registrationDate": {
    "label": "Reg date"
  },
  "coeLeftText": {
    "label": "COE left"
  },
  "mileageKm": {
    "label": "Mileage km"
  },
  "numberOfOwners": {
    "label": "Owners"
  },
  "fuelType": {
    "label": "Fuel"
  },
  "transmission": {
    "label": "Trans"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "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.