# Swiss Market Research Company List Builder

**Use case:** 

Combine Moneyhouse keywords and URLs to enrich Swiss company lists for market sizing, procurement, KYC, and B2B outreach.

## Input

```json
{
  "searchQueries": [
    "maschinenbau",
    "medtech"
  ],
  "startUrls": [
    {
      "url": "https://www.moneyhouse.ch/en/search?q=software%20z%C3%BCrich"
    }
  ],
  "maxItems": 100,
  "includeProfileDetails": true
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "uidVat": {
    "label": "UID/VAT",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "text"
  },
  "commercialRegisterNumber": {
    "label": "Register no.",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "number"
  },
  "managementSummary": {
    "label": "Management",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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