Switzerland Company Registry (Zefix) Fresh Details
Pricing
from $0.95 / 1,000 results
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
Maintained by CommunityActor 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?
| 🏷️ Field | Description |
|---|---|
| 🆔 ehraid / uid / chid | Zefix registry ID, CHE-UID, CHID |
| 🏢 name | Company name |
| 📍 legalSeat / canton / registerOffice | Seat, canton, register office |
| 🏛️ legalForm / legalFormShort | Legal form |
| ✅ status / registryStatus | Status (active/deleted/other) + raw status |
| 📅 deleteDate / lastShabDate | Deletion and last SHAB publication dates |
| 🔗 cantonalExcerptUrl | Cantonal excerpt link |
| 🎯 purpose | Corporate purpose (via fetchDetails) |
| 📰 shabPublications | SHAB gazette entries (up to 5, via fetchDetails) |
How to use
- Add the actor to your Apify account and click Run.
- Enter
query(e.g.Coop) withsearchType(exactdefault, orinexactfor keywords), or anehraidList. - Enable
fetchDetailsfor purpose and SHAB publications. - Set
maxResultsto cap the run (default 100, max 1000). - Export results as JSON, CSV or Excel.
Input
{"query": "Coop","searchType": "exact","fetchDetails": true}
| Field | Type | Description | Default |
|---|---|---|---|
query | string | Name searched in the official Zefix registry | — |
searchType | enum | exact = full registered name match; inexact = keyword match | exact |
ehraidList | array | Direct list of ehraid IDs or CHE-UID numbers (e.g. 364304 or CHE-102.797.415) | — |
fetchDetails | boolean | Also fetch the full record (purpose, SHAB publications) | — |
maxResults | integer | Cap on companies returned | 100 (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.