# MCS Installers – Fast Full UK Scrape

**Use case:** 

Collect detailed information on over 5,500 MCS-certified installers in the UK, including contacts and technology specializations.

## Input

```json
{
  "maxPages": 0,
  "concurrencyLimit": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "telephone": {
    "label": "Telephone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "regions": {
    "label": "Regions",
    "format": "array"
  },
  "certificationBody": {
    "label": "Certification Body",
    "format": "string"
  },
  "boilerUpgradeScheme": {
    "label": "Boiler Upgrade Scheme",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Advanced MCS Certified Installers Scraper](https://apify.com/morkerr/advanced-mcs-certified-installers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/morkerr/advanced-mcs-certified-installers-scraper) to learn more, explore other use cases, and run it yourself.