# Python Developer Job Listings in Bangalore

**Use case:** 

Access up to 100 Python developer job listings in Bangalore, complete with salary details and required skills, without login requirements.

## Input

```json
{
  "keywords": [
    "python"
  ],
  "cities": [
    "bangalore"
  ],
  "experience": "",
  "maxJobs": 100,
  "maxPages": 4,
  "scrapeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "requestDelay": 500,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "companyRating": {
    "label": "Company Rating",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryHidden": {
    "label": "Salary Hidden",
    "format": "boolean"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "string"
  },
  "experienceRaw": {
    "label": "Experience",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hirist.tech IT Jobs Scraper — Salary & Skills, No API](https://apify.com/logiover/hirist-tech-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/hirist-tech-scraper) to learn more, explore other use cases, and run it yourself.