# Levels Fyi Latest Results

**Use case:** 

Latest Results of Levels Fyi. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "companies": [
    "google",
    "meta",
    "microsoft"
  ],
  "jobFamilies": [
    "software-engineer"
  ],
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "uuid": {
    "label": "Uuid",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "jobFamily": {
    "label": "Job Family",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "focusTag": {
    "label": "Focus Tag",
    "format": "text"
  },
  "yearsOfExperience": {
    "label": "Years Of Experience",
    "format": "number"
  },
  "yearsAtCompany": {
    "label": "Years At Company",
    "format": "number"
  },
  "offerDate": {
    "label": "Offer Date",
    "format": "date"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "dmaId": {
    "label": "Dma Id",
    "format": "number"
  },
  "countryId": {
    "label": "Country Id",
    "format": "number"
  },
  "baseSalary": {
    "label": "Base Salary",
    "format": "number"
  },
  "totalCompensation": {
    "label": "Total Compensation",
    "format": "number"
  },
  "avgAnnualStockGrantValue": {
    "label": "Avg Annual Stock Grant Value",
    "format": "number"
  },
  "avgAnnualBonusValue": {
    "label": "Avg Annual Bonus Value",
    "format": "number"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "otherDetails": {
    "label": "Other Details",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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