# Changelog of Internshala Jobs Scraper: Applicants per Opening & Hiring Data (`getascraper/internshala-scraper`) Actor

- **URL**: https://apify.com/getascraper/internshala-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/getascraper/internshala-scraper.md

## Changelog

All notable changes to this project will be documented in this file.

### \[0.4] - 2026-09-10

#### Added

- Applicant count and employer hiring history from public detail pages (requires `includeDetails: true`): how many people applied, whether the listing shows "Be an early applicant" (genuinely low competition), employer hiring-since date, total opportunities posted, and candidates hired when shown publicly.
- Applicants-per-opening ratio (`applicantsPerOpening`): applicant count divided by the published opening count, the one number that makes applicant pressure comparable across listings of different sizes. No other Internshala scraper on the Store computes this.
- Applicant velocity fields on the second and later scheduled runs (requires both `includeDetails: true` and a monitoring mode): prior applicant count, change since last run, and estimated daily rate, so you can see whether a listing is closing quickly or still open.
- Pricing model updated to pay-per-event with a separate opt-in charge for detail enrichment, matching the actual Store pricing.

#### Fixed

- Runs that previously could not finish when a large `maxResults` combined with slow pagination now complete in bounded time. Scheduled runs that previously timed out or were aborted by users now reliably deliver their results.

### \[0.3] - 2026-09-04

#### Changed

- Lowered the default result cap so a standard run finishes faster.

### \[0.2] - 2026-07-29

#### Added

- Recurring `new_only`, `new_and_changed`, and `all_with_status` monitoring with stable dedupe IDs and persistent state.
- Public detail-page enrichment status and run-level parser, filter, detail, warning, and monitoring counters.
- Fixture-based parser, filter, pagination, detail, and change-detection tests.

#### Fixed

- Correct jobs city URL construction, multi-city/category sources, and custom start URL pagination.
- Strict keyword, location, compensation, duration, experience, posting-age, and verifiable badge filter semantics.
- Exact `maxResults` behavior with detail enrichment and honest omission of unavailable fields.

### \[0.1] - 2026-07-02

#### Added

- Initial release with internship and job listing scraping, filter support, and suite cross-links.
