# French Company KYC — SIRENE, SIREN/SIRET, Officers & BODACC (`tagadanar/french-company-kyc`) Actor

Enrich any French company from official data (SIRENE, INSEE, BODACC) — a Pappers alternative with insolvency red flags built in. Name, SIREN or SIRET → identity, VAT, legal form, officers, revenue & net income + BODACC filings. Bulk input. For lead enrichment, KYC/KYB & AI agents.

- **URL**: https://apify.com/tagadanar/french-company-kyc.md
- **Developed by:** [tagada](https://apify.com/tagadanar) (community)
- **Categories:** Lead generation, AI, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 company enricheds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## French Company KYC — SIRENE, SIREN/SIRET, Officers & BODACC

**Turn a company name, SIREN or SIRET into a complete, structured KYC profile — straight from official French government sources.** A **Pappers alternative** with no subscription: pay per company, insolvency red flags included. One call merges the SIRENE registry, RNE/INPI data (officers, financials) and BODACC legal announcements (insolvency procedures, account filings, radiations) into a single clean JSON record.

Built for **sales & lead enrichment, KYC/KYB onboarding, risk monitoring, and AI agents** (works out of the box via API and MCP).

### Why this actor

- ✅ **Official data only** — SIRENE (INSEE), RNE (INPI), BODACC (DILA). No scraping, no stale caches, no legal grey zone. GDPR-friendly by construction.
- ✅ **One call, whole picture** — identity, VAT number, legal form, NAF code, headquarters + geo, workforce bracket, officers, 5 years of revenue & net income, compliance labels (Qualiopi, RGE, ESS, bio…), and legal-announcement red flags.
- ✅ **KYC red flags computed for you** — `hasCollectiveProcedure` (redressement, liquidation, sauvegarde), `isRadiated`, `lastAccountsFilingDate`.
- ✅ **Bulk-friendly** — feed it a list of thousands of names or SIREN numbers.
- ✅ **Fair pricing** — you are only charged for companies actually found and enriched. Misses are free.

### Use cases

- **Lead enrichment** — turn a CRM list of company names into SIREN, VAT, size, revenue and decision-maker names.
- **KYC / KYB onboarding** — verify a supplier or customer exists, is active, and has no insolvency procedure on record.
- **Risk monitoring** — re-run your portfolio weekly and alert on new collective procedures.
- **Market research** — legal form, workforce, financials and location for any segment.
- **AI agents** — plug it into Claude, Cursor or any MCP client and ask *"is this company safe to sign with?"*.

### Input

```json
{
    "queries": ["Decathlon", "552032534", "38076811300017"],
    "maxResultsPerQuery": 1,
    "includeBodacc": true
}
````

`queries` accepts company names, 9-digit SIREN or 14-digit SIRET numbers — mix them freely.

### Output (one record per company)

```json
{
    "query": "552032534",
    "found": true,
    "name": "DANONE",
    "siren": "552032534",
    "headquartersSiret": "55203253400041",
    "vatNumber": "FR27552032534",
    "legalFormCode": 5599,
    "legalFormLabel": "SA à conseil d'administration",
    "nafCode": "70.10Z",
    "status": "active",
    "creationDate": "1908-01-01",
    "employeesRange": "1000–1999 employees",
    "companyCategory": "GE (large enterprise)",
    "address": "17 BOULEVARD HAUSSMANN 75009 PARIS",
    "latitude": 48.872634,
    "longitude": 2.336423,
    "officers": [
        { "type": "person", "name": "ANTOINE BERNARD DE SAINT-AFFRIQUE", "role": "Directeur général", "birthYear": "1964" }
    ],
    "finances": [{ "year": 2024, "revenue": 27376000000, "netIncome": 1720000000 }],
    "latestRevenue": 27376000000,
    "labels": { "qualiopiCertified": false, "socialSolidarityEconomy": false },
    "hasCollectiveProcedure": false,
    "bodacc": {
        "totalAnnouncements": 106,
        "hasCollectiveProcedure": false,
        "lastAccountsFilingDate": "2026-06-12",
        "isRadiated": false,
        "announcements": [ { "publicationDate": "2026-06-12", "family": "Dépôts des comptes", "court": "Greffe du Tribunal de Commerce de Paris" } ]
    },
    "sources": ["recherche-entreprises.api.gouv.fr (SIRENE, RNE/INPI)", "bodacc-datadila.opendatasoft.com (BODACC)"]
}
```

### Companion actors — French open-data suite

- [**French & EU Public Tenders Monitor**](https://apify.com/tagadanar/french-public-tenders) — track public procurement (BOAMP + TED) by keyword/CPV/department; prospect the same companies' public-sector deals.
- [**French Real Estate Sales (DVF)**](https://apify.com/tagadanar/french-real-estate-dvf) — official recorded property sale prices from the land registry.

### Pricing

Pay per event — no subscription, no minimum:

| Event | When |
|---|---|
| Actor start | Once per run |
| Company enriched | Per company found and returned (misses are free) |
| BODACC checked | Per company, only when `includeBodacc` is enabled |

Typical cost: enriching 1,000 known companies with full legal-announcement history costs a few dollars — compare with per-seat subscriptions of commercial providers.

### FAQ

**Where does the data come from?** Exclusively from official French open-data APIs: `recherche-entreprises.api.gouv.fr` (SIRENE/INSEE + RNE/INPI) and the BODACC open-data portal (DILA). Data is fetched live at run time — never cached or resold.

**Is this legal / GDPR-compliant?** Yes. These are public registries published by the French state specifically for reuse. Officer names are limited to what the law makes public (no personal addresses; birth dates truncated to month).

**What about companies with confidentiality flags?** Companies with `statut_diffusion` restrictions return only the fields the registry publishes.

**Can I search by criteria (NAF, region, size)?** This actor is optimized for lookup/enrichment of identified companies. Criteria-based prospecting is on the roadmap — open an issue if you need it.

**Does it work with AI agents?** Yes — like every Apify actor it is exposed via REST API and **MCP**, so Claude, Cursor & co. can call it as a tool.

***

*Keywords: SIREN lookup, SIRET, KYC France, KYB, French company data, TVA intracommunautaire, BODACC, procédure collective, Pappers alternative, societe.com alternative, INSEE SIRENE API, company enrichment, dirigeants, chiffre d'affaires.*

# Actor input Schema

## `queries` (type: `array`):

One entry per company to look up. Accepts a company name (e.g. <code>Decathlon</code>), a 9-digit SIREN (e.g. <code>306138900</code>) or a 14-digit SIRET. Bulk lists are fine.

## `maxResultsPerQuery` (type: `integer`):

How many matching companies to return per query. Keep 1 for KYC/enrichment of a known company; raise it for exploratory name searches.

## `includeBodacc` (type: `boolean`):

Fetch official legal announcements (Bulletin officiel des annonces civiles et commerciales): insolvency / collective procedures, account filings, modifications, radiations. Adds one charged event per company.

## `bodaccMaxAnnouncements` (type: `integer`):

Most recent announcements to include in the output (summary flags are always computed from these).

## `onlyActiveCompanies` (type: `boolean`):

Exclude administratively ceased companies from name-search results.

## `pushNotFoundRecords` (type: `boolean`):

When enabled, queries with no match produce a record with <code>found: false</code> so bulk pipelines can track misses. Not-found records are never charged.

## Actor input object example

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

# Actor output Schema

## `companies` (type: `string`):

All enriched company records (one item per company) in the default dataset.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "Decathlon",
        "552032534"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("tagadanar/french-company-kyc").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "queries": [
        "Decathlon",
        "552032534",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("tagadanar/french-company-kyc").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "Decathlon",
    "552032534"
  ]
}' |
apify call tagadanar/french-company-kyc --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=tagadanar/french-company-kyc",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "French Company KYC — SIRENE, SIREN/SIRET, Officers & BODACC",
        "description": "Enrich any French company from official data (SIRENE, INSEE, BODACC) — a Pappers alternative with insolvency red flags built in. Name, SIREN or SIRET → identity, VAT, legal form, officers, revenue & net income + BODACC filings. Bulk input. For lead enrichment, KYC/KYB & AI agents.",
        "version": "0.1",
        "x-build-id": "2qR4AUfLmQAya0u12"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/tagadanar~french-company-kyc/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-tagadanar-french-company-kyc",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/tagadanar~french-company-kyc/runs": {
            "post": {
                "operationId": "runs-sync-tagadanar-french-company-kyc",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/tagadanar~french-company-kyc/run-sync": {
            "post": {
                "operationId": "run-sync-tagadanar-french-company-kyc",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "queries"
                ],
                "properties": {
                    "queries": {
                        "title": "Company names, SIREN or SIRET numbers",
                        "type": "array",
                        "description": "One entry per company to look up. Accepts a company name (e.g. <code>Decathlon</code>), a 9-digit SIREN (e.g. <code>306138900</code>) or a 14-digit SIRET. Bulk lists are fine.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResultsPerQuery": {
                        "title": "Max matches per query",
                        "minimum": 1,
                        "maximum": 25,
                        "type": "integer",
                        "description": "How many matching companies to return per query. Keep 1 for KYC/enrichment of a known company; raise it for exploratory name searches.",
                        "default": 1
                    },
                    "includeBodacc": {
                        "title": "Include BODACC legal announcements",
                        "type": "boolean",
                        "description": "Fetch official legal announcements (Bulletin officiel des annonces civiles et commerciales): insolvency / collective procedures, account filings, modifications, radiations. Adds one charged event per company.",
                        "default": true
                    },
                    "bodaccMaxAnnouncements": {
                        "title": "Max BODACC announcements per company",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Most recent announcements to include in the output (summary flags are always computed from these).",
                        "default": 20
                    },
                    "onlyActiveCompanies": {
                        "title": "Only active companies",
                        "type": "boolean",
                        "description": "Exclude administratively ceased companies from name-search results.",
                        "default": false
                    },
                    "pushNotFoundRecords": {
                        "title": "Output a record for queries with no match",
                        "type": "boolean",
                        "description": "When enabled, queries with no match produce a record with <code>found: false</code> so bulk pipelines can track misses. Not-found records are never charged.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
