# Website Intelligence Scraper

**Use case:** 

Extract emails, phones, socials, and tech stack from any website list. Turns domains into scored B2B leads for sales teams, agencies, and marketers.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "websites": [
    "https://beautybydaz.com",
    "https://tosnigeria.com",
    "https://peronabeauty.com",
    "https://shielabeautyworld.com",
    "droylsdenroaddentalpractice.co.uk",
    "vallancedentalcentre.com",
    "thedentalteammanchester.co.uk",
    "manchesterdentalpractice.co.uk",
    "rhemabeautyshop.com",
    "teeka4.com",
    "nectarbeautyhub.com",
    "buybetter.ng",
    "allure.com.ng",
    "skincarelagos.com",
    "beautybydaz.com",
    "tosnigeria.com",
    "peronabeauty.com",
    "shielabeautyworld.com",
    "gigawattcoffeeroasters.com",
    "moschetti.com"
  ],
  "maxPagesPerSite": 5,
  "maxDepth": 3,
  "prioritizeContactPages": true,
  "renderJavaScript": "auto",
  "checkLiveAds": true,
  "captureScreenshot": true,
  "validateEmailMx": true,
  "bypassProtection": true,
  "respectRobotsTxt": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "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.