Official French company registry search via recherche-entreprises.api.gouv.fr (I
Official French company registry search via recherche-entreprises.api.gouv.fr (INSEE Sirene data, updated daily). Query: ?q=airbus or ?q=383474814 (name or SIREN), optional per_page (1-10), page, code_postal, activite_principale (NAF, e.g. 70.10Z), etat_administratif (A active / C ceased). Returns SIREN, legal form, NAF, HQ address, employee range, status and published finances per company. Personal data on directors is stripped (GDPR). 24h cache.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
931 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://data.greeneris.io/v1/fr/company
| Category | Company and compliance |
|---|---|
| Provider host | data.greeneris.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 931 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"per_page": 1,
"q": "airbus"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"activite_principale": {
"description": "Filter by NAF code, e.g. 70.10Z",
"type": "string"
},
"code_postal": {
"description": "Filter by 5-digit postal code",
"type": "string"
},
"etat_administratif": {
"description": "A = active, C = ceased",
"enum": [
"A",
"C"
],
"type": "string"
},
"page": {
"default": 1,
"description": "Page number (1-50)",
"type": "integer"
},
"per_page": {
"default": 3,
"description": "Results per page (1-10)",
"type": "integer"
},
"q": {
"description": "Company name or SIREN number",
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}