# Production export: hubspot.com

**Use case:** 

Subdomain Finder configured for production export around “hubspot.com”. The saved input exposes domains, sources, bruteforceWordlist, verifyAlive, httpProbe...

## Input

```json
{
  "domains": [
    "hubspot.com"
  ],
  "sources": [
    "crtsh",
    "hackertarget",
    "rapiddns",
    "dnsbruteforce"
  ],
  "bruteforceWordlist": "medium",
  "verifyAlive": true,
  "httpProbe": true,
  "timeoutMinutes": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "subdomain": {
    "label": "Subdomain",
    "format": "text"
  },
  "apex_domain": {
    "label": "Apex Domain",
    "format": "text"
  },
  "dns_resolves": {
    "label": "DNS Resolves",
    "format": "boolean"
  },
  "ip_addresses": {
    "label": "IP Addresses",
    "format": "array"
  },
  "http_status": {
    "label": "HTTP Status",
    "format": "number"
  },
  "https_status": {
    "label": "HTTPS Status",
    "format": "number"
  },
  "is_alive": {
    "label": "Alive",
    "format": "boolean"
  },
  "sources": {
    "label": "Sources",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Subdomain Finder - Discover Every Subdomain Of A Domain](https://apify.com/thirdwatch/subdomain-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/subdomain-finder) to learn more, explore other use cases, and run it yourself.