# Build a Singapore Car Dealer Leads List

**Use case:** 

Turn Motorist.sg listings into dealer leads: dealer/seller name, mobile number and WhatsApp link, with the car make, model, price and COE. Export to CSV.

## 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
{
  "sellerName": {
    "label": "Seller"
  },
  "sellerPhone": {
    "label": "Mobile"
  },
  "sellerWhatsapp": {
    "label": "WhatsApp"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "title": {
    "label": "Car"
  },
  "price": {
    "label": "Price $"
  },
  "make": {
    "label": "Make"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "Listing"
  }
}
```

## 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.