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=crustdata_persondb_autocomplete:{"field":"current_employers.company_website_domain","query":"{{query}}"}' --json
Map payload values to spreadsheet columns with {{column_name}} placeholders.
Required Fields
| Name | Type | Required | Default | Description |
|---|
payload.field | "current_employers.company_website_domain" | "current_employers.seniority_level" | "current_employers.title" | "headline" | "num_of_connections" | "region" | "years_of_experience_raw" | Yes | | Field name to autocomplete. Common fields: “region” for locations, “current_employers.title” for job titles, “headline” for profile keywords. |
payload.query | string | Yes | | Partial text to match. Examples: “san franci” for region, “Eng” for job titles. |
Allowed values
| Field | Allowed values |
|---|
payload.field | current_employers.company_website_domain, current_employers.seniority_level, current_employers.title, headline, num_of_connections, region, years_of_experience_raw |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute crustdata_persondb_autocomplete --payload '{
"field": "current_employers.company_website_domain",
"query": "string"
}' --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
- 0 credits per call. Estimated at request time based on payload.