Skip to main content
POST
/
api
/
infogreffe
/
companies
/infogreffe/companies
curl --request POST \
  --url https://api.anysite.io/api/infogreffe/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "siren": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "siren": "<string>",
    "@type": "@infogreffe_company",
    "name": "<string>",
    "legal_status": "<string>",
    "person_type": "<string>",
    "registration_date": "<string>",
    "creation_date": "<string>",
    "radiation_date": "<string>",
    "is_inactive": true,
    "declared_activity": "<string>",
    "activity": {
      "@type": "@infogreffe_naf_activity",
      "code": "<string>",
      "label": "<string>"
    },
    "address": {
      "@type": "@infogreffe_address",
      "line_1": "<string>",
      "line_2": "<string>",
      "line_3": "<string>",
      "postal_code": "<string>",
      "city": "<string>",
      "country": "<string>"
    },
    "workforce_range": "<string>",
    "employee_count": 123,
    "legal_form": {
      "@type": "@infogreffe_legal_form",
      "code": "<string>",
      "label": "<string>"
    },
    "capital": {
      "@type": "@infogreffe_capital",
      "amount": 123,
      "currency": "<string>",
      "type": "<string>"
    },
    "fiscal_year_end": "<string>",
    "is_ess": true,
    "is_societe_mission": true,
    "is_single_shareholder": true,
    "at_legal_rep_domicile": true,
    "beneficial_owner_declaration_type": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
siren
string
required

French company SIREN (9-digit registration number) or SIRET

Minimum string length: 1
Examples:

"652014051"

"907739395"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
siren
string
required
@type
string
default:@infogreffe_company
name
string | null
person_type
string | null
registration_date
string | null
creation_date
string | null
radiation_date
string | null
is_inactive
boolean | null
declared_activity
string | null
activity
InfogreffeNafActivity · object
address
InfogreffeAddress · object
workforce_range
string | null
employee_count
integer | null
capital
InfogreffeCapital · object
fiscal_year_end
string | null
is_ess
boolean | null
is_societe_mission
boolean | null
is_single_shareholder
boolean | null
beneficial_owner_declaration_type
string | null