# Tesco PLC Due-Diligence and Risk Summary

**Use case:** 

Obtain a comprehensive risk summary for Tesco PLC with current officers and significant control information based on UK Companies House records.

## Input

```json
{
  "companyNumbers": [
    "00445790"
  ],
  "companyNames": [
    "Tesco"
  ],
  "includeOfficers": true,
  "includePSC": true,
  "maxItems": 1,
  "enrich": true,
  "targetLangs": [
    "en"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "companyNumber": {
    "label": "Number",
    "format": "string"
  },
  "companyStatus": {
    "label": "Status",
    "format": "string"
  },
  "incorporationDate": {
    "label": "Incorporated",
    "format": "string"
  },
  "hasInsolvencyHistory": {
    "label": "Insolvency history",
    "format": "boolean"
  },
  "hasCharges": {
    "label": "Has charges",
    "format": "boolean"
  },
  "summary": {
    "label": "AI risk summary",
    "format": "string"
  },
  "keyRisks": {
    "label": "Key risk flags",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Company Due-Diligence + AI Risk Summary (EN/RU/AR)](https://apify.com/mikhail_k/company-due-diligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mikhail_k/company-due-diligence) to learn more, explore other use cases, and run it yourself.