Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.landbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Enrich records with contact-level data including verified emails, phone numbers, LinkedIn URLs, and job titles.

contact-enrich

Usage
landbase-cli contact-enrich <dataset-id> [flags]
dataset-id
string
required
The ID of the dataset to enrich with contact data. The dataset should already be matched or enriched with company data.
Flags
FlagDefaultDescription
--contact-fields=<fields>Comma-separated contact fields to include, e.g. email,phone,linkedin_url
--waitBlock until enrichment completes before returning
--timeout=<seconds>~600Override the default polling timeout
--no-update-checkSkip the daily update check
--verbosePrint request/response details to stderr
Examples
# Enrich with contact data
landbase-cli contact-enrich <dataset-id> --wait

# Enrich with specific contact fields
landbase-cli contact-enrich <dataset-id> --contact-fields=email,phone,linkedin_url --wait