# Comprobar si una empresa está en concurso

**Use case:** 

Compruebe antes de contratar si una empresa española está en concurso: su papel - deudor, inhabilitado o administrador - del registro oficial.

## Input

```json
{
  "searchMode": "byName",
  "name": "Abengoa",
  "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.