Scrape Zefix.ch — Switzerland's Central Commercial Register
Extract structured company data from Zefix.ch, the official Swiss central business name index. Returns company name, UID, legal form, registered address, purpose, and canton. HTTP-only — no Chrome, no Playwright.
Anti-Bot
TLS fingerprinting
What You Can Scrape
- Company search — search by name, UID, or keyword
- Company details — legal name, UID (CHE-...), legal form (AG, GmbH, etc.)
- Address — registered office address and canton
- Purpose — official company purpose from the register
- Status — active, in liquidation, or deleted
- Multi-query — run multiple searches in a single actor run
Primary Use Cases
- Due diligence — verify Swiss company registrations and legal status
- Lead generation — build lists of Swiss companies by industry or region
- KYC / AML — validate company identities for compliance requirements
- Market research — analyze the Swiss business landscape by legal form and canton
- CRM enrichment — add official registration data to your company records
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~zefix-ch-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["software"],
"canton": "ZH",
"maxResultsPerQuery": 100
}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | Browser-based scrapers |
| Docker image | ~12MB | 500MB - 2GB |
| RAM usage | 128MB | 1-4GB |
| Cost per 1k results | ~$3 | $10 - $30 |
| Anti-bot approach | TLS fingerprinting | Full Chrome browser |
| Speed (1k companies) | ~3 min | 15-30 min |
| Swiss coverage | All 26 cantons | Varies |
Output Fields
| Field | Type | Example |
| name | string | NanoScrape GmbH |
| uid | string | CHE-123.456.789 |
| legal_form | string | GmbH |
| address | string | Bahnhofstrasse 1, 8001 Zurich |
| canton | string | ZH |
| purpose | string | Software development and consulting |
| status | string | Active |
| url | string | https://zefix.ch/... |