# Scrape CutShort Tech Jobs in India

**Use case:** 

Extracts title, company, salary, skills, experience and full descriptions from CutShort tech job listings. Use it to build India tech job feeds, source startup 

## Input

```json
{
  "skills": [
    "python",
    "java"
  ],
  "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.