# Enrich French Companies by Name or SIREN (KYC)

**Use case:** 

KYC task that turns a company name or SIREN into official SIRENE identity, officers and BODACC events. Paste your own list of companies to enrich.

## Input

```json
{
  "queries": [
    "Decathlon",
    "552032534"
  ],
  "maxResultsPerQuery": 1,
  "includeBodacc": true,
  "bodaccMaxAnnouncements": 20,
  "onlyActiveCompanies": false,
  "pushNotFoundRecords": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "siren": {
    "label": "SIREN",
    "format": "string"
  },
  "vatNumber": {
    "label": "VAT number (TVA intracommunautaire)",
    "format": "string"
  },
  "legalFormLabel": {
    "label": "Legal form",
    "format": "string"
  },
  "nafCode": {
    "label": "NAF code",
    "format": "string"
  },
  "status": {
    "label": "Administrative status",
    "format": "string"
  },
  "employeesRange": {
    "label": "Employees",
    "format": "string"
  },
  "address": {
    "label": "HQ address",
    "format": "string"
  },
  "latestRevenue": {
    "label": "Latest revenue (EUR)",
    "format": "number"
  },
  "latestNetIncome": {
    "label": "Latest net income (EUR)",
    "format": "number"
  },
  "hasCollectiveProcedure": {
    "label": "Insolvency red flag",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [French Company KYC 🇫🇷: SIRENE, SIREN/SIRET, Officers & BODACC](https://apify.com/tagadanar/french-company-kyc) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/french-company-kyc) to learn more, explore other use cases, and run it yourself.