# B2B Recruiter Leads from CutShort for React, NodeJS

**Use case:** 

Gather 200 tech job listings from Indian startups hiring for React and Node.js. Includes salary ranges, company tech stacks, and recruiter contacts.

## Input

```json
{
  "skills": [
    "react",
    "nodejs"
  ],
  "startUrls": [],
  "includeCompanyDetails": true,
  "includeRecruiter": true,
  "includeDescriptionHtml": false,
  "outputMode": "full",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Hiring Company",
    "format": "string"
  },
  "recruiterName": {
    "label": "Contact Name",
    "format": "string"
  },
  "recruiterPhoto": {
    "label": "Contact Photo",
    "format": "string"
  },
  "title": {
    "label": "Position Title",
    "format": "string"
  },
  "locationsText": {
    "label": "Office Location",
    "format": "string"
  },
  "companyUrl": {
    "label": "Corporate Page",
    "format": "string"
  },
  "companyLinkedin": {
    "label": "Corporate LinkedIn",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply Link",
    "format": "string"
  }
}
```

## About this Actor

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