# Diverse Suppliers With Expiring Certs

**Use case:** 

Find certified diverse suppliers whose certification expires within 90 days: business name, certifying agency, expiration date & NAICS. Renewal outreach, CSV.

## Input

```json
{
  "states": [],
  "certificationTypes": [],
  "naicsCodes": [],
  "cities": [],
  "zipCodes": [],
  "counties": [],
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "withWebsiteOnly": false,
  "statusActiveOnly": true,
  "expiringWithinDays": 90,
  "maxResults": 1000,
  "sortNewestFirst": true,
  "deduplicateResults": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "certifications": {
    "label": "Certifications"
  },
  "certifyingAgency": {
    "label": "Certifying agency",
    "format": "text"
  },
  "certificationExpirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "naicsCodes": {
    "label": "NAICS"
  },
  "naicsSector": {
    "label": "Sector",
    "format": "text"
  },
  "businessCategory": {
    "label": "Category",
    "format": "text"
  },
  "sourceState": {
    "label": "State",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Diverse Supplier Leads Scraper - MBE, WBE, DBE & Veteran](https://apify.com/scrapesage/us-diverse-supplier-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-diverse-supplier-leads-scraper) to learn more, explore other use cases, and run it yourself.