Internshala Internships Scraper avatar

Internshala Internships Scraper

Pricing

$6.00 / 1,000 listing scrapeds

Go to Apify Store
Internshala Internships Scraper

Internshala Internships Scraper

Extract internships and jobs from Internshala India by category and city. Get position, company, stipend, duration, location, required skills and application deadline as clean JSON records. No login needed. Failed runs are not billed.

Pricing

$6.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

Antony Zaikin

Antony Zaikin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Apify actor that scrapes internship listings from Internshala (India) using plain HTTP requests (no browser).

Input

  • category (string, default: "computer-science-internship"): slug of internship category.
  • location (string, default: "bangalore"): slug of city; empty string means all India.
  • maxItems (integer, default: 20): maximum number of internship records to collect.

Output

Each record contains:

  • internshipId (string|null)
  • position (string|null)
  • company (string|null)
  • stipend (string|null)
  • duration (string|null)
  • location (string|null)
  • skills (array of string|null)
  • deadline (string|null)
  • url (string|null)

The actor charges one listing-scraped event per successfully pushed record.

Example

{
"category": "data-science-internship",
"location": "mumbai",
"maxItems": 50
}