# Connecticut UCC Filings - Secured Loan Records

**Use case:** 

Pull Connecticut UCC filings with debtor name and address, secured party, filing number, filing and lapse dates and status. Commercial lending research.

## Input

```json
{
  "states": [
    "CT"
  ],
  "filingCategory": "originals",
  "debtorType": "business",
  "statusActiveOnly": true,
  "includeSecuredParties": true,
  "includeCollateral": true,
  "maxResults": 1000,
  "maxResultsPerState": 500,
  "sortNewestFirst": true,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "debtorName": {
    "label": "Debtor (borrower)",
    "format": "text"
  },
  "debtorIsBusiness": {
    "label": "Business?",
    "format": "boolean"
  },
  "primarySecuredParty": {
    "label": "Secured party / lender",
    "format": "text"
  },
  "collateralSummary": {
    "label": "Collateral",
    "format": "text"
  },
  "filingType": {
    "label": "Filing type",
    "format": "text"
  },
  "lienCategory": {
    "label": "Lien category",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "text"
  },
  "lapseDate": {
    "label": "Lapses",
    "format": "text"
  },
  "debtorCity": {
    "label": "City",
    "format": "text"
  },
  "debtorState": {
    "label": "Debtor state",
    "format": "text"
  },
  "state": {
    "label": "Filing state",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [US UCC Filings Scraper - Secured-Loan & Lender Leads](https://apify.com/scrapesage/us-ucc-filings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-ucc-filings-scraper) to learn more, explore other use cases, and run it yourself.