# Python developer jobs at Indian startups

**Use case:** 

Get salary ranges in INR, company funding stage, required skills, and recruiter details for tech job seekers.

## Input

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