Switzerland Company Registry (Zefix) Fresh Details avatar

Switzerland Company Registry (Zefix) Fresh Details

Pricing

from $0.95 / 1,000 results

Go to Apify Store
Switzerland Company Registry (Zefix) Fresh Details

Switzerland Company Registry (Zefix) Fresh Details

Official Swiss Zefix central business register data. Search by name or fetch registry IDs (ehraid / CHE-UID) directly: legal form, status, canton, seat, purpose, SHAB publications. No scraping, no API key.

Pricing

from $0.95 / 1,000 results

Rating

0.0

(0)

Developer

Karl Sundström

Karl Sundström

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Categories

Share

Switzerland Company Registry (Zefix) — Swiss Company Data API

Independent tool, not affiliated with the Swiss commercial register (Zefix / Handelsregister).

Extract official Swiss company data from Zefix, the central business name index of the Swiss commercial register. Search by name or fetch registry IDs (ehraid / CHE-UID) directly. Get legal form, status, canton, seat, corporate purpose, SHAB publications and cantonal excerpt links. Official public API — no scraping of gated services, no API key.

Why Zefix Registry API?

  • Verify Swiss counterparties — legal form, status and seat straight from the central register.
  • 🇨🇭 Canton-level precision — canton, seat and register office on every record.
  • 📰 SHAB publications — the latest official gazette entries (up to 5) via fetchDetails.
  • 🎯 Two search modes — exact registered-name match or keyword (inexact).
  • 📋 Compliance-ready output — flat, one-record-per-company JSON for KYC automation.

Use cases

KYC/counterparty verification in Switzerland · due diligence with SHAB gazette context · market mapping by canton and legal form · CRM enrichment

What data you get?

🏷️ FieldDescription
🆔 ehraid / uid / chidZefix registry ID, CHE-UID, CHID
🏢 nameCompany name
📍 legalSeat / canton / registerOfficeSeat, canton, register office
🏛️ legalForm / legalFormShortLegal form
✅ status / registryStatusStatus (active/deleted/other) + raw status
📅 deleteDate / lastShabDateDeletion and last SHAB publication dates
🔗 cantonalExcerptUrlCantonal excerpt link
🎯 purposeCorporate purpose (via fetchDetails)
📰 shabPublicationsSHAB gazette entries (up to 5, via fetchDetails)

How to use

  1. Add the actor to your Apify account and click Run.
  2. Enter query (e.g. Coop) with searchType (exact default, or inexact for keywords), or an ehraidList.
  3. Enable fetchDetails for purpose and SHAB publications.
  4. Set maxResults to cap the run (default 100, max 1000).
  5. Export results as JSON, CSV or Excel.

Input

{
"query": "Coop",
"searchType": "exact",
"fetchDetails": true
}
FieldTypeDescriptionDefault
querystringName searched in the official Zefix registry
searchTypeenumexact = full registered name match; inexact = keyword matchexact
ehraidListarrayDirect list of ehraid IDs or CHE-UID numbers (e.g. 364304 or CHE-102.797.415)
fetchDetailsbooleanAlso fetch the full record (purpose, SHAB publications)
maxResultsintegerCap on companies returned100 (max 1000)

Output

{
"ehraid": 364304,
"uid": "CHE-102.797.415",
"name": "Example AG",
"legalSeat": "Zürich",
"canton": "ZH",
"legalForm": "Aktiengesellschaft",
"legalFormShort": "AG",
"status": "ACTIVE",
"lastShabDate": "2026-06-30",
"purpose": "Zweck der Gesellschaft ist…"
}

Purpose and SHAB publications appear only when fetchDetails is enabled and the register publishes them. Share capital is not published via the public API.

Support

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