# Internshala Python Jobs Scraper

**Use case:** 

Extract Internshala job listings for Python roles, including companies, locations, salaries, skills, and posting metadata.

## Input

```json
{
  "searchQuery": "python",
  "searchMode": "jobs",
  "fetchDetails": true,
  "maxResults": 30,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "stipend": {
    "label": "Stipend",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "isWorkFromHome": {
    "label": "WFH",
    "format": "boolean"
  },
  "isPartTime": {
    "label": "Part Time",
    "format": "boolean"
  },
  "isActivelyHiring": {
    "label": "Actively Hiring",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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