PloidDocs
CLI

Enrichment

Enrich a known LinkedIn identity with profile and contact fields.

Enrich a person

ploid enrich https://www.linkedin.com/in/example \
  --fields profile,email,phone \
  --first-name Example \
  --last-name Person

--fields accepts a comma-separated subset of profile, email, and phone; the default is profile. The LinkedIn URL is required. Names are optional but improve identity context for contact fields.

ploid --json enrich https://www.linkedin.com/in/example --fields profile,email

Errors and limits

Enrichment uses workspace credits, key budgets, and the organization/API-key request buckets; it has no extra route cap. A field can return null with a warning while the overall call succeeds, so check every requested field. Invalid identity, authentication, budget, and transport failures exit with status 2. See CLI errors & rate limits.

On this page