nvNeuralVerge
Corporate registry

French Company Register API — INPI SIREN Lookup

France consolidated its company records into a national register held at INPI. One SIREN number resolves to the entity's identity, the people directing it, its establishments and the documents it has filed.

You send
A French SIREN number
You get back
The INPI record with management, establishments and documents
Coverage
France — entities on the French national company register at INPI.
Price
5 pts$5 per 1,000
Charged only when the record resolves. A lookup that finds nothing is not billed.
Comparison

Ways to get this data

Three approaches teams use today, and where each one runs into trouble.

ApproachWhat it takesCostTrade-off
the French national company register at INPI directlySearch data.inpi.fr and read each tab, in French, one entity at a timeUsually free, sometimes per-documentA different interface, language and data shape for every country you add
Collecting it yourselfBuild and host a crawler per register, then keep each one aliveInfrastructure and maintenanceRegisters change their pages without warning, and nobody is on the hook when yours breaks
NeuralVergeOne request, the same shape as every other source in the catalog$5 per 1,000, misses not billedCovers France — other countries are separate sources with the same request format
Response

What you get back

Every field the response returns.

FieldTypeDescription
identityobjectSIREN, registered name, legal form, incorporation date, registered office, share capital and principal activity.
management_and_directionarrayThe people directing the company, with role, date of birth, nationality and address.
establishmentsarrayEach establishment with its SIRET, address, activity and start date.
observationsarrayObservations recorded against the entity.
documentsarrayFiled documents with type, name, filing date and filing number.
One response envelope

Every source answers in the same shape: a session id, a readable human summary, a structured machine object and the points the call consumed. Learn it once and it holds across every source in the catalog.

Integration

How to run it

The same lookup works from the app, the API, or as a tool an agent can call mid-task.

A JSON schema passed as extract_schema_json pins the response shape, which is why one endpoint serves every register in the catalog — only the URL and the schema change. The Get API Code button in the app hands you the complete command with the schema already filled in.

curl -X POST https://api.neuralverge.ai/functions/v1/run-extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://data.inpi.fr/entreprises/000000000",
    "instructions": "Extract data from the French national company register at INPI",
    "settings": {
      "country_code": "us",
      "extract_schema_json": "{ ... }"
    }
  }'
Use cases

What teams use it for

Where this field shows up in an actual workflow.

Verifying a French counterparty

Confirm the entity exists and identify who can legally bind it.

Establishment mapping

See every registered site, not just the headquarters address.

Diligence packs

Collect the filed documents for a French entity in one pass.

Entity resolution

Anchor a French account to its SIREN rather than to a name.

Coverage & limits

Coverage, freshness and limits

What this source covers, how fresh it is, and where it stops.

Coverage

France — entities on the French national company register at INPI.

Freshness

Read at request time, so the answer reflects the register as it stands when you ask.

Handling

the French national company register at INPI is a public register. Every response carries the source URL it was read from and a session id you can trace.

What it will not do
  • Only entities registered in France resolve here.
  • The record is published in French, and role titles do not map one-to-one onto English equivalents.
  • It takes a SIREN, not a company name.
FAQ

Questions, answered

The nine-digit identifier France assigns to a legal entity. The longer SIRET adds a five-digit suffix identifying a specific establishment of that entity.

Related

Related sources

Try inpi company on your own data

One request format across every source in the catalog.

Get started