# Internshala Campus Placement Monitor

**Use case:** 

Monitor Internshala internships and fresher roles for campus placement teams, with detail-page enrichment and controlled result limits.

## Input

```json
{
  "searchQuery": "data science",
  "searchMode": "internships",
  "fetchDetails": true,
  "maxResults": 75,
  "maxRequestRetries": 4
}
```

## 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.