# Check a Business for California UCC Liens

**Use case:** 

Search the California SoS UCC filing index by business name and get every matching UCC-1 financing statement - file number, status, filing & lapse dates, all de

## Input

```json
{
  "searchQueries": [
    "TESLA MOTORS INC"
  ],
  "activeOnly": false,
  "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.