# Company Contact Insights for apify.com

**Use case:** 

Instantly access detailed profiles of employees at any company, along with their work emails and public contact information.

## Input

```json
{
  "domains": [
    "apify.com"
  ],
  "getCompanyInfo": true,
  "getEmployees": true,
  "getCompanyPublicEmails": true,
  "getCompanyGenericEmails": true
}
```

## Output

```json
{
  "Domain": {
    "label": "Domain",
    "format": "string"
  },
  "CompanyInfo": {
    "label": "Company Info",
    "format": "object"
  },
  "CompanyEmployees": {
    "label": "Company Employees",
    "format": "array"
  },
  "CompanyEmails": {
    "label": "Company Emails",
    "format": "array"
  },
  "GenericEmails": {
    "label": "Generic Emails",
    "format": "array"
  }
}
```

## About this Actor

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