|| "en_GB"
🇱🇺

Luxembourg Company Verification API

Direct access to official Luxembourg registries

1 Registries Available

Available Data Sources

RCS Luxembourg

Luxembourg company registry

Data Points:

  • • Company name
  • • Registration number
  • • Legal form
  • • Status

Quick Start Tutorial

Verify a Luxembourg company in 3 steps:

1Make API Request

Use the /v1/check/company endpoint with Luxembourg company identifier:

curl -X POST https://api.scorika.com/v1/check/company \
  -H "X-Api-Key: sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"identifier": "B123456", "country": "LU"}'

2Handle Response

Vastaus
{
  "data": {
    "found": true,
    "company_name": "Example S.A.",
    "status": "active",
    "registered_at": "2000-01-15"
  },
  "cached": false
}

3Common Use Cases

Company verification

Verify company status and details for company verification workflows.

B2B onboarding

Verify company status and details for b2b onboarding workflows.

Hinnoittelu

Company verification requests use a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per company check
Enterprise
$0.001/base check
2× = $0.002 per company check
Batch
20% discount
$0.0016 per check

Related Solutions

Start Verifying Luxembourg Companies

Get your API key in 30 seconds. No credit card required.

Get API Key →