# Monitor a Watchlist for New Spanish Insolvencies

**Use case:** 

Track your Spanish customers and suppliers for insolvency: run a watchlist and see each party's role - debtor, disqualified or administrator - as it appears.

## Input

```json
{
  "searchMode": "byName",
  "name": "Abengoa",
  "watchlist": [
    "Abengoa",
    "Codere",
    "Duro Felguera"
  ],
  "identifierType": "NIF",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "documentId": {
    "label": "NIF/CIF",
    "format": "string"
  },
  "documentType": {
    "label": "Type",
    "format": "string"
  },
  "isDebtor": {
    "label": "Debtor",
    "format": "boolean"
  },
  "isDisqualified": {
    "label": "Disqualified",
    "format": "boolean"
  },
  "isInsolvencyAdministrator": {
    "label": "Admin.",
    "format": "boolean"
  },
  "matchedQuery": {
    "label": "Matched",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain Registro Público Concursal Search](https://apify.com/regdata/spain-concursal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/spain-concursal-scraper) to learn more, explore other use cases, and run it yourself.