{
  "x402Version": 2,
  "id": 3993,
  "slug": "3993",
  "resource": "https://data.greeneris.io/v1/fr/company",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "per_page": 1,
            "q": "airbus"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "page": 1,
            "results": [
              {
                "administrative_status": "A",
                "company_category": "GE",
                "creation_date": "1991-10-18",
                "employee_range": "53",
                "establishments_open": 6,
                "establishments_total": 11,
                "finances": {
                  "2024": {
                    "ca": 57412795000,
                    "resultat_net": 2206027000
                  }
                },
                "headquarters": {
                  "address": "2 ROND-POINT DEWOITINE 31700 BLAGNAC",
                  "city": "BLAGNAC",
                  "naf_code": "70.10Z",
                  "postal_code": "31700",
                  "siret": "38347481400100"
                },
                "legal_form": "5710",
                "legal_name": "AIRBUS",
                "naf_code": "30.30Z",
                "name": "AIRBUS",
                "natural_person": false,
                "siren": "383474814"
              }
            ],
            "source": "recherche-entreprises.api.gouv.fr (INSEE Sirene, Licence Ouverte 2.0); director personal data removed",
            "total_results": 245
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "data.greeneris.io",
  "lastUpdated": "2026-08-27T15:05:32.951Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T15:05:32.621Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "data.greeneris.io",
    "manifest_name": "data.greeneris.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}