# SBA Restaurant & Food Service Loan Borrowers

**Use case:** 

Export restaurants and food service businesses approved for SBA loans with name, address, loan amount, lender, franchise flag and jobs supported.

## Input

```json
{
  "program": "7a",
  "fiscalYearFrom": 2024,
  "states": [
    "CA"
  ],
  "naicsCodes": [
    "722"
  ],
  "businessAge": "any",
  "franchisesOnly": false,
  "maxResults": 500,
  "sortNewestFirst": true,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "borrowerName": {
    "label": "Borrower",
    "format": "text"
  },
  "borrowerCity": {
    "label": "City",
    "format": "text"
  },
  "borrowerState": {
    "label": "State",
    "format": "text"
  },
  "naicsDescription": {
    "label": "Industry (NAICS)",
    "format": "text"
  },
  "grossApproval": {
    "label": "Loan amount",
    "format": "number"
  },
  "approvalDate": {
    "label": "Approved",
    "format": "text"
  },
  "businessAgeCategory": {
    "label": "Business age",
    "format": "text"
  },
  "lenderName": {
    "label": "Lender / CDC",
    "format": "text"
  },
  "jobsSupported": {
    "label": "Jobs",
    "format": "number"
  },
  "loanStatusLabel": {
    "label": "Status",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [SBA Loan Leads Scraper - 7(a) & 504 Borrowers & Lenders](https://apify.com/scrapesage/sba-loan-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/sba-loan-leads-scraper) to learn more, explore other use cases, and run it yourself.