# Build an India Tech Talent Pipeline from CutShort

**Use case:** 

Extracts role, company, skills, experience and hiring signals from CutShort's curated India tech jobs. Use it to map who is hiring for your stack, build a talen

## Input

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