Nordic Counterparty Compliance Check avatar

Nordic Counterparty Compliance Check

Under maintenance

Pricing

from $0.95 / 1,000 result scrapeds

Go to Apify Store
Nordic Counterparty Compliance Check

Nordic Counterparty Compliance Check

Under maintenance

Risk snapshot on a Nordic company from official keyless sources: registry record (SE/NO/DK/FI), EU VIES VAT validity, and OpenSanctions bulk-dump screening. No API keys, no scraping behind walls.

Pricing

from $0.95 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Karl Sundström

Karl Sundström

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Independent tool; registry, VIES and sanctions data from official public sources. Not affiliated with any of them.

Run a risk snapshot on any Nordic company from official keyless sources — one call gives you the registry record (SE/NO/DK/FI), EU VIES VAT validity, and OpenSanctions bulk-dump screening. Built for onboarding checks: verify the counterparty exists, is VAT-registered, and isn't on a sanctions list. No API keys, no scraping of gated services.

Why Nordic Counterparty Check?

  • Three checks in one run — registry identity, VAT validity, sanctions screening.
  • 🏛️ Official sources — national registries, the EC's VIES service, OpenSanctions bulk data.
  • 🌍 All four Nordic countries — SE, NO, DK, FI with one input format.
  • 🤖 Automation-ready — flat JSON verdict you can gate your onboarding flow on.

Use cases

Vendor/customer onboarding · AML and sanctions pre-screening · invoicing and VAT checks · periodic re-screening of existing counterparties

What data you get?

🏷️ FieldDescription
🏢 registryRegistry record for the company (SE/NO/DK/FI source)
✅ vatVIES VAT validity verdict
🚨 sanctionsOpenSanctions screening result
📝 summaryCombined risk snapshot

Exact output fields depend on which checks succeed for the given company — run the actor once on a sample to confirm the latest output shape.

How to use

  1. Add the actor to your Apify account and click Run.
  2. Enter country (SE/NO/DK/FI) and registryNumber — or fall back to name.
  3. Optionally supply vatNumber for a direct VAT check.
  4. Export results as JSON, CSV or Excel.

Input

{
"country": "SE",
"registryNumber": "556188-8404"
}
FieldTypeDescriptionDefault
countryenumRegistry country: SE, NO, DK, FI
registryNumberstringSE: 10-digit orgnr. NO: 9-digit orgnr. DK: 8-digit CVR. FI: business ID
namestringFallback when no registryNumber: registry name search, best match only
vatNumberstringOptional full EU VAT number (e.g. SE556188840401); otherwise attempted via registry data

Output

{
"registry": {
"name": "Example Företag AB",
"orgnr": "556188-8404",
"status": "Aktivt",
"legalForm": "Aktiebolag"
},
"vat": {
"valid": true,
"name": "Example Företag AB"
},
"sanctions": {
"matches": []
}
}

Screening is based on OpenSanctions bulk dumps — it covers listed entities and close name variants, not bespoke risk scoring.

Support

Questions or missing fields? Open an issue on the actor page or contact the developer via Apify.