# Website Contact & Tech Stack Data Extractor

**Use case:** 

Extract essential contact details and tech stack information from specified websites. Get clean, structured data including emails and social profiles.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "websites": [
    "https://beautybydaz.com",
    "https://tosnigeria.com",
    "https://peronabeauty.com",
    "https://shielabeautyworld.com",
    "droylsdenroaddentalpractice.co.uk"
  ],
  "maxPagesPerSite": 3,
  "maxDepth": 3,
  "prioritizeContactPages": true,
  "renderJavaScript": "auto",
  "checkLiveAds": true,
  "captureScreenshot": true,
  "validateEmailMx": true,
  "bypassProtection": true,
  "respectRobotsTxt": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrentDomains": 5,
  "maxConcurrency": 10,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 1,
  "scoringWeights": {}
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "final_url": {
    "label": "Final url"
  },
  "company": {
    "label": "Company"
  },
  "emails": {
    "label": "Emails"
  },
  "phones": {
    "label": "Phones"
  },
  "socials": {
    "label": "Socials"
  },
  "tech": {
    "label": "Tech"
  },
  "lead_score": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact & Tech Stack Scraper](https://apify.com/headply/website-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/headply/website-intelligence-scraper) to learn more, explore other use cases, and run it yourself.