> ## 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.

# People DB

> Person profiles with full work history, education, seniority, and the company attached to every role.

Each record is keyed by `specter_person_id`.

## Summary

|                     |                                                                                                                          |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Available via       | AWS S3, Google Cloud Storage                                                                                             |
| Formats             | Parquet                                                                                                                  |
| Full delivery       | Monthly — last day of every month                                                                                        |
| Incremental updates | Daily                                                                                                                    |
| File pattern        | `People DB/YYYY-MM/ · people_db_YYYY-MM.partition_num.parquet` (e.g. `People DB/2025-03/ · people_db_2025-03.0.parquet`) |
| Fields              | 36                                                                                                                       |

## Next

<CardGroup cols={3}>
  <Card title="Field reference" icon="table-list" href="/api-ref/datasets/people/fields">
    Every field, its type and what it means.
  </Card>

  <Card title="Sample record" icon="code" href="/api-ref/datasets/people/sample">
    A full record, grouped by category.
  </Card>

  <Card title="In the API" icon="plug" href="/api-ref/products/people">
    The same data, requested per record.
  </Card>
</CardGroup>
