# Scrape EU Car Dealer B2B Leads - AutoScout24

**Use case:** 

Build a car dealer lead list from AutoScout24 with dealer, phone, email, website, country and lead score. Ready-to-use contact list.

## Input

```json
{
  "mode": "dealerLeads",
  "make": "Audi",
  "countries": [
    "germany"
  ],
  "transmission": "",
  "condition": "all",
  "sort": "standard",
  "includeDetails": false,
  "emitDealerLeads": true,
  "enrichDealerEmails": false,
  "maxReviewsPerDealer": 10,
  "maxResults": 200,
  "maxDealers": 50,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Dealer",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "vatId": {
    "label": "VAT",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "# Reviews",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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