# Expired MCS Certified Products Tracker

**Use case:** 

Identify renewable energy products with expired MCS certifications. Get details on certification dates, manufacturers, and product models.

## Input

```json
{
  "certificationStatus": [
    "expired"
  ],
  "resultsPerPage": 90,
  "maxPages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "text"
  },
  "modelNumber": {
    "label": "Model",
    "format": "text"
  },
  "technology": {
    "label": "Technology",
    "format": "text"
  },
  "technologySubType": {
    "label": "Sub-Type",
    "format": "text"
  },
  "peakPowerOutput": {
    "label": "Peak Power",
    "format": "text"
  },
  "testConditions": {
    "label": "Test Conditions",
    "format": "text"
  },
  "scopPerformance": {
    "label": "SCOP Data",
    "format": "object"
  },
  "certificationNumber": {
    "label": "Cert No.",
    "format": "text"
  },
  "certificationBody": {
    "label": "Cert Body",
    "format": "text"
  },
  "certificationPeriodFrom": {
    "label": "Certification period from"
  },
  "certificationPeriodTo": {
    "label": "Certification period to"
  },
  "certificationStatus": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

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