# Export Individual Levels.fyi Salary Data

**Use case:** 

Scrape individual Levels.fyi salary submissions: base, stock, bonus, total comp, level, years of experience, location and offer date. Export to CSV.

## Input

```json
{
  "mode": "companyComp",
  "companies": [
    "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"
  },
  "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.