# Internshala Scraper (`parsebird/internshala-scraper`) Actor

Scrape Internshala internships and jobs by category, city, stipend, salary, and experience. Extract company, skills, badges, stipend/salary, duration, and full descriptions.

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

## Pricing

from $0.99 / 1,000 job listings

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

Scrape [Internshala](https://internshala.com/) internships and jobs — India's largest internship and fresher-jobs platform — by category, city, stipend or salary, and more, with clean structured data instead of a login-walled search page.

<table><tr>
<td style="border-left:4px solid #1C1917;padding:12px 16px;font-weight:600">
Search internships (paid, monthly stipend) or jobs (annual salary, fresher-friendly) by category, city, work-from-home, part-time, stipend/salary tier, duration, experience cap, and badges — with an optional full-detail mode for descriptions, perks, and application deadlines.
</td>
</tr></table>

##### Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.

```
parsebird/internshala-scraper on Apify. Call: ApifyClient("TOKEN").actor("parsebird/internshala-scraper").call(run_input={...}), then client.dataset(run["defaultDatasetId"]).list_items().items for results. Key inputs: mode (string, "internships" or "jobs", default "internships"), category (string, free text e.g. "Marketing"/"Web Development"/"Data Science", default all), location (string, city e.g. "Mumbai"/"Bangalore", ignored if workFromHome), workFromHome/partTime (booleans), minStipend (integer, internships only, tiers 2000-10000), minSalary (integer, jobs only, tiers 100000-1000000+), durationMonths (array, internships only, e.g. ["3 months"]), experienceMax (integer, jobs only, 0=fresher), specialFilters (array, any of "Internship with job offer"/"Early applicant"/"Fast response from employer"/"For women"), includeDetails (boolean, fetches full description/perks/deadline, default false), maxResults (integer, default 100, 0=all), startUrls (array of Internshala search URLs, overrides all filters above). Output fields: recordType, id, url, title, company, companyLogoUrl, locations, workMode, stipend/salary (object with min/max/currency/period), durationMonths or experienceYears, skills, badges, postedAt/postedAtIso, applyUrl, and — when includeDetails is on — description, perks, whoCanApply, openings, applicationDeadline, aboutCompany. Full actor spec: fetch build via GET https://api.apify.com/v2/acts/parsebird~internshala-scraper (Bearer TOKEN). Get token: https://console.apify.com/account/integrations
```

### What does Internshala Scraper do?

This Actor scrapes [internshala.com](https://internshala.com/) search results for both content types the site offers — **internships** (paid, monthly stipend, popular with students) and **jobs** (annual salary, explicitly fresher-friendly) — and normalizes every listing into one schema.

- 🔎 **Category + city search** — any free-text profile (Marketing, Web Development, Data Science, Content Writing, and 100+ others) crossed with any Indian city
- 🏠 **Work-from-home and part-time filters** — narrow to fully remote or part-time roles specifically
- 💰 **Stipend / salary tiers** — minimum monthly stipend for internships, minimum annual salary (in lakhs) for jobs
- 🏅 **Badges** — actively hiring, early applicant, job offer on completion (PPO), and for-women listings, detected directly from the page where Internshala shows them
- 📄 **Optional full detail mode** — description, complete skills list, perks, number of openings, eligibility text, and application deadline (converted from IST to UTC) for every listing
- ⏱️ **Scheduling** — run this Actor daily or weekly via Apify Scheduler to catch newly posted listings
- 🔌 **API access** — trigger runs and pull results programmatically via the Apify API or client libraries
- 📊 **Flexible export** — download results as JSON, CSV, or Excel, or query them via API

### What data can you extract?

| Field | Description |
|-------|-------------|
| `title` / `company` / `companyLogoUrl` | Listing title, hiring company, and logo |
| `locations` / `workMode` | City list (or "Work from home"), and `wfh`/`onsite`/`partial_wfh` |
| `stipend` / `salary` | `{min, max, currency, period, raw}` — stipend for internships, salary for jobs |
| `durationMonths` / `experienceYears` | Internship length in months, or years of experience required |
| `skills` | Skills required, from the listing card |
| `badges` | `{activelyHiring, earlyApplicant, jobOffer, womenOnly, fastResponse}`, plus flat convenience copies |
| `postedAt` / `postedAtIso` | Relative posted-at text and a computed absolute UTC timestamp |
| `description` / `perks` / `whoCanApply` / `openings` / `applicationDeadline` / `aboutCompany` | Full detail-page fields, populated only when `includeDetails` is on (`null`/`[]` otherwise, so your schema stays stable either way) |

### Input parameters

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `mode` | string | No | `internships` | `internships` (paid, monthly stipend) or `jobs` (annual salary, fresher-friendly) |
| `category` | string | No | — | Free-text role/profile, e.g. `Marketing`, `Web Development`, `Data Science`. Empty = all |
| `location` | string | No | — | City name, e.g. `Mumbai`, `Bangalore`. Ignored when `workFromHome` is on |
| `workFromHome` | boolean | No | `false` | Only fully remote listings. Disables the city filter |
| `partTime` | boolean | No | `false` | Only part-time roles |
| `minStipend` | integer | No | — | Internships only. Minimum monthly stipend in ₹ (tiers: 2000/4000/6000/8000/10000) |
| `minSalary` | integer | No | — | Jobs only. Minimum annual salary in ₹ (tiers: 100000 to 1000000+) |
| `durationMonths` | string array | No | — | Internships only. One or more of `1 month`…`12+ months` |
| `experienceMax` | integer | No | — | Jobs only. Cap on years of experience; `0` = fresher-only, max `10` |
| `specialFilters` | string array | No | — | Any of `Internship with job offer`, `Early applicant`, `Fast response from employer`, `For women` |
| `includeDetails` | boolean | No | `false` | Fetch full description, perks, openings, and deadline. Slower but much richer |
| `maxResults` | integer | No | `100` | Max listings to collect. `0` = all available across pagination |
| `startUrls` | string array | No | — | Internshala search URLs. Overrides every filter above |

### Output example

```json
{
  "recordType": "internship",
  "id": "3228180",
  "url": "https://internshala.com/internship/detail/creative-marketing-internship-in-mumbai-at-cocoma-digital-private-limited1785672470",
  "title": "Creative Marketing",
  "company": "Cocoma Digital Private Limited",
  "companyLogoUrl": "https://internshala.com/static/images/search/placeholder_logo.svg",
  "locations": ["Mumbai"],
  "workMode": "onsite",
  "workFromHome": false,
  "partTime": false,
  "skills": ["Social Media Marketing", "Content Writing", "Adobe Photoshop", "Video Editing"],
  "badges": {
    "activelyHiring": true,
    "earlyApplicant": true,
    "jobOffer": false,
    "womenOnly": false,
    "fastResponse": false
  },
  "activelyHiring": true,
  "earlyApplicant": true,
  "withJobOffer": false,
  "forWomen": false,
  "fastResponse": false,
  "postedAt": "Just now",
  "postedAtIso": "2026-08-02T13:07:15.676505+00:00",
  "applyUrl": "https://internshala.com/internship/detail/creative-marketing-internship-in-mumbai-at-cocoma-digital-private-limited1785672470",
  "sourceUrl": "https://internshala.com/internships/marketing-internship-in-mumbai/",
  "scrapedAt": "2026-08-02T13:07:15.676505+00:00",
  "stipend": { "min": 8000, "max": 10000, "currency": "INR", "period": "month", "raw": "₹ 8,000 - 10,000 /month" },
  "salary": null,
  "durationMonths": 6,
  "experienceYears": null,
  "description": "Selected intern's day-to-day responsibilities include:\n\n1. Help with video editing and post-production.\n2. Design thumbnails, banners, and promotional materials for YouTube and OTT platforms.\n3. Develop visually appealing graphics for social media.",
  "perks": [],
  "whoCanApply": "Only those candidates can apply who:\n- are available for full time (in-office) internship\n- can start the internship between 2nd Aug'26 and 6th Sep'26\n- are available for duration of 6 months",
  "openings": 3,
  "applicationDeadline": "2026-09-01T18:29:59+00:00",
  "aboutCompany": "Cocoma Digital Private Limited is a leading YouTube specialist and creative-first digital agency that helps media companies promote their films, web series, documentaries, and digital products on YouTube."
}
```

Download results in **JSON, CSV, or Excel** directly from the Apify Console, or pull them programmatically via the API.

### Use cases

- **Lead generation for career services** — build filtered internship/job feeds for a college placement cell or career platform
- **Market research** — track stipend/salary trends by category and city over time with scheduled runs
- **Job aggregation** — feed normalized Internshala listings into your own job board or Slack/email digest
- **Recruitment intelligence** — monitor which companies are actively hiring, offering PPOs, or hiring for women-focused roles in your category
- **Skills demand analysis** — aggregate the `skills` field across hundreds of listings to see what's in demand

### How it works

1. Go to the [Internshala Scraper](https://apify.com/parsebird/internshala-scraper) page on Apify Store
2. Click **Try for free** — new users get a free trial to test the Actor before paying
3. Choose **Internships** or **Jobs**, then enter a **category** and/or **city** (or leave both empty for everything)
4. Optionally enable **work-from-home**/**part-time**, set a minimum **stipend**/**salary**, or pick **badges**
5. Toggle **Include full details** if you need descriptions, perks, and deadlines (slower, richer)
6. Click **Start** — the Actor paginates through matching search results and normalizes every listing
7. When the run finishes, download your data as **JSON, CSV, or Excel**, or fetch it via the API

### Use with the Apify API

**Python**

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")

run = client.actor("parsebird/internshala-scraper").call(run_input={
    "mode": "internships",
    "category": "Marketing",
    "location": "Mumbai",
    "minStipend": 8000,
    "maxResults": 100,
})

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    stipend = item.get("stipend") or {}
    print(f"{item['title']} @ {item['company']} - {stipend.get('raw')}")
```

**JavaScript**

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

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

const run = await client.actor('parsebird/internshala-scraper').call({
    mode: 'internships',
    category: 'Marketing',
    location: 'Mumbai',
    minStipend: 8000,
    maxResults: 100,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.log(`${item.title} @ ${item.company} - ${item.stipend?.raw}`);
});
```

See the [Apify API documentation](https://docs.apify.com/api/v2) for full reference, or the Actor's **API** tab for ready-to-run request snippets in more languages.

### How much does it cost to run?

This Actor uses **Pay-per-event** pricing — you only pay for listings actually returned, with no separate platform rental fee.

**Listing scraped** (every run):

| Plan | Price per event | Price per 1,000 |
|------|-----------------|-----------------|
| Free | $0.00199 | $1.99 |
| Bronze | $0.00149 | $1.49 |
| Silver | $0.00119 | $1.19 |
| Gold | $0.00099 | $0.99 |

**Detail fetched** (only charged when `includeDetails` is on, in addition to the listing event):

| Plan | Price per event | Price per 1,000 |
|------|-----------------|-----------------|
| Free / Bronze / Silver | $0.00099 | $0.99 |
| Gold | $0.00079 | $0.79 |

A 500-listing run without details costs about $1.00 (Free) to $0.50 (Gold). The same run with `includeDetails` on costs about $1.50 (Free) to $0.89 (Gold). Start with the free trial and a low `maxResults` to preview results before scaling up.

### FAQ

**Does this cover both internships and jobs?**
Yes — set `mode` to `internships` or `jobs`. Internships return a `stipend` object (monthly); jobs return a `salary` object (annual) and `experienceYears` instead of `durationMonths`.

**What happens if I use an unrecognized category?**
Internshala itself falls back to a broader result set rather than returning zero results for an unrecognized category slug — stick to real category names (Marketing, Web Development, Data Science, Content Writing, Finance, etc.) for a precise match.

**Can I combine multiple filters?**
Yes, most combine freely (e.g. category + city + minimum stipend + a badge). Two verified site-level limitations: `workFromHome` always drops the city filter (Internshala's own URL structure doesn't support combining them), and for Jobs mode specifically, the "job offer" and "fast response" badges don't have a working search filter (they're internship-specific concepts on Internshala's side) — an "Early applicant" badge is still detected directly from the page for both modes.

**Why are `description`, `perks`, etc. null by default?**
Those are detail-page-only fields. Enable `includeDetails` to fetch them — it's slower (one extra request per listing) and costs an additional `detail-scraped` event, so it's off by default.

**Can I schedule recurring runs?**
Yes. Use Apify's [Scheduler](https://docs.apify.com/platform/schedules) to run this Actor daily or weekly and catch newly posted listings.

**Is it legal to scrape Internshala?**
Internshala's search results are publicly viewable without login. You're responsible for complying with Internshala's Terms of Service for your specific use case. See Apify's [blog post on the legality of web scraping](https://blog.apify.com/is-web-scraping-legal/) for general background.

**Can I access results via API?**
Yes. Every run's dataset is available through the [Apify API](https://docs.apify.com/api/v2) and client libraries (Python, JavaScript) — see the Actor's **API** tab for ready-made snippets.

**Something not working?**
Open an issue on the Actor's **Issues** tab in Apify Console — the ParseBird team monitors it directly.

### Related Actors

Other job and lead-data Actors from ParseBird:

- [Hiring.cafe Jobs Scraper](https://apify.com/parsebird/hiring-cafe-scraper) — search jobs by keyword, location, salary, and 20+ other filters
- [Naukri Jobs Scraper](https://apify.com/parsebird/naukri-jobs-scraper) — India's largest general job board
- [Website Contact Finder](https://apify.com/parsebird/website-contact-finder) — extract emails, phone numbers, and social links from any website

# Actor input Schema

## `mode` (type: `string`):

Internships (paid, monthly stipend) or Jobs (annual salary, fresher-friendly).

## `category` (type: `string`):

Free-text role / profile, e.g. Computer Science, Marketing, Finance, Web Development, Content Writing, Data Science. Leave empty for all categories.

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

City name, e.g. Mumbai, Bangalore, Delhi, Hyderabad, Pune, Chennai. Ignored when Work from home is enabled.

## `workFromHome` (type: `boolean`):

Only include fully remote listings. Disables the city filter.

## `partTime` (type: `boolean`):

Only include part-time roles.

## `minStipend` (type: `integer`):

Internships only. Minimum monthly stipend in Rs. Tiers: 2000, 4000, 6000, 8000, 10000.

## `minSalary` (type: `integer`):

Jobs only. Minimum annual salary in Rs. Tiers from 100000 to 1000000+.

## `durationMonths` (type: `array`):

Internships only. One or more durations. Each value fans out one search and results are merged.

## `experienceMax` (type: `integer`):

Jobs only. Cap on years of experience. 0 = fresher-only, max 10. Leave empty for no cap.

## `specialFilters` (type: `array`):

Require one or more badges.

## `includeDetails` (type: `boolean`):

Fetch the full description, complete skills list, perks, openings count, and application deadline for each listing. Slower but much richer.

## `maxResults` (type: `integer`):

Maximum number of listings to collect. Set to 0 for all available results across pagination.

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

Optional list of Internshala search URLs. When provided, these override every filter above.

## Actor input object example

```json
{
  "mode": "internships",
  "category": "Marketing",
  "location": "Mumbai",
  "workFromHome": false,
  "partTime": false,
  "minStipend": 0,
  "minSalary": 0,
  "durationMonths": [],
  "specialFilters": [],
  "includeDetails": false,
  "maxResults": 10,
  "startUrls": []
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# 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 = {
    "mode": "internships",
    "category": "Marketing",
    "location": "Mumbai",
    "workFromHome": false,
    "partTime": false,
    "minStipend": 0,
    "minSalary": 0,
    "durationMonths": [],
    "specialFilters": [],
    "includeDetails": false,
    "maxResults": 10,
    "startUrls": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("parsebird/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 = {
    "mode": "internships",
    "category": "Marketing",
    "location": "Mumbai",
    "workFromHome": False,
    "partTime": False,
    "minStipend": 0,
    "minSalary": 0,
    "durationMonths": [],
    "specialFilters": [],
    "includeDetails": False,
    "maxResults": 10,
    "startUrls": [],
}

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

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

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

```

## CLI example

```bash
echo '{
  "mode": "internships",
  "category": "Marketing",
  "location": "Mumbai",
  "workFromHome": false,
  "partTime": false,
  "minStipend": 0,
  "minSalary": 0,
  "durationMonths": [],
  "specialFilters": [],
  "includeDetails": false,
  "maxResults": 10,
  "startUrls": []
}' |
apify call parsebird/internshala-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parsebird/internshala-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

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