# Scrape Tech Company Salaries on Levels.fyi

**Use case:** 

Scrape full Levels.fyi compensation for any tech company: role, level, base, stock, bonus, total comp, years of experience and location. Export CSV.

## Input

```json
{
  "mode": "companyComp",
  "companies": [
    "Google",
    "Meta",
    "Amazon"
  ],
  "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"
  },
  "jobFamily": {
    "label": "Job family"
  },
  "title": {
    "label": "Title"
  },
  "level": {
    "label": "Level"
  },
  "focusTag": {
    "label": "Focus"
  },
  "yearsOfExperience": {
    "label": "YOE"
  },
  "baseSalary": {
    "label": "Base"
  },
  "stockGrantValue": {
    "label": "Stock/yr"
  },
  "bonus": {
    "label": "Bonus"
  },
  "totalCompensation": {
    "label": "Total comp"
  },
  "location": {
    "label": "Location"
  },
  "offerDate": {
    "label": "Offer date"
  }
}
```

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