# Veteran-Owned Business Leads from PPP Loan Data

**Use case:** 

Build a veteran-owned business list from PPP loan records with name, address, NAICS industry, loan amount, jobs and lender. Supplier diversity sourcing.

## Input

```json
{
  "states": [
    "CA"
  ],
  "naicsCodes": [
    "722"
  ],
  "drawType": "any",
  "forgivenessStatus": "any",
  "franchisesOnly": false,
  "womanOwnedOnly": false,
  "veteranOwnedOnly": true,
  "minorityOwnedOnly": false,
  "hispanicOwnedOnly": false,
  "nonProfitFilter": "any",
  "ruralUrban": "any",
  "hubzoneOnly": false,
  "lowToModerateIncomeOnly": false,
  "includeUnder150k": false,
  "maxResults": 500,
  "sortNewestFirst": true,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "borrowerName": {
    "label": "Business",
    "format": "text"
  },
  "borrowerCity": {
    "label": "City",
    "format": "text"
  },
  "borrowerState": {
    "label": "State",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS",
    "format": "text"
  },
  "naicsSector": {
    "label": "Industry sector",
    "format": "text"
  },
  "loanAmount": {
    "label": "Loan amount",
    "format": "number"
  },
  "jobsReported": {
    "label": "Jobs",
    "format": "number"
  },
  "drawType": {
    "label": "Draw",
    "format": "text"
  },
  "isForgiven": {
    "label": "Forgiven",
    "format": "boolean"
  },
  "ownerGender": {
    "label": "Owner gender",
    "format": "text"
  },
  "veteranStatus": {
    "label": "Veteran",
    "format": "text"
  },
  "originatingLender": {
    "label": "Lender",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [PPP Loan Data Scraper - Small Business Leads & Firmographics](https://apify.com/scrapesage/ppp-loan-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/ppp-loan-data-scraper) to learn more, explore other use cases, and run it yourself.