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

# Contactout Search People: Inputs, Cost & CLI Example

> Search people by title, company, location, seniority, and reveal contact data when needed. Includes inputs, outputs, costs, and Deepline CLI examples.

## Run in Enrichment Spreadsheet

<Info>
  Use this function as a column step in `deepline enrich`.
</Info>

```bash theme={null}
deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=contactout_search_people:{}' --json
```

<Tip>
  Map payload values to spreadsheet columns with `{{column_name}}` placeholders.
</Tip>

## Input Schema

| Name                          | Type      | Required | Default | Description |
| ----------------------------- | --------- | -------- | ------- | ----------- |
| `payload.job_title`           | `string`  | No       |         |             |
| `payload.company`             | `string`  | No       |         |             |
| `payload.domain`              | `string`  | No       |         |             |
| `payload.industry`            | `string`  | No       |         |             |
| `payload.location`            | `string`  | No       |         |             |
| `payload.seniority`           | `string`  | No       |         |             |
| `payload.company_size`        | `string`  | No       |         |             |
| `payload.name`                | `string`  | No       |         |             |
| `payload.skills`              | `string`  | No       |         |             |
| `payload.job_function`        | `string`  | No       |         |             |
| `payload.years_of_experience` | `string`  | No       |         |             |
| `payload.data_types`          | `array`   | No       |         |             |
| `payload.reveal_info`         | `boolean` | No       | `false` |             |
| `payload.page`                | `integer` | No       | `1`     |             |

<details>
  <summary>Show raw input schema</summary>

  ### Input JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Search ContactOut people profiles using legacy Deepline search filters while preserving the migration-time public contract.",
    "properties": {
      "job_title": {
        "type": "string",
        "minLength": 1
      },
      "company": {
        "type": "string",
        "minLength": 1
      },
      "domain": {
        "type": "string",
        "minLength": 1
      },
      "industry": {
        "type": "string",
        "minLength": 1
      },
      "location": {
        "type": "string",
        "minLength": 1
      },
      "seniority": {
        "type": "string",
        "minLength": 1
      },
      "company_size": {
        "type": "string",
        "minLength": 1
      },
      "name": {
        "type": "string",
        "minLength": 1
      },
      "skills": {
        "type": "string",
        "minLength": 1
      },
      "job_function": {
        "type": "string",
        "minLength": 1
      },
      "years_of_experience": {
        "type": "string",
        "minLength": 1
      },
      "data_types": {
        "type": "array",
        "minItems": 1,
        "items": {
          "type": "string",
          "enum": [
            "personal_email",
            "work_email",
            "phone"
          ]
        }
      },
      "reveal_info": {
        "type": "boolean",
        "default": false
      },
      "page": {
        "type": "integer",
        "default": 1,
        "minimum": 1
      }
    },
    "required": [],
    "additionalProperties": false
  }
  ```
</details>

## Output Schema

| Name          | Type     | Required | Default | Description                                    |
| ------------- | -------- | -------- | ------- | ---------------------------------------------- |
| `result.data` | `object` | Yes      |         | Provider response payload.                     |
| `result.meta` | `object` | No       |         | Additional response metadata (status, paging). |

<details>
  <summary>Show raw output schema</summary>

  ### Output JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Standard tool result payload.",
    "properties": {
      "data": {
        "type": "object",
        "description": "Provider response payload.",
        "properties": {
          "profiles": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "linkedin_url": {
                  "type": "string"
                },
                "full_name": {
                  "type": "string"
                },
                "headline": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "location": {
                  "type": "string"
                },
                "country": {
                  "type": "string"
                },
                "industry": {
                  "type": "string"
                },
                "seniority": {
                  "type": "string"
                },
                "job_function": {
                  "type": "string"
                },
                "followers": {
                  "type": "number"
                },
                "updated_at": {
                  "type": "string"
                },
                "profile_picture_url": {
                  "type": "string"
                },
                "summary": {
                  "type": "string"
                },
                "email": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "work_email": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "personal_email": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "phone": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "company": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "email_domain": {
                      "type": "string"
                    },
                    "website": {
                      "type": "string"
                    },
                    "logo_url": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "size": {
                      "type": [
                        "number",
                        "string"
                      ]
                    },
                    "industry": {
                      "type": "string"
                    },
                    "founded_at": {
                      "type": [
                        "number",
                        "string"
                      ]
                    },
                    "headquarter": {
                      "type": "string"
                    },
                    "locations": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "revenue": {
                      "type": [
                        "number",
                        "string",
                        "null"
                      ]
                    },
                    "specialties": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "followers": {
                      "type": "number"
                    },
                    "employees": {
                      "type": "number"
                    },
                    "funding": {
                      "type": "object",
                      "properties": {
                        "total_funding_usd": {
                          "type": "number"
                        },
                        "funding_status": {
                          "type": "string"
                        },
                        "latest_date": {
                          "type": "string"
                        },
                        "number_of_funding_rounds": {
                          "type": "number"
                        },
                        "rounds": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "additionalProperties": true
                          }
                        }
                      },
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": true
                },
                "experience": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "education": {
                  "type": "array",
                  "items": {}
                },
                "skills": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "contact_availability": {
                  "type": "object",
                  "properties": {
                    "personal_email": {
                      "type": "boolean"
                    },
                    "work_email": {
                      "type": "boolean"
                    },
                    "phone": {
                      "type": "boolean"
                    }
                  },
                  "additionalProperties": true
                },
                "work_email_status": {
                  "type": "object",
                  "additionalProperties": true
                }
              },
              "additionalProperties": true
            }
          },
          "metadata": {
            "type": "object",
            "properties": {
              "page": {
                "type": "number"
              },
              "page_size": {
                "type": "number"
              },
              "total_results": {
                "type": "number"
              }
            },
            "additionalProperties": true
          }
        },
        "required": [
          "profiles"
        ],
        "additionalProperties": false
      },
      "meta": {
        "type": "object",
        "description": "Additional response metadata (status, paging).",
        "additionalProperties": true
      }
    },
    "required": [
      "data"
    ],
    "additionalProperties": false
  }
  ```
</details>

## Advanced: Direct CLI

<Info>
  Use direct execution for single payload debugging.
</Info>

```bash theme={null}
deepline tools execute contactout_search_people --payload '{}' --json
```

### CLI flags

| Flag                        | Description                                         |
| --------------------------- | --------------------------------------------------- |
| `--json`                    | Print machine-readable output.                      |
| `--wait`                    | Wait for terminal provider status when supported.   |
| `--debug`                   | Enable wait mode with additional status/log output. |
| `--wait-timeout SECONDS`    | Max seconds to wait in wait mode.                   |
| `--poll-interval SECONDS`   | Polling interval in seconds during wait mode.       |
| `--timeout SECONDS`         | Request timeout in seconds.                         |
| `--connect-timeout SECONDS` | Connection timeout in seconds.                      |

## Provider API Context

<details>
  <summary>Show provider reference (optional)</summary>

  ```md theme={null}
  ```
</details>

## Cost

* Pricing model: `per_result` (per result).
* Estimated Deepline credits: `1.4` per pricing unit.
* Billing mode: `post_deduct`.
