Run in Enrichment Spreadsheet
Use this function as a column step in
deepline enrich.deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=datagma_find_people:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.currentJobTitle | string | No | Current Job Title - You can separate different job titles using ‘OR’ (e.g., head of OR chief OR CEO). | |
payload.linkedinId | string | No | Enter the company’s LinkedIn ID if available (e.g., 1441, 2728700…). It is the most accurate input you can use. | |
payload.domain | string | No | Enter the domain name if available (e.g., algolia.com, ubisoft.com…). It is less accurate than the LinkedIn ID, but more accurate than the company name | |
payload.currentCompanies | string | No | Enter the company name (e.g., Algolia, Ubisoft…). This is less accurate compared to using the domain or LinkedIn ID | |
payload.countries | string | No | Country. Please use the country name in minimal letters (e.g., united states, france, germany…) | |
payload.fuzzy | boolean | No | When set to true, the endpoint performs a fuzzy search, which broadens the scope of the results by allowing approximate matches. This is useful for finding results that may not exactly match the search criteria. However, enabling this parameter can reduce precision, potentially returning more irrelevant results. Default is false. | |
payload.debug | boolean | No | We are working on a feature to filter out non-relevant job titles. Set this parameter to true to disable filtering and retrieve all results |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | object | Yes | Provider response payload. | |
result.meta | object | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute datagma_find_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. |
Cost
- Pricing model:
per_result(per result). - Estimated Deepline credits:
1.31per pricing unit. - Billing mode:
post_deduct.