# Google Software Engineer Salary Data

**Use case:** 

Extract Levels.fyi compensation data for Google software engineers, including base salary, stock, bonus, total compensation, and level.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.levels.fyi/companies/google/salaries/software-engineer"
    }
  ],
  "companySlugs": [
    "google"
  ],
  "jobFamilySlugs": [
    "software-engineer"
  ],
  "maxSamplesPerPage": 20,
  "includeRawSample": false
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "focusTag": {
    "label": "Focus tag",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "yearsOfExperience": {
    "label": "Years experience",
    "format": "number"
  },
  "yearsAtCompany": {
    "label": "Years at company",
    "format": "number"
  },
  "offerDate": {
    "label": "Offer date",
    "format": "date"
  },
  "baseSalary": {
    "label": "Base salary",
    "format": "number"
  },
  "totalCompensation": {
    "label": "Total compensation",
    "format": "number"
  },
  "avgAnnualStockGrantValue": {
    "label": "Annual stock",
    "format": "number"
  },
  "avgAnnualBonusValue": {
    "label": "Annual bonus",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "levelAverageTotalCompensation": {
    "label": "Level average TC",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Levels.fyi Salary Scraper](https://apify.com/automation-lab/levels-fyi-salary-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/levels-fyi-salary-scraper) to learn more, explore other use cases, and run it yourself.