mirrored listing x402 eip155:8453

Official French company registry search via recherche-entreprises

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.

Do you run data.greeneris.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
5000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-27
updated

Provider

data.greeneris.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://data.greeneris.io/v1/fr/company"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://data.greeneris.io/v1/fr/company");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://data.greeneris.io/v1/fr/company")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3993.json, and this resource appears in /discovery/resources and /discovery/search.