# Changelog of French Company KYC 🇫🇷: SIRENE, SIREN/SIRET, Officers & BODACC (`tagadanar/french-company-kyc`) Actor

- **URL**: https://apify.com/tagadanar/french-company-kyc/changelog.md
- **Full Actor documentation**: https://apify.com/tagadanar/french-company-kyc.md

## Changelog

### 2026-08-30

- Every run now ends with a status message that says what happened, built by a
  pure function from explicit counters. A SIRENE search API that did not answer
  is reported as our outage; "none of these queries matched a company" is now
  reachable only after the search canary confirms the API is healthy. BODACC
  checks actually charged, and BODACC lookups that failed (never charged), are
  counted separately and named.
- README: the pricing table now carries the real numbers — $0.005 per company
  enriched ($5 per 1,000), $0.003 per BODACC check, $0.001 per run start, with
  the Bronze/Silver/Gold discounts and "platform usage included" spelled out.
  It previously described the three events without stating a single price.

### 2026-07-18

- README: reworded the insolvency-flags line so it no longer implies they're
  bundled at no extra cost, holding regardless of who covers platform usage.

### 2026-07-13

- README: removed a stale "no minimum" claim in the pricing intro for consistency with sibling French RE actors' phrasing.

### 2026-07-12

- Invalid input no longer fails the run. The run now finishes cleanly with a clear explanation in its status message, so a typo or an empty list is easy to spot and fix.
- List inputs now accept datasets piped straight from another scraper: entries
  that are objects are read through their usual key names (url/link,
  query/keyword/title, name/company and similar) instead of being rejected.

### 2026-07-11

- Billing: on paid runs every row is billed before it is written, and a run
  now stops visibly if billing fails instead of continuing unbilled.

### 2026-07-09

- Input is now tolerant of common shapes that previously failed the run: a bare
  string / bare object / delimited string for `queries` is coerced into a list
  instead of erroring. Empty input still errors, and is now rejected pre-run.

### 2026-07-04

- Published on Apify Store.

### 2026-07-02

- Initial release.
- Enrich any French company from official data (SIRENE, INSEE, BODACC) by name, SIREN or SIRET.
- Identity, VAT number, legal form, officers (dirigeants), revenue and net income.
- BODACC insolvency red flags built in. Bulk input supported.
