# Zefix Swiss Company Search

**Use case:** 

Search Zefix Swiss company registry records by company name and extract status, legal seat, UID, registry office, purpose, and SHAB publication details.

## Input

```json
{
  "searchTerms": [
    "Nestle",
    "Novartis"
  ],
  "uids": [
    "CHE-107.028.276"
  ],
  "ehraids": [
    "284234"
  ],
  "maxResults": 25,
  "includeDetails": true,
  "maxShabPublications": 5,
  "cantonFilters": [
    "VD"
  ],
  "statusFilters": [
    "EXISTIEREND"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "uidFormatted": {
    "label": "UID",
    "format": "text"
  },
  "ehraid": {
    "label": "EHRAID",
    "format": "number"
  },
  "legalFormName": {
    "label": "Legal form",
    "format": "text"
  },
  "legalSeat": {
    "label": "Legal seat",
    "format": "text"
  },
  "registryOfficeCanton": {
    "label": "Canton",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "shabDate": {
    "label": "SHAB date",
    "format": "date"
  },
  "cantonalExcerptUrl": {
    "label": "Cantonal excerpt",
    "format": "link"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Zefix Swiss Company Registry Scraper](https://apify.com/automation-lab/zefix-swiss-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/zefix-swiss-company-registry-scraper) to learn more, explore other use cases, and run it yourself.