# Find Active Secured-Debt Filings for a Company

**Use case:** 

See a California company's active UCC liens: the collateral currently pledged as security and the lenders holding it, before you extend credit or agree terms.

## Input

```json
{
  "searchQueries": [
    "WALMART INC"
  ],
  "activeOnly": true,
  "maxResultsPerQuery": 50
}
```

## Output

```json
{
  "filingNumber": {
    "label": "File no.",
    "format": "string"
  },
  "uccType": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "filingDate": {
    "label": "Filed",
    "format": "string"
  },
  "lapseDate": {
    "label": "Lapses",
    "format": "string"
  },
  "debtor": {
    "label": "Debtor(s)",
    "format": "string"
  },
  "securedParty": {
    "label": "Secured party(ies)",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [California UCC Lien Search - Debtors & Secured Parties](https://apify.com/regdata/california-ucc-lien-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/california-ucc-lien-scraper) to learn more, explore other use cases, and run it yourself.