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

# Job Posting Company Coverage

The files below list the companies for which PDL has ever collected a job posting. Use them to check whether a company is represented in PDL Job Posting Data or compare job posting coverage against a list of target companies.

The file is available in CSV and JSON formats. Both formats contain the same entries.

| Format | File Size | Download                                                                                                                    |
| ------ | --------- | --------------------------------------------------------------------------------------------------------------------------- |
| CSV    | 6.5 MB    | [posting\_company.csv](https://pdl-prod-schema.s3.us-west-2.amazonaws.com/34.1/posting_company/job_posting_companies.csv)   |
| JSON   | 9.4 MB    | [posting\_company.json](https://pdl-prod-schema.s3.us-west-2.amazonaws.com/34.1/posting_company/job_posting_companies.json) |

<Callout icon="📘" theme="info">
  These reference files contains 64,765 companies as of data version 34.1.
</Callout>

## File Schema

| Field          | Type   | Description                                 |
| -------------- | ------ | ------------------------------------------- |
| `company_id`   | String | The PDL Company ID for the company.         |
| `website`      | String | The company's primary website domain.       |
| `name`         | String | The company's normalized name.              |
| `linkedin_url` | String | The company's LinkedIn URL, when available. |

## Format Notes

The CSV file includes a header row and one company per row.

```csv CSV
"company_id","website","name","linkedin_url"
"5RMT9vvMvpN5j1U3YQJ3hQFaaLKL","stantec.com","stantec","linkedin.com/company/stantec"
"A43DBCK9ULK5Cho88gtbgQ120LB1","sodexo.com","sodexo","linkedin.com/company/sodexo"
```

The JSON file is newline-delimited JSON. Each line is a complete JSON object representing one company.

```json
{"company_id":"5RMT9vvMvpN5j1U3YQJ3hQFaaLKL","website":"stantec.com","name":"stantec","linkedin_url":"linkedin.com/company/stantec"}
{"company_id":"A43DBCK9ULK5Cho88gtbgQ120LB1","website":"sodexo.com","name":"sodexo","linkedin_url":"linkedin.com/company/sodexo"}
```