# Colorado equipment-finance leads, fully enriched

**Use case:** 

Every equipment-finance UCC filing recorded in Colorado in the last 30 days, returned as a sales-ready lead: debtor name and address, secured party and collateral, plus the debtor's business age, entity standing, registered agent, and a count of their prior lenders so you can spot stacked borrowers. Capped at 25 records so you can see the whole output shape for about $0.14.

## Input

```json
{
  "mode": "feed",
  "debtorNames": [],
  "matchMode": "startsWith",
  "states": [
    "CO"
  ],
  "daysBack": 30,
  "leadTypes": [
    "equipmentFinancing"
  ],
  "enrichTrucking": true,
  "enrichMedical": false,
  "enrichStacking": true,
  "enrichRegistry": true,
  "fmcsaMatchAll": false,
  "maxItems": 25,
  "onlyNewSinceLastRun": false,
  "syncEnabled": false,
  "syncFieldMap": {},
  "syncExtraArgs": {}
}
```

## Output

```json
{
  "debtorName": {
    "label": "Debtor (business)",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "leadType": {
    "label": "Lead type",
    "format": "text"
  },
  "securedParty": {
    "label": "Lender / secured party",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "date"
  },
  "debtorCity": {
    "label": "City",
    "format": "text"
  },
  "filingState": {
    "label": "Registry",
    "format": "text"
  },
  "filingId": {
    "label": "Filing ID",
    "format": "text"
  },
  "filingNumber": {
    "label": "Filing Number",
    "format": "text"
  },
  "lapseDate": {
    "label": "Lapse Date",
    "format": "date"
  },
  "filingType": {
    "label": "Filing Type",
    "format": "text"
  },
  "debtorStreet": {
    "label": "Debtor Street",
    "format": "text"
  },
  "debtorState": {
    "label": "Debtor State",
    "format": "text"
  },
  "debtorZip": {
    "label": "Debtor Zip",
    "format": "text"
  },
  "debtorCounty": {
    "label": "County / Borough",
    "format": "text"
  },
  "securedPartyLocation": {
    "label": "Secured Party Location",
    "format": "text"
  },
  "collateral": {
    "label": "Collateral",
    "format": "text"
  },
  "filedAmount": {
    "label": "Filed Amount ($)",
    "format": "number"
  },
  "priorFilingsCount": {
    "label": "Prior Filings Count",
    "format": "number"
  },
  "priorLenders": {
    "label": "Prior Lenders",
    "format": "text"
  },
  "lastPriorFilingDate": {
    "label": "Last Prior Filing Date",
    "format": "date"
  },
  "isStacked": {
    "label": "Is Stacked",
    "format": "boolean"
  },
  "businessFormedDate": {
    "label": "Business Formed Date",
    "format": "date"
  },
  "businessAgeYears": {
    "label": "Business Age Years",
    "format": "number"
  },
  "entityStatus": {
    "label": "Entity Status",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "registeredAgent": {
    "label": "Registered Agent",
    "format": "text"
  },
  "truckingMatch": {
    "label": "Trucking Match",
    "format": "boolean"
  },
  "dotNumber": {
    "label": "DOT Number",
    "format": "text"
  },
  "fleetSize": {
    "label": "Fleet Size",
    "format": "number"
  },
  "drivers": {
    "label": "Drivers",
    "format": "number"
  },
  "phoneSource": {
    "label": "Phone Source",
    "format": "text"
  },
  "medicalMatch": {
    "label": "Medical Match",
    "format": "boolean"
  },
  "npiNumber": {
    "label": "NPI Number",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "saferUrl": {
    "label": "Safer URL",
    "format": "link"
  },
  "filingImageUrl": {
    "label": "Filing Image URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UCC Lien & Filing Scraper — CT, CO, NY, OR — Debtor Search](https://apify.com/deadwood_data_solutions/ucc-filing-leads.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/deadwood_data_solutions/ucc-filing-leads.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/deadwood_data_solutions/ucc-filing-leads.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
