# Levels Fyi Companies Scraper sample

**Use case:** 

Sample use-case Task for levels-fyi-companies-scraper: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "searchUrls": [
    "https://www.levels.fyi/companies/"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "input_url": {
    "label": "Input URL",
    "format": "link"
  },
  "source_url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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