# React jobs at funded Indian startups on CutShort

**Use case:** 

Scrape React and frontend developer jobs from CutShort.io. Targeting funded Indian tech startups for hiring intelligence and job search.

## Input

```json
{
  "skills": [
    "react",
    "frontend"
  ],
  "maxItems": 50,
  "outputMode": "full"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experienceRange": {
    "label": "Experience",
    "format": "text"
  },
  "salaryRawText": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "object"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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