# Enrich sales leads with domain data

**Use case:** 

Add WHOIS, DNS, and tech-stack signals to your lead list in one call. See what stack, host provider, and email setup a prospect actually runs.

## Input

```json
{
  "domains": [
    "stripe.com",
    "ramp.com"
  ],
  "modules": [
    "whois",
    "dns",
    "tech_stack",
    "http_headers"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "whois_registrar": {
    "label": "Registrar"
  },
  "whois_age_days": {
    "label": "Age (days)"
  },
  "dns_a": {
    "label": "A record"
  },
  "ssl_issuer": {
    "label": "SSL issuer"
  },
  "tech_stack_summary": {
    "label": "Tech stack"
  },
  "modules_failed": {
    "label": "Modules failed"
  }
}
```

## About this Actor

This example demonstrates how to use [Domain Intelligence Suite: WHOIS, DNS, SSL, Tech Stack & More](https://apify.com/shipsatnight/domain-intelligence-suite) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shipsatnight/domain-intelligence-suite) to learn more, explore other use cases, and run it yourself.