# Internshala Software Internship Listings

**Use case:** 

Get detailed software internship listings from Internshala. Data includes roles, companies, stipends, duration, and skills for effective career analysis.

## Input

```json
{
  "keyword": "software",
  "employment_type": "internship",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "stipend": {
    "label": "Stipend/Salary",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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