Search Swedish companies by name
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
338 msmedian answer time
$0.01listed price per call
$0.01price 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://x402-gateway.ai/api/v1/se/company/search
| Category | Company and compliance |
|---|---|
| Provider host | x402-gateway.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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.01 | 338 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"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"
],
"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"
}