# Scrape Software Engineer Pay by Company

**Use case:** 

Scrape Levels.fyi software-engineer compensation by company: level, base, stock, bonus, total comp and years of experience per level. Export to CSV.

## Input

```json
{
  "mode": "companyComp",
  "companies": [
    "Google"
  ],
  "jobFamilies": [
    "Software Engineer"
  ],
  "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"
  },
  "levelCount": {
    "label": "Levels"
  },
  "totalSampleCount": {
    "label": "Samples"
  },
  "medianTotalCompensation": {
    "label": "Median total comp"
  },
  "percentilesLocation": {
    "label": "Location"
  },
  "currency": {
    "label": "Currency"
  },
  "roleUrl": {
    "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.