# Find Renewable Energy Installers in Scotland - MCS Certified

**Use case:** 

Scrape MCS-certified renewable energy installers in Scotland. Get verified company names, emails, phone numbers, websites for solar, heat pumps, biomass & more

## Input

```json
{
  "regions": [
    "scotland"
  ],
  "maxPages": 1,
  "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 [MCS Certified Installers Scraper ❌](https://apify.com/morkerr/mcscertified-com-installer-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/morkerr/mcscertified-com-installer-scraper) to learn more, explore other use cases, and run it yourself.