Skip to main content
This page shows a complete example record with all available fields. Arrays are truncated to 2 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 person over time.

Cleaned and Raw Variants

Text fields include both cleaned (normalized) and raw[] (source) variants. The cleaned version is standardized for consistent filtering, while raw preserves original source formatting.

Quality Scoring

Contact data (phones, emails, locations, socials) includes:
  • confidence: Quality score (high, moderate, low)

Array Ordering

All arrays in the output are sorted deterministically so the most relevant items appear first:
  • phones[], emails[]: current items first, then by confidence (highest first)
  • locations[]: most recently seen first (by last_seen)
  • socials[]: current items first
  • experience[]: current entries first, then by start date (most recent first)
  • education[]: by start date, most recent first
  • Skills & Languages: alphabetical
  • Certifications: by issue date, most recent first

Next Steps