# Scrape the Levels.fyi Company Directory

**Use case:** 

Scrape the Levels.fyi directory of popular tech companies with their job families and slugs — the seed list for company compensation pulls. Export CSV.

## Input

```json
{
  "mode": "companyDirectory",
  "companies": [
    "Google",
    "Stripe"
  ],
  "locations": [
    "united-states"
  ],
  "maxJobFamiliesPerCompany": 6,
  "includeSamples": true,
  "maxSamplesPerRole": 50,
  "monitorMode": false,
  "monitorStoreName": "levels-fyi-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "company": {
    "label": "Company"
  },
  "companySlug": {
    "label": "Slug"
  },
  "medianTotalCompensation": {
    "label": "Median total comp"
  },
  "jobFamiliesTrackedCount": {
    "label": "Roles tracked"
  },
  "currency": {
    "label": "Currency"
  },
  "companyUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Levels.fyi Scraper — Tech Salaries, Compensation & Leveling](https://apify.com/scrapesage/levels-fyi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/levels-fyi-scraper) to learn more, explore other use cases, and run it yourself.