# Scrape developer jobs on Internshala

**Use case:** 

Extract developer job listings from Internshala across India. Structured job data. No subscription, pay per result.

## Input

```json
{
  "listingType": "job",
  "categories": [
    "computer science"
  ],
  "locations": [
    "bangalore"
  ],
  "workFromHome": false,
  "partTimeOnly": false,
  "minStipendInr": 10000,
  "fetchDetails": false,
  "maxResults": 5,
  "requestsPerSecond": 5,
  "startUrls": [],
  "notificationLimit": 10,
  "notifyOnlyChanges": true
}
```

## Output

```json
{
  "listing_type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "is_work_from_home": {
    "label": "WFH",
    "format": "boolean"
  },
  "stipend_or_salary": {
    "label": "Stipend / Salary",
    "format": "text"
  },
  "stipend_min_inr": {
    "label": "Stipend Min (INR)",
    "format": "number"
  },
  "stipend_max_inr": {
    "label": "Stipend Max (INR)",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "posted_ago": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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