> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Company Domain To Individual

> Generated company-to-individual play that resolves individual from company domain. Includes inputs, outputs, costs, and Deepline CLI examples.

```bash theme={null}
deepline tools execute deepline_native:company_domain_to_individual \
  --payload '{"domain":"<domain>"}'
```

## How It Works

Providers are tried left to right. The first one to return a result wins — the rest are skipped. At least 4 results are required before stopping.

```mermaid theme={null}
flowchart LR
  S0["Dropleads *"]:::provider
  S1["Deepline Native *"]:::provider
  S2["Wiza *"]:::provider
  S3["Icypeas *"]:::provider
  S4["Contactout *"]:::provider
  S5["Prospeo *"]:::provider
  S6["Crustdata V2 *"]:::provider
  S7["Local *"]:::provider
  S0 --> S1 --> S2 --> S3 --> S4 --> S5 --> S6 --> S7
  classDef provider fill:#1e293b,stroke:#475569,color:#e2e8f0
```

*\* Only runs when optional fields are provided.*

## Parameters

| Name        | Type      | Required | Description     |   |
| ----------- | --------- | -------- | --------------- | - |
| `domain`    | `string`  | Yes      | Company domain. |   |
| `roles`     | \`array   | string\` | No              |   |
| `seniority` | \`array   | string\` | No              |   |
| `limit`     | `integer` | No       |                 |   |

## Cost

**1.27-1.4 credits** — waterfalls stop at the first match, so you only pay for the provider that returns a result.

| Step            | Max Credits |
| --------------- | ----------- |
| Deepline Native | 0.6         |
| Icypeas         | 0.2         |
| Contactout      | 1.4         |
| Prospeo         | 0.6         |
| Crustdata V2    | 0.4         |
