# Roche in Basel Company Registry Search

**Use case:** 

Find Roche companies in canton Basel-Stadt from the Swiss Zefix registry with UID numbers, address and legal form.

## Input

```json
{
  "query": "Roche",
  "canton": "BS",
  "activeOnly": true,
  "withDetails": true,
  "maxItems": 20
}
```

## Output

```json
{
  "uidFormatted": {
    "label": "UID",
    "format": "text"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "text"
  },
  "statusLabel": {
    "label": "Status",
    "format": "text"
  },
  "canton": {
    "label": "Canton",
    "format": "text"
  },
  "legalSeat": {
    "label": "Registered seat",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "auditFirms": {
    "label": "Audit firms",
    "format": "array"
  },
  "registryOffice": {
    "label": "Registry office",
    "format": "text"
  },
  "lastPublicationDate": {
    "label": "Last publication",
    "format": "date"
  },
  "deleteDate": {
    "label": "Deletion date",
    "format": "date"
  },
  "publications": {
    "label": "Publications",
    "format": "array"
  },
  "zefixUrl": {
    "label": "Registry page",
    "format": "link"
  },
  "cantonalExcerptUrl": {
    "label": "Cantonal excerpt",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Switzerland Company Registry Scraper (Zefix, UID)](https://apify.com/scrapers_lat/switzerland-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/switzerland-companies-scraper) to learn more, explore other use cases, and run it yourself.