# Enrich company websites — emails, phones, tech stack & compl

**Use case:** 

Scan company homepages for contact emails, phones, social profiles, CMS/analytics signals, and EU-style privacy/imprint pages. Ideal after Google Maps lead list

## Input

```json
{
  "websites": [
    "vibecoderslife.com",
    "projectisconsulting.com"
  ],
  "maxPagesPerSite": 6,
  "requestTimeoutSecs": 25,
  "concurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "enableAIEnrichment": false,
  "aiProvider": "auto"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "emails": {
    "label": "Emails"
  },
  "phones": {
    "label": "Phones"
  },
  "linkedin": {
    "label": "Linkedin"
  },
  "facebook": {
    "label": "Facebook"
  },
  "whatsapp": {
    "label": "Whatsapp"
  },
  "contactFormUrl": {
    "label": "Contact form url"
  },
  "vatNumbers": {
    "label": "Vat numbers"
  },
  "taxIds": {
    "label": "Tax ids"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Intelligence + Contact Extractor](https://apify.com/kondasviktor/website-intelligence-contact-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kondasviktor/website-intelligence-contact-extractor) to learn more, explore other use cases, and run it yourself.