> For the complete documentation index, see [llms.txt](https://docs.coresignal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coresignal.com/employee-data.md).

# Employee Data

- [Multi-source Employee Data](https://docs.coresignal.com/employee-data/multi-source-employee-data.md): Enriched, Multi-source Employee dataset with weekly or monthly delivery of fresh data in JSONL or Parquet format. Includes historical tracking.
- [Dictionary: Multi-source Employee Data](https://docs.coresignal.com/employee-data/multi-source-employee-data/dictionary-multi-source-employee-data.md)
- [Sample: Multi-source Employee Data](https://docs.coresignal.com/employee-data/multi-source-employee-data/sample-multi-source-employee-data.md)
- [Clean Employee Data](https://docs.coresignal.com/employee-data/clean-employee-data.md): Clean, comprehensive, recent employee data, including profile, experience, education, and skills, accessible via flat files or API.
- [Dictionary: Clean Employee Data](https://docs.coresignal.com/employee-data/clean-employee-data/dictionary-clean-employee-data.md)
- [Sample: Clean Employee Data](https://docs.coresignal.com/employee-data/clean-employee-data/sample-clean-employee-data.md)
- [Base Employee Data](https://docs.coresignal.com/employee-data/base-employee-data.md): Base Employee Data — fresh professional profiles scraped on an ongoing basis. Ideal for HR tech, lead generation, and talent intelligence.
- [Dictionary: Base Employee Data](https://docs.coresignal.com/employee-data/base-employee-data/dictionary-base-employee-data.md): Complete data dictionary for Base Employee Data – all fields explained across experience, education, certifications, skills, and fresh profile metadata.
- [Sample: Base Employee Data](https://docs.coresignal.com/employee-data/base-employee-data/sample-base-employee-data.md)
- [Employee Posts Data](https://docs.coresignal.com/employee-data/employee-posts-data.md): Employee Posts Data provides freshly collected professional network posts with engagement metrics, authorship details, and publication timestamps.
- [Dictionary: Employee Posts Data](https://docs.coresignal.com/employee-data/employee-posts-data/dictionary-employee-posts-data.md): Data dictionary for Employee Posts Data, with all fields explained across author details, recent post content, engagement metrics, and reshared post data.
- [Sample: Employee Posts Data](https://docs.coresignal.com/employee-data/employee-posts-data/sample-employee-posts-data.md): Review an Employee Posts Data sample with fresh post content, author profiles, engagement counts, and reshared post details in JSONL format.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coresignal.com/employee-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
