# Internshala Scraper - India Internships & Fresher Jobs (`haketa/internshala-scraper`) Actor

Scrape Internshala.com internships and fresher jobs in India. Extract role title, hiring company, stipend or salary, location including work from home, duration and listing URL by search or category URL. Export JSON, CSV, Excel for recruitment and job-market research.

- **URL**: https://apify.com/haketa/internshala-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Internshala Scraper — India Internships & Fresher Jobs with Stipend, Company & Location

> **The most complete Internshala data extractor on Apify.** Pull live listings from **Internshala.com — India's largest internships and fresher-jobs platform** — with the role title, hiring **company**, **stipend / salary**, location (including work-from-home), duration and listing URL. Built for recruitment, talent sourcing and job-market research.

[![Apify Actor](https://img.shields.io/badge/Apify-Actor-blue)](https://apify.com/haketa/internshala-scraper)
[![Live Data](https://img.shields.io/badge/Data-Live%20at%20Run%20Time-orange)]()
[![Pricing](https://img.shields.io/badge/Pricing-Pay%20Per%20Result-yellow)]()
[![Region](https://img.shields.io/badge/Region-India%20%F0%9F%87%AE%F0%9F%87%B3-red)]()
[![Coverage](https://img.shields.io/badge/Internships-%2B%20Fresher%20Jobs-purple)]()
[![Stipend](https://img.shields.io/badge/Includes-Stipend%20%2F%20Salary-success)]()
[![Company](https://img.shields.io/badge/Includes-Company%20%26%20Location-brightgreen)]()
[![No Auth](https://img.shields.io/badge/Auth-None%20Required-success)]()
[![Export](https://img.shields.io/badge/Export-JSON%20%C2%B7%20CSV%20%C2%B7%20Excel-lightgrey)]()

***

### 🎯 What this actor does

The **Internshala Scraper** extracts live listings from **internshala.com** — India's dominant platform for **internships** and **fresher jobs**, used by millions of students and early-career professionals. Paste a search or category URL and it returns **every listing across all result pages**, one clean row per internship or job.

Each listing arrives fully structured — including the **stipend or salary**, a data point that's front-and-center on Internshala and gold for recruitment and market analysis.

Each record can include:

- 💰 **Stipend / Salary** — e.g. *₹ 10,000 - 15,000 /month* (internship) or *₹ 3,86,000 - 4,60,000 /year* (job)
- 🏢 **Company** — the hiring company
- 📍 **Location** — city or *Work from home*
- ⏱️ **Duration** — e.g. *3 Months* (internships)
- 🧑‍💼 **Type** — internship or fresher job
- ✅ **Actively hiring** — hiring-status badge
- 🖼️ **Logo** — company logo URL
- 🔗 **URL** — direct link to the listing on Internshala
- 🕒 **Metadata** — `scrapedAt` timestamp on every row

Whether you run a recruitment agency, a campus-hiring team or a labor-market research project, this actor is the **fastest path from Internshala to a usable dataset** — no scraping code required.

***

### ✨ Why this actor

| ✅ This actor handles | ❌ What you'd fight doing it yourself |
|---|---|
| **Stipend & salary** on every listing | The number that matters most, parsed cleanly |
| **Internships + fresher jobs** from one input | Two verticals, one actor |
| **Full pagination** | Searches span many result pages |
| **Location incl. work-from-home** | Multiple locations per listing |
| **Clean deduplicated rows** | Listings repeat across pages and need de-duping |
| **JSON / CSV / Excel export** | Raw data needs reshaping for analysis |

***

### 🚀 Quick start

#### One-click run

1. Open the actor on the [Apify Store](https://apify.com/haketa/internshala-scraper) and click **Try for free**
2. On **internshala.com**, open **Internships** or **Jobs**, apply filters (category, location, work-from-home) and copy the URL — e.g. `https://internshala.com/internships/`
3. Paste it into **Search / category URLs**, set **Max listings** (`0` for unlimited)
4. Hit **Start** — listings stream into your dataset, ready to export as JSON, CSV, Excel, HTML or RSS

#### Run via API (Python)

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")

run_input = {
    "startUrls": [
        "https://internshala.com/internships/",
        "https://internshala.com/jobs/"
    ],
    "maxItems": 500,
}

run = client.actor("haketa/internshala-scraper").call(run_input=run_input)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item["title"], "|", item["company"], "|", item["stipend"])
```

#### Run via API (JavaScript)

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });

const run = await client.actor('haketa/internshala-scraper').call({
    startUrls: ['https://internshala.com/internships/'],
    maxItems: 500,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

***

### ⚙️ Input

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `startUrls` | array | – | Internshala listing URLs (internships or jobs, any category/filter). Every listing across all pages is collected. |
| `maxItems` | integer | `200` | Max listings across all URLs. `0` = unlimited. |
| `proxyConfiguration` | object | Apify Proxy | Proxy settings — recommended for reliable results at scale. |

#### 📋 How to build a search URL

1. Go to **internshala.com** → **Internships** or **Jobs**
2. Pick a category (e.g. Web Development), a location, or toggle **Work from home**
3. Copy the address-bar URL
4. Paste it into **Search / category URLs**. Add as many as you like.

***

### 📤 Output

One clean record per listing:

```json
{
  "internshipId": "3237032",
  "title": "Customer Service / Customer Support",
  "company": "Urja Talents",
  "employmentType": "internship",
  "stipend": "₹ 9,000 - 17,000 /month",
  "location": "Thane, Mumbai, Navi Mumbai",
  "duration": "3 Months",
  "activelyHiring": "true",
  "logo": "https://internshala-uploads.internshala.com/logo/....webp",
  "url": "https://internshala.com/internship/detail/customer-service-customer-support-internship-...",
  "scrapedAt": "2026-08-12T10:56:10.537Z"
}
```

#### 📋 Fields

| Field | Description |
|-------|-------------|
| `internshipId` · `title` | Listing ID and title |
| `company` · `logo` | 🏢 Hiring company and logo URL |
| `employmentType` | internship or job |
| `stipend` | 💰 Stipend or salary (₹) |
| `location` | 📍 City or Work from home |
| `duration` | ⏱️ Duration (e.g. 3 Months) |
| `activelyHiring` | ✅ Actively-hiring badge |
| `url` · `scrapedAt` | Listing URL and timestamp |

Export everything to **JSON, CSV, Excel, HTML or RSS**, or pull it through the Apify API and integrations.

***

### 💡 Use cases

| Use case | How this actor helps |
|----------|----------------------|
| 🧑‍💼 **Recruitment & campus hiring** | Monitor internships and fresher roles by category, location and company across India. |
| 💰 **Stipend / salary benchmarking** | Build compensation datasets for interns and freshers by role and city. |
| 📊 **Job-market research** | Track hiring demand, remote vs. on-site mix and category trends. |
| 🏢 **Competitive intelligence** | See which companies are hiring for which roles and at what pay. |
| 📈 **EdTech & career products** | Enrich your own product with structured Internshala inventory. |
| 🤖 **ML / analytics pipelines** | Build clean datasets of titles, stipends, companies and locations for models. |

***

### ❓ FAQ

**Does it cover both internships and jobs?**
Yes. Paste an internships URL, a jobs URL, or several of each — the actor handles both in one run and captures the stipend or salary for each.

**Does every listing include a stipend/salary?**
Internshala shows stipend/salary on the vast majority of listings, and this actor captures it in the `stipend` field.

**How many listings can I collect?**
All of them in a search. Set `maxItems` to `0` for unlimited — Internshala has tens of thousands of active listings.

**Can I target work-from-home or a specific city?**
Yes — build the search on internshala.com with those filters and paste the URL.

**Which export formats are supported?**
JSON, CSV, Excel, HTML and RSS, plus programmatic access via the Apify API and integrations (Google Sheets, Zapier, Make, Airbyte and more).

***

### 🔗 Integrations

Send results wherever you work: **Google Sheets / Excel**, **Zapier · Make · n8n**, **Airbyte / databases / webhooks**, and the **Apify API** for any language.

***

### ⚖️ Legal & responsible use

This actor collects **publicly available** listing information — the same content any visitor can see on Internshala search pages without logging in. It does not access private data and does not require any user account.

You are responsible for how you use the data. Please:

- Use the output for lawful purposes such as recruitment, market research and analytics.
- Respect the source platform's Terms of Service and robots directives.
- Comply with applicable data-protection laws when handling any personal data.
- Do not republish scraped content in a way that infringes copyright or database rights.

*This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Internshala. All product names, logos and brands are property of their respective owners.*

***

### 🛟 Support

Need an extra field or another category? Open an issue from the actor's **Issues** tab and we'll take a look.

# Actor input Schema

## `startUrls` (type: `array`):

Paste Internshala listing URLs. Build a search on internshala.com (internships or jobs, category, location, keyword) and copy the URL — e.g. https://internshala.com/internships/, https://internshala.com/internships/work-from-home-internships/, or https://internshala.com/jobs/. The scraper collects every listing across all result pages.

## `maxItems` (type: `integer`):

Maximum number of internships/jobs to collect across all URLs. Set to 0 for unlimited.

## `proxyConfiguration` (type: `object`):

Proxy configuration. Apify Proxy is enabled by default and recommended for reliable results at scale.

## Actor input object example

```json
{
  "startUrls": [
    "https://internshala.com/internships/"
  ],
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `internshipId` (type: `string`):

Internshala internship/job ID

## `title` (type: `string`):

Internship/job title

## `company` (type: `string`):

Company name

## `employmentType` (type: `string`):

internship or job

## `stipend` (type: `string`):

Stipend or salary (e.g. ₹ 7,000 - 10,000 /month)

## `location` (type: `string`):

Location (city or Work from home)

## `duration` (type: `string`):

Duration (e.g. 3 Months)

## `activelyHiring` (type: `string`):

Actively hiring badge

## `logo` (type: `string`):

Company logo URL

## `url` (type: `string`):

Internshala listing URL

## `scrapedAt` (type: `string`):

Extraction timestamp

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        "https://internshala.com/internships/"
    ],
    "maxItems": 200,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/internshala-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": ["https://internshala.com/internships/"],
    "maxItems": 200,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/internshala-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    "https://internshala.com/internships/"
  ],
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call haketa/internshala-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,haketa/internshala-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/zB4Fcm9deLXP48le7/builds/ZuCwLuId5qpOwZsVw/openapi.json
