> ## 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 Linkedin Url To Individual First Last

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

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

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

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

## Parameters

| Name                   | Type      | Required | Description           |   |
| ---------------------- | --------- | -------- | --------------------- | - |
| `linkedin_company_url` | `string`  | Yes      | LinkedIn company URL. |   |
| `roles`                | \`array   | string\` | No                    |   |
| `seniority`            | \`array   | string\` | No                    |   |
| `limit`                | `integer` | No       |                       |   |

## Cost

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

| Step                                                                           | Max Credits |
| ------------------------------------------------------------------------------ | ----------- |
| Deepline Native: Native Candidate Search                                       | 0.6         |
| Prospeo: Company Linkedin Url To Individual First Last Resolved Domain Prospeo | 0.6         |
| Deepline Native: Native Candidate Search                                       | 0.6         |
| Icypeas                                                                        | 0.2         |
| Contactout                                                                     | 1.4         |
| Prospeo: Prospeo Candidate Search                                              | 0.6         |
| Crustdata V2                                                                   | 0.4         |
