# Moneyhouse.ch Swiss Pharma Company Scraper

**Use case:** 

Extract Swiss pharma company leads, addresses, UID numbers, and Moneyhouse profile URLs for enrichment and KYC workflows.

## Input

```json
{
  "searchQueries": [
    "novartis",
    "roche"
  ],
  "startUrls": [
    {
      "url": "https://www.moneyhouse.ch/en/company/novartis-foundation-4298147371"
    }
  ],
  "maxResults": 40,
  "maxResultsPerQuery": 20,
  "includeDetails": true,
  "requestDelaySecs": 0.5,
  "useApifyProxy": false
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "rank": {
    "label": "Rank"
  },
  "entityType": {
    "label": "Entity type"
  },
  "name": {
    "label": "Name"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "address": {
    "label": "Address"
  },
  "streetAddress": {
    "label": "Street"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "locality": {
    "label": "Locality"
  },
  "canton": {
    "label": "Canton"
  },
  "country": {
    "label": "Country"
  },
  "status": {
    "label": "Status"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "registerNumber": {
    "label": "Register number"
  },
  "uid": {
    "label": "UID"
  },
  "vatId": {
    "label": "VAT ID"
  },
  "sector": {
    "label": "Sector"
  },
  "companyDescription": {
    "label": "Company description"
  },
  "foundingDate": {
    "label": "Founded"
  },
  "dissolutionDate": {
    "label": "Dissolved"
  },
  "lastNotificationDate": {
    "label": "Last notification"
  },
  "management": {
    "label": "Management"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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