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.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Datacenter
Coverage
Switzerland
Pricing
$0.003/SERP
Anti-Bot
TLS fingerprinting

What You Can Scrape

Primary Use Cases

API Example

# Start a run via the Apify API
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
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/zefix-ch-scraper

Integrations

How It Compares

FeatureNanoScrapeBrowser-based scrapers
Docker image~12MB500MB - 2GB
RAM usage128MB1-4GB
Cost per 1k results~$3$10 - $30
Anti-bot approachTLS fingerprintingFull Chrome browser
Speed (1k companies)~3 min15-30 min
Swiss coverageAll 26 cantonsVaries

Output Fields

FieldTypeExample
namestringNanoScrape GmbH
uidstringCHE-123.456.789
legal_formstringGmbH
addressstringBahnhofstrasse 1, 8001 Zurich
cantonstringZH
purposestringSoftware development and consulting
statusstringActive
urlstringhttps://zefix.ch/...
Open on Apify → Try it now — free tier available