X

x402-gateway · Company Search

by x402-gateway

GETBase

$0.01

per call · USD Coin on Base

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.

Endpoint

GET https://x402-gateway.ai/api/v1/se/company/search

2

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402-gateway.ai/api/v1/se/company/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402-gateway.ai/api/v1/se/company/search" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

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

Payment details

Pay to0x9d305938253c491f7259d437eff064418b3fdfa0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from x402-gateway & similar services