{
  "x402Version": 2,
  "id": 8289,
  "slug": "8289",
  "resource": "https://x402-gateway.ai/api/v1/se/company/search",
  "description": "Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search over our own index of 1.9 million Swedish legal entities, rebuilt weekly from Bolagsverket's and SCB's bulk files — Bolagsverket's own API has no name search. Returns org.nr, name, legal form, city and active status per hit. Legal entities only; sole traders excluded for privacy.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9d305938253c491F7259d437efF064418B3FDFa0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "data": [
              {
                "active": true,
                "city": "STOCKHOLM",
                "identifier": "SE:orgnr:5567037485",
                "legal_form": "AB",
                "name": "Spotify AB"
              },
              {
                "active": false,
                "city": "SUNDSVALL",
                "identifier": "SE:orgnr:5569406480",
                "legal_form": "AB",
                "name": "Spotify Europe AB"
              }
            ],
            "source": {
              "attribution": "Källa: Bolagsverket och SCB",
              "mock": false,
              "name": "se-company-index",
              "retrieved_at": "2026-08-31T19:53:38Z"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "name": {
                    "description": "Company name or name fragment (min 2 characters)",
                    "pattern": "^.{2,100}$",
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "description": "Best matches first",
                    "items": {
                      "description": "Name-search hit; look the identifier up for the full record",
                      "properties": {
                        "active": {
                          "type": "boolean"
                        },
                        "city": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "identifier": {
                          "description": "Global identifier, e.g. \"SE:orgnr:5567037485\"",
                          "type": "string"
                        },
                        "legal_form": {
                          "description": "Register code, e.g. \"AB\"",
                          "type": "string"
                        },
                        "name": {
                          "description": "Registered name",
                          "type": "string"
                        }
                      },
                      "required": [
                        "identifier",
                        "name",
                        "legal_form",
                        "city",
                        "active"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "raw": {
                    "description": "Always null for search. Always present in responses; omitted from the published example."
                  },
                  "source": {
                    "description": "Where the data came from",
                    "properties": {
                      "attribution": {
                        "description": "Attribution text required by the data licence",
                        "type": "string"
                      },
                      "mock": {
                        "description": "true when the data is a labelled fixture rather than live register data",
                        "type": "boolean"
                      },
                      "name": {
                        "description": "Gateway source adapter that produced the data",
                        "type": "string"
                      },
                      "retrieved_at": {
                        "description": "When the upstream data was fetched (ISO 8601 timestamp)",
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "attribution",
                      "retrieved_at",
                      "mock"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data",
                  "source"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402-gateway.ai",
  "lastUpdated": "2026-09-01T06:55:45.84Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T06:55:45.653Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-gateway.ai",
    "manifest_name": "x402-gateway.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}