Enrichment
Enrich Single
POST
Synchronously enrich data for a single company identified by its SIREN number. Returns the enriched data directly in the response.
Choosing between
Use this endpoint when you need
/enrich-single and /siren-enrich:Both endpoints take a SIREN and return contact info for its dirigeants. They use different matching engines and have different trade-offs./enrich-single (this endpoint) | /siren-enrich | |
|---|---|---|
| Matching engine | Legacy enrichment engine | Les Pages Rouges (LPR) + Pappers pipeline |
| Per-row confidence score | ❌ not exposed | ✅ score + statut (Certain / Probable / À vérifier) |
| DOB-mismatch elimination | ❌ no | ✅ candidates with divergent DOBs are dropped |
| Siege address fallback | ❌ no | ✅ falls back to company siege when personal address is null |
status_filter (current / former) | ✅ supported | ⚠️ accepted but not honored |
| Audit/debug data per row | ❌ no | ✅ lpr_debug.breakdown |
status_filter or want the legacy enrichment behavior.
Use /siren-enrich for new integrations — it returns a transparent confidence score per row so you can gate on Certain / Probable matches and avoid paying for low-confidence ones.Request Body
Credit Cost
Dynamic — 1 credit per SIREN lookup + 100 per person with phone + 10 per person with email (contacts charged only when matchscore > 40).

