Internshala Scraper - India Internships & Fresher Jobs
Pricing
$2.00 / 1,000 listing scrapeds
Internshala Scraper - India Internships & Fresher Jobs
Scrape internships and fresher jobs from Internshala with stipend, duration, required skills, company, openings and full descriptions. Filter by keyword, category, city, work-from-home and minimum stipend. No login needed. Independent tool, not affiliated with Internshala.
Pricing
$2.00 / 1,000 listing scrapeds
Rating
0.0
(0)
Developer
Scrape Sage
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
3
Monthly active users
3 days ago
Last modified
Categories
Share
Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Internshala or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. "Internshala" is referenced only to describe the publicly available website this Actor collects data from.
India's biggest internship board, as a clean dataset. Search by keyword, category, city, work-from-home or minimum stipend, and get back every listing with the stipend parsed into numbers, the required skills as a list, the duration, the company, the number of openings and the full description.
No login, no cookies, no API key.
Why this one
- Stipend you can actually filter on.
₹ 8,000 - 14,000 /monthis also returned asstipendMin: 8000,stipendMax: 14000,stipendPeriod: "month",stipendIsPaid: true- so you can sort, threshold and chart it without writing a parser. - Skills as a real array, not a sentence:
["MS-Office", "Counseling", "Effective Communication"]. - Internships and fresher jobs in one actor. Set
listingTypetointernships,jobs, orboth. - Filters compose. Keywords x categories x cities are expanded into separate searches, so
["marketing","finance"] x ["mumbai","delhi"]runs all four and dedupes the results for you.
Input
| Field | What it does |
|---|---|
listingType | internships, jobs, or both |
keywords | Free-text search terms, each searched separately |
categories | Internshala category slugs, e.g. web-development, human-resources |
locations | Indian cities, e.g. pune, bangalore |
workFromHome | Remote listings only |
minStipend | Minimum INR per month |
postedWithinDays | Only recent listings |
fetchDetails | Open each listing for skills, responsibilities, openings and exact dates (default on) |
maxPages / maxResults | Depth per search, and the total cap |
startUrls | Paste an Internshala URL you built in the browser |
Output
One row per listing:
{"type": "listing","listingType": "internship","listingId": "3232060","title": "Marketing - Internship","url": "https://internshala.com/internship/detail/marketing-internship-in-pune-at-steepgraph-systems-private-limited1785989467","companyName": "SteepGraph Systems Private Limited","locationName": "Pune","locations": ["Pune"],"isWorkFromHome": false,"stipendText": "₹ 2,000 - 10,000 /month","stipendMin": 2000,"stipendMax": 10000,"stipendCurrency": "INR","stipendPeriod": "month","stipendIsPaid": true,"durationText": "5 Months","durationMonths": 5,"postedText": "1 day ago","datePosted": "2026-08-06","validThrough": "2026-09-05","isActivelyHiring": true,"openings": 2,"skills": ["Digital Marketing", "Email Marketing", "MS-Excel"],"description": "Selected intern's day-to-day responsibilities include...","responsibilities": "1. Conduct market research and competitor analysis...","aboutCompany": "SteepGraph Systems Pvt. Ltd. provides expert consulting...","employmentType": "INTERN","industry": "Information Technology","detailFetched": true,"searchQuery": "internships/marketing","scrapedAt": "2026-08-07T05:10:00.000Z"}
Notes on the data
- Two date fields, deliberately.
postedTextis what the site shows ("1 day ago") andpostedAtApproxconverts it, whiledatePostedis the exact date from the listing's own structured data. The approximate one is never passed off as exact. hiringOrganizationUrlis only present when the company published a link - roughly 6 in 10 listings.- Unpaid internships are real listings, returned with
stipendIsPaid: falseandstipendMin/Max: 0rather than dropped. - Turning
fetchDetailsoff is faster and cheaper but returns only what the search page shows: no skills, responsibilities, openings or exact dates.
Pricing
Pay-per-event: $0.002 per listing. Runs that find nothing charge nothing, and every finished run tells you what to change.
Use with AI assistants (MCP)
Works as a tool in any MCP-compatible assistant through the Apify MCP server - ask your agent for "remote marketing internships in India paying over ₹10,000" and it can call this actor directly.
Agent-ready: autonomous payments (x402 & Skyfire)
This actor is agent-ready — AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:
- x402 — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server — no account, no API key.
- Skyfire — agent-to-service payments for fully autonomous AI-agent workflows.
Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.
Automate & schedule
Run this Actor on autopilot and pull results into your own stack:
- Apify API - start runs, fetch datasets and manage schedules over REST.
- apify-client for JavaScript and apify-client for Python - official SDKs.
- Schedules - run it hourly, daily or weekly and keep your dataset current.
- Webhooks - trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });const run = await client.actor('scrapesage/internshala-scraper').call({"listingType": "internships","keywords": ["marketing"],"locations": [],"maxPages": 3,"maxResults": 100,"fetchDetails": true,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "IN"}});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(`Got ${items.length} records`);
Integrate with any app
Connect the dataset to thousands of apps - no code required:
- Make - multi-step automation scenarios.
- Zapier - push new records straight into your CRM or spreadsheet.
- Slack - get notified when a scheduled run finds something new.
- Google Drive / Sheets - auto-export every run to a spreadsheet.
- Airbyte - pipe results into your data warehouse.
- GitHub - trigger runs from commits or releases.
More scrapers from scrapesage
Related Actors in the same category:
- MyCareersFuture Scraper - Singapore Jobs, Salaries & Leads
- Foundit Scraper - Jobs, Salaries, Skills & Recruiter Leads
- Glassdoor Scraper - Company Reviews, Ratings & Interviews
- Multi-ATS Job Scraper - Greenhouse, Lever, Ashby, Workday
- Y Combinator Scraper - Companies, Founders & Jobs
FAQ
How is this Actor billed? Pay-per-event: you pay only for the results it delivers, with no monthly rental and no start fee. The per-event price is shown on the Pricing tab.
Can I schedule it and get results automatically? Yes - create a Schedule and add a webhook or an integration (Google Sheets, Slack, Make, Zapier) to push each run's dataset wherever you need it.
Which export formats are available? Every run's dataset can be downloaded as JSON, CSV, Excel (XLSX), XML, HTML or RSS from the Apify Console or the API.
Can I run it from code or an AI agent? Yes - through the Apify API and client libraries, or from Claude, ChatGPT and other assistants via the Apify MCP server.
Is it legal to scrape Internshala? This Actor collects publicly available data only. You are responsible for using the output in compliance with applicable laws (including data-protection law where personal data is involved) and the source's terms. See the Disclaimer below.
Is this an official Internshala tool? No. It is an independent, third-party Actor with no affiliation to, endorsement by or sponsorship from Internshala. See the Disclaimer below.
Legal
This actor collects publicly listed job and internship postings - business information published by employers for the purpose of being found. It does not log in and does not collect applicant data. Listing text remains the property of the posting company; use the output for sourcing, market research and aggregation, not for republishing listings as your own.
This actor is not affiliated with, endorsed by, or sponsored by Internshala or Scholiverse Educare Pvt. Ltd. Internshala is a trademark of its respective owner.
Disclaimer
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Internshala or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.
"Internshala" and any related marks are the property of their respective owners and are used here only in a descriptive, nominative sense - to identify the publicly accessible website from which this Actor collects data. This Actor is not an official Internshala product, is not authorised or certified by Internshala, and does not distribute Internshala software. It collects only publicly available information; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the terms of the source website.
Need help?
Open an issue on the Actor's Issues tab, or visit the Apify help center. Feature requests are welcome - this Actor is actively maintained.