> ## 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 Name To Individual

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

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

## 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["Exa"]:::provider
  S1["Serper"]:::provider
  S2["Prospeo: Company Name To Individual Resolved Domain Prospeo"]:::provider
  S3["Dropleads *"]:::provider
  S4["Deepline Native *"]:::provider
  S5["Wiza *"]:::provider
  S6["Icypeas *"]:::provider
  S7["Contactout *"]:::provider
  S8["Prospeo: Prospeo Candidate Search *"]:::provider
  S9["Crustdata V2 *"]:::provider
  S10["Local *"]:::provider
  S0 --> S1 --> S2 --> S3 --> S4 --> S5 --> S6 --> S7 --> S8 --> S9 --> S10
  classDef provider fill:#1e293b,stroke:#475569,color:#e2e8f0
```

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

## Parameters

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

## Cost

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

| Step                                                        | Max Credits |
| ----------------------------------------------------------- | ----------- |
| Exa                                                         | 0.1         |
| Serper                                                      | 0           |
| Prospeo: Company Name To Individual Resolved Domain Prospeo | 0.6         |
| Deepline Native                                             | 0.6         |
| Icypeas                                                     | 0.2         |
| Contactout                                                  | 1.4         |
| Prospeo: Prospeo Candidate Search                           | 0.6         |
| Crustdata V2                                                | 0.4         |
