App Logo
infogreffe.fr

Look up a French company on Infogreffe

Returns the registry record for a French company from its SIREN: registered name, trading status, registration and strike-off dates, activity, registered address, headcount, share capital and VAT number. Reads the public company page, so no account is needed.

Input

company required

The company's 9-digit SIREN, with or without spaces (for example 552032534 or 552 032 534), or its Infogreffe link.

Output

url required
name required
siren required
state required

Registry status as a code rather than the page's French wording, for example ACTIVE.

address optional

Address as declared to the register.

dormant optional

Whether the register records the company as having no activity.

activity optional
headcount optional
vatNumber optional

Intra-community VAT number. Null when the register does not carry one.

personType optional

PM for a company, PP for a sole trader.

soleTrader optional

The individual's name, when the registration is a sole trader. Null for a company.

legalEntity optional

Company-specific fields including share capital and EUID. Null for a sole trader.

struckOffOn optional

Date the company was struck off, or null while it is on the register.

registeredOn optional

Date of entry on the trade register, YYYY-MM-DD.

struckOffReason optional

FAQ

Returns the registry record for a French company from its SIREN: registered name, trading status, registration and strike-off dates, activity, registered address, headcount, share capital and VAT number. Reads the public company page, so no account is needed.
Required: company.
It returns url, name, siren, state, address, dormant, activity, headcount, vatNumber, personType, soleTrader, legalEntity, struckOffOn, registeredOn, struckOffReason.
No. It only uses pages of infogreffe.fr that are reachable without signing in.
It only reads. It looks things up on infogreffe.fr and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/infogreffe.fr/get_company, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/infogreffe.fr/get_company
It is part of Reduck's official curated catalogue.

Start building not clicking