> ## 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 Linkedin Employees: Cost, Inputs & CLI

> Pass a company domain and get employee/profile rows by first resolving the domain to a LinkedIn company URL, then running harvestapi/linkedin-company-employees.

```bash theme={null}
deepline plays run prebuilt/company-domain-to-linkedin-employees \
  --input '{"domain":"example.com"}' \
  --watch
```

## How it works

This Play runs its provider steps in the order shown below.

```mermaid theme={null}
flowchart LR
  S0["Apify: Linkedin Company Url From Domain"]:::provider
  S1["Apify: Linkedin Company Employees *"]:::provider
  S0 --> S1
  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 to resolve into a LinkedIn company page before employee scraping.                                                                   |    |                                                                                                                                                                  |
| `max_items`     | `integer` | No       | Maximum employee rows to request from the LinkedIn company employees actor. Increase and rerun to continue farther into the company employee list. |    |                                                                                                                                                                  |
| `profile_depth` | \`string  | string   | string\`                                                                                                                                           | No | Apify actor profile depth. Use short for cheap discovery, full for richer profile rows, and full\_with\_email only when contact fields are worth the extra cost. |

## Cost

**0.7-1.06 credits** — this estimate includes the configured provider steps.

| Step                                    | Max Credits |
| --------------------------------------- | ----------- |
| Apify: Linkedin Company Url From Domain | 0.5         |
| Apify: Linkedin Company Employees       | 0.5         |
