# Benchmark Startup Tech Salaries in India (CutShort)

**Use case:** 

Returns salary, skills, experience, company size and funding stage per CutShort listing. Use it to build INR salary bands by skill and seniority, benchmark star

## Input

```json
{
  "skills": [
    "python"
  ],
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "text"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "text"
  },
  "experience_range": {
    "label": "Experience",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [CutShort.io Scraper - India Tech Jobs, Salary & Skills](https://apify.com/thirdwatch/cutshort-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/cutshort-jobs-scraper) to learn more, explore other use cases, and run it yourself.