# Remote Web Development Internships from Internshala

**Use case:** 

Get a list of remote web development internships from Internshala. Access detailed information including stipend, skills, and company data.

## Input

```json
{
  "listingType": "internships",
  "categories": [
    "web-development"
  ],
  "cities": [],
  "workFromHome": true,
  "partTime": false,
  "minStipend": 0,
  "maxListings": 100,
  "maxPages": 3,
  "scrapeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "requestDelay": 500,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Role",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "text"
  },
  "stipend": {
    "label": "Stipend",
    "format": "text"
  },
  "stipendMin": {
    "label": "Stipend Min ₹",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "applyBy": {
    "label": "Apply By",
    "format": "text"
  },
  "openings": {
    "label": "Openings",
    "format": "number"
  },
  "applicants": {
    "label": "Applicants",
    "format": "number"
  },
  "isPartTime": {
    "label": "Part-Time",
    "format": "text"
  },
  "hasJobOffer": {
    "label": "Job Offer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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