# Find Forgotten Subdomains on Your Own Domain

**Use case:** 

Discover stale staging and dev subdomains on your own domains before attackers do.

## Input

```json
{
  "domains": [
    "onescales.com"
  ],
  "timeoutMinutes": 5
}
```

## Output

```json
{
  "inputDomain": {
    "label": "Input Domain",
    "format": "text"
  },
  "subdomain": {
    "label": "Subdomain",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "dnsResolves": {
    "label": "DNS Resolves",
    "format": "text"
  },
  "dnsIps": {
    "label": "DNS IPs",
    "format": "text"
  },
  "httpStatus": {
    "label": "HTTP Status",
    "format": "number"
  },
  "httpTitle": {
    "label": "Page Title",
    "format": "text"
  },
  "isLive": {
    "label": "Is Live",
    "format": "text"
  },
  "checkedAt": {
    "label": "Scanned At",
    "format": "date"
  }
}
```

## About this Actor

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