Skip to main content
This page shows a complete example record with all available fields. Arrays are truncated to 3 items and strings to 100 characters in this example.

Example Record

Key Features

Stable Identifier

Every record has a legion_id that remains stable across deliveries, allowing you to track the same company over time.

Display, Cleaned, and Raw Variants

The name field includes three variants: cleaned (lowercased, standardized for matching and filtering), display (best-quality name with original casing preserved, ideal for UI rendering), and raw[] (all observed source forms). Text fields headline and description include cleaned and raw[] variants.

Workforce Analytics Prefix

All workforce-derived fields use the legion_ prefix (e.g., legion_employee_count, legion_new_hire_count) to distinguish them from LinkedIn-reported values.

Array Ordering

  • legion_employee_count_by_month[]: chronological (oldest month first)
  • domains[], socials[], tickers[]: no guaranteed ordering
Unlike person socials, company socials do not include confidence, num_sources, last_seen, or current fields.

Next Steps