> ## 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.

# Person Linkedin Sales Nav Url To Email

> Generated play that resolves person email from LinkedIn Sales Navigator URL. Includes inputs, outputs, costs, and Deepline CLI examples for GTM automation.

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

## How It Works

Providers are tried left to right. The first one to return a result wins — the rest are skipped.

```mermaid theme={null}
flowchart LR
  S0["Local"]:::provider
  S1["Prospeo *"]:::provider
  S2["Wiza: Wiza Linkedin Email *"]:::provider
  S3["Contactout *"]:::provider
  S4["Wiza: Wiza Personal *"]:::provider
  S5["Leadmagic *"]:::provider
  S0 --> S1 --> S2 --> S3 --> S4 --> S5
  classDef provider fill:#1e293b,stroke:#475569,color:#e2e8f0
```

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

## Parameters

| Name                     | Type     | Required | Description                          |
| ------------------------ | -------- | -------- | ------------------------------------ |
| `linkedin_sales_nav_url` | `string` | Yes      | LinkedIn Sales Navigator person URL. |

## Cost

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

| Step                      | Max Credits |
| ------------------------- | ----------- |
| Prospeo                   | 0.6         |
| Wiza: Wiza Linkedin Email | 0.4         |
| Contactout                | 1.4         |
| Wiza: Wiza Personal       | 0.4         |
| Leadmagic                 | 0.7         |
