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 matched records in a dataset with additional firmographic data such as industry, company size, and location.

enrich

Usage
landbase-cli enrich <dataset-id> [flags]
dataset-id
string
required
The ID of a matched dataset to enrich. Run landbase-cli match first to produce a matched dataset.
Flags
FlagDefaultDescription
--company-fields=<fields>Comma-separated company fields to include, e.g. industry,size_range,hq_city
--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 default fields
landbase-cli enrich <dataset-id> --wait

# Enrich with specific company fields
landbase-cli enrich <dataset-id> --company-fields=industry,size_range,hq_city --wait