> ## Documentation Index
> Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sample: People DB

> A full People DB record, grouped by category.

One People DB record, split by category so each block stays readable. A delivered
record is a single flat object containing every field below.

<Note>Values are illustrative: one record assembled field by field to show each shape, with long arrays trimmed. It is not a row of a delivery.</Note>

## ID

```json ID theme={null}
{
  "specter_person_id": "per_2f3c7fe468ec9fc2181blc8b",
  "specter_talent_signal_ids": [
    "dc8b05dd-85ac-4d23-af40-dcde10eb6381"
  ],
  "specter_strategic_signal_ids": [
    "dc8b05dd-85ac-4d23-af40-dcde13ll0987"
  ]
}
```

## Timestamp

```json Timestamp theme={null}
{
  "last_updated": "2025-10-05 12:14:08"
}
```

## Status

```json Status theme={null}
{
  "status": "added"
}
```

## Personal

```json Personal theme={null}
{
  "profile_picture": "https://peopledb-public.s3.eu-west-2.amazonaws.com/assets/profile-pictures/per_2f3c7fe468ec9fc2181blc8b.jpg",
  "first_name": "John",
  "last_name": "Doe",
  "full_name": "John Doe",
  "linkedin_url": "https://www.linkedin.com/in/johndoe",
  "linkedin_num_id": 123123,
  "linkedin_urn": "ACABCDEefghijklmnopqurfABCDefghijklnmop",
  "twitter_url": "https://twitter.com/johndoe",
  "github_url": "https://github.com/johndoe",
  "about": "Software Engineer at XYZ Corp",
  "tagline": "Tech Enthusiast & Developer",
  "location": "San Francisco, California, United States, United States",
  "region": "United States",
  "people_highlights": "{fortune_500_experience,hyper_connector,influencer,major_tech_experience,prior_exit,prior_ipo,prior_vc_backed_experience,prior_vc_backed_founder,serial_founder,strong_academic_background,top_university,vc_backed_experience,vc_backed_founder}"
}
```

## Experience

```json Experience theme={null}
{
  "level_of_seniority": "Senior Level",
  "years_of_experience": 10,
  "education_level": "Doctoral Degree",
  "current_tenure": 24,
  "average_tenure": 36,
  "languages": [
    {
      "name": "English",
      "proficiency_level": "Full Professional Proficiency"
    }
  ],
  "skills": [
    "Python",
    "Data Science",
    "Machine Learning"
  ]
}
```

## Company Data

```json Company Data theme={null}
{
  "experience": [
    {
      "company_name": "XYZ Corp",
      "specter_company_id": "62591957b0b07735292f31bb",
      "domain": "xyzcorp.com",
      "linkedin_url": "linkedin.com/company/xyzcorp",
      "description": "Writing code",
      "company_size": "51-200",
      "specter_industry": [
        "Data and Analytics",
        "DeepTech",
        "Information Technology",
        "Software"
      ],
      "title": "Software Engineer",
      "departments": [
        "Engineering"
      ],
      "start_date": "2022-04-01",
      "end_date": null,
      "location": "Mountain View, California, United States, United States",
      "founded_year": 2021,
      "is_current": true,
      "job_order": 2,
      "is_founder": false,
      "specter_tech_verticals": [
        [
          "AI & Machine Learning",
          "AI Platforms, SDKs and APIs"
        ],
        [
          "Data & Analytics",
          "Data Integration and Pipelines"
        ]
      ]
    },
    {
      "company_name": "ABC Analytics",
      "specter_company_id": "5e3bc24000c8f4c966ab3529",
      "domain": "abcanalytics.com",
      "linkedin_url": "linkedin.com/company/abc-analytics",
      "description": "Analyzing data",
      "company_size": "10001+",
      "specter_industry": [
        "Data and Analytics"
      ],
      "title": "Data Analyst",
      "departments": [
        "Engineering"
      ],
      "start_date": "2009-09-01",
      "end_date": "2022-04-01",
      "location": "Stanford, California, United States, United States",
      "founded_year": 2021,
      "is_current": false,
      "job_order": 1,
      "is_founder": false,
      "specter_tech_verticals": [
        [
          "AI & Machine Learning",
          "AI Platforms, SDKs and APIs"
        ],
        [
          "Data & Analytics",
          "Data Integration and Pipelines"
        ]
      ]
    }
  ],
  "current_position_title": "Software Engineer",
  "current_position_company_name": "XYZ Corp",
  "current_position_company_website": "xyzcorp.com",
  "past_position_title": "Data Analyst",
  "past_position_company_name": "ABC Analytics",
  "past_position_company_website": "abcanalytics.com"
}
```

## Education

```json Education theme={null}
{
  "education": [
    {
      "name": "Carnegie Mellon University",
      "linkedin_url": "linkedin.com/school/carnegie-mellon-university",
      "field_of_study": "Machine Learning",
      "degree_title": "Ph.D.",
      "description": null,
      "start_date": "2004-01-01",
      "end_date": "2008-01-01",
      "location": "Pittsburgh, Pennsylvania, United States, United States"
    },
    {
      "name": "University of Ljubljana",
      "linkedin_url": "",
      "field_of_study": "Computer Science",
      "degree_title": "Diploma [B.Sc.]",
      "description": null,
      "start_date": "1999-01-01",
      "end_date": "2004-01-01",
      "location": null
    }
  ]
}
```

## Social Engagement

```json Social Engagement theme={null}
{
  "linkedin_followers": 10500,
  "linkedin_connections": 500
}
```
