{"uid":"cap_4AmAxo3oyRXmWYXCTNlMW","slug":"x402-gateway-swedish-company-basics-by-org-number-e2299370","name":"x402-gateway Swedish Company Basics by Org Number","description":"Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): registered and trade names, legal form, active status, bankruptcy/liquidation/reconstruction, registered address, SNI 2007 industry codes and activity description. Live from Bolagsverket's official register with SCB business data. No API key — pay per call in USDC.","url":"https://x402-gateway.ai/api/v1/se/company/:orgnr","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","required":["orgnr"],"properties":{"orgnr":{"type":"string","pattern":"^\\d{10}$","description":"Swedish organisationsnummer, 10 digits without hyphen"}}},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["data","source"],"properties":{"raw":{"description":"Native upstream payload (Bolagsverket värdefulla datamängder). Always present in responses; omitted from the published example."},"data":{"type":"object","required":["identifier","country","names","legal_form","status","registration_date","deregistration_date","address","industry","activity_description"],"properties":{"names":{"type":"array","items":{"type":"object","required":["name","type"],"properties":{"name":{"type":"string"},"type":{"enum":["registered","trade","former"],"type":"string"}}},"description":"Registered name first, then trade/former names"},"status":{"type":"object","required":["active","insolvency","f_tax","vat_registered","employer"],"properties":{"f_tax":{"type":["boolean","null"],"description":"F-tax approval; null when the source lacks it"},"active":{"type":"boolean","description":"false once deregistered"},"employer":{"type":["boolean","null"],"description":"Registered employer; null when the source lacks it"},"insolvency":{"enum":["none","bankruptcy","liquidation","reconstruction"],"type":"string"},"vat_registered":{"type":["boolean","null"],"description":"null when the source lacks it"}}},"address":{"anyOf":[{"type":"object","required":["street","postal_code","city","country"],"properties":{"city":{"type":["string","null"]},"street":{"type":["string","null"]},"country":{"type":"string","description":"ISO 3166-1 alpha-2"},"postal_code":{"type":["string","null"]}}},{"type":"null"}],"description":"Registered postal address"},"country":{"type":"string","description":"ISO 3166-1 alpha-2"},"industry":{"type":"array","items":{"type":"object","required":["native_code","native_system","description"],"properties":{"description":{"type":["string","null"]},"native_code":{"type":"string","description":"Industry code, e.g. SNI \"62010\""},"native_system":{"type":"string","description":"Code system, e.g. \"SNI2007\""}}}},"identifier":{"type":"string","description":"Global identifier, e.g. \"SE:orgnr:5567037485\""},"legal_form":{"type":"object","required":["native_code","native_name","type"],"properties":{"type":{"enum":["limited_company","sole_trader","partnership","association","other"],"type":"string","description":"Coarse cross-country mapping"},"native_code":{"type":"string","description":"Register code, e.g. \"AB\""},"native_name":{"type":"string","description":"Register name, e.g. \"Aktiebolag\""}}},"registration_date":{"anyOf":[{"type":"string","description":"Registration date (ISO 8601 date, YYYY-MM-DD)"},{"type":"null"}]},"deregistration_date":{"anyOf":[{"type":"string","description":"Deregistration date (ISO 8601 date, YYYY-MM-DD)"},{"type":"null"}]},"activity_description":{"type":["string","null"],"description":"Registered activity description (verksamhetsbeskrivning), native language"}},"description":"Basic company record"},"source":{"type":"object","required":["name","attribution","retrieved_at","mock"],"properties":{"mock":{"type":"boolean","description":"true when the data is a labelled fixture rather than live register data"},"name":{"type":"string","description":"Gateway source adapter that produced the data"},"attribution":{"type":"string","description":"Attribution text required by the data licence"},"retrieved_at":{"type":"string","description":"When the upstream data was fetched (ISO 8601 timestamp)"}},"description":"Where the data came from"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_IcBXsG0xC7EYv4jVnC3GG","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns basic company information for a Swedish organisation by its 10-digit organisationsnummer","exampleAgentPrompt":"Can you pull up the basic company details for Swedish org number 5564689792 — I need the registered name, address, and status?","exampleUseCases":[{"title":"Vendor due diligence check","prompt":"Before we sign this contract, can you look up the Swedish company with org number 5560675580 and tell me if it's active and what its registered name and address are?"},{"title":"CRM enrichment with Swedish company data","prompt":"I have a new lead from Sweden — their org number is 5569123456. Can you fetch their official company name and registration details so I can fill in our CRM?"},{"title":"Automated invoice validation","prompt":"We received an invoice from a company claiming to be Axfood AB with org number 5560013512 — can you verify the registered name and status match from the Swedish business registry?"}],"resultDescription":"A JSON object containing CompanyBasics fields sourced from Bolagsverket, including the company's registered name, status, organisational type, address, and registration metadata, plus a raw upstream payload and a source stamp indicating data provenance.","failureModes":["Invalid org number format (not exactly 10 digits) returns a validation error","Org number not found in Bolagsverket returns a 404 or empty result","Payment failure via x402 protocol results in 402 Payment Required","Upstream Bolagsverket API unavailability causes 503 or timeout","Rate limiting may occur under high request volume"],"whenToPreferThis":"Use this endpoint when you need authoritative, up-to-date Swedish company basics directly from Bolagsverket and you already know the 10-digit organisationsnummer. Prefer this over a name-search endpoint when you have the exact registration number and want structured, reliable data rather than a search result list. It is ideal for compliance checks, CRM enrichment, invoice validation, and onboarding workflows that require official Swedish corporate registry data.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:37:15.335Z","isFirstParty":false}