Employment News Scraper avatar

Employment News Scraper

Pricing

from $2.99 / 1,000 job details

Go to Apify Store
Employment News Scraper

Employment News Scraper

Scrape job notifications from Employment News (employmentnews.gov.in), India's official weekly employment gazette published by the Ministry of Information and Broadcasting. Extract notification titles, categories, application deadlines, and eligibility for government job seekers.

Pricing

from $2.99 / 1,000 job details

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

An Apify Actor that scrapes publicly listed job postings from Employment News Scraper - Scrape job notifications from Employment News (employmentnews.gov.in), India's official weekly employment gazette published by the Ministry of Information and Broadcasting. Extract notification titles, categories, application deadlines, and eligibility for government job seekers..

The Actor navigates Employment News Scraper's public job-search results, opens each result detail page to enrich the record, normalises everything into a single rich structured schema, and pushes one record per job into the Actor's default dataset for download or downstream integration.


Table of Contents


What is Employment News Scraper?

Employment News Scraper is Scrape job notifications from Employment News (employmentnews.gov.in), India's official weekly employment gazette published by the Ministry of Information and Broadcasting. Extract notification titles, categories, application deadlines, and eligibility for government job seekers.

This Actor targets Employment News Scraper's public job-search results and enriches each result with the canonical Employment News Scraper detail page.

What does the Actor scrape?

Scrape job notifications from Employment News (employmentnews.gov.in), India's official weekly employment gazette published by the Ministry of Information and Broadcasting. Extract notification titles, categories, application deadlines, and eligibility for government job seekers.

The actor maps listing fields such as:

  • id
  • position
  • title
  • organization
  • appointmentMethod
  • issuedDate
  • lastDate
  • advertisement
  • search
  • source

Primary source URL: https://employmentnews.gov.in/newemp/MoreContentS.aspx?n=WebAdvertisement

Main target URL

The actor scrapes from the following base URL:

https://employmentnews.gov.in/newemp/MoreContentS.aspx?n=WebAdvertisement

Request modifiers come from fields: query, maxItems, proxyConfiguration.

Input schema

The Actor accepts the following input (defined in .actor/input_schema.json):

FieldTypeRequiredDefaultConstraintsDescription
querystringNo"recruitment"-Keyword to search for job notifications on Employment News
maxItemsintegerNo50>= 1; <= 500Maximum number of notifications to scrape
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"IN"}-Select proxies to be used by your scraper

Example input

{
"query": "recruitment",
"maxItems": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "IN"
}
}

Output / dataset schema

Each record follows .actor/dataset_schema.json and includes the properties below.

FieldTypeRequired
idstringYes
positionintegerYes
titlestringYes
organizationstringYes
appointmentMethodstringYes
issuedDateobjectYes
lastDateobjectYes
advertisementobjectNo
searchobjectYes
sourcestringYes
scrapedAtstringYes

Example output record

{
"id": "a3fb38adfdc1be016bcbc6ed00a46ee3",
"position": 1,
"title": "ADMINISTRATIVE OFFICER & OTHERS",
"organization": "LAL BAHADUR SHASTRI NATIONAL ACADEMY OF ADMINISTRATION (LBSNAA), D/O PERSONNEL & TRAINING",
"appointmentMethod": "Recruitment",
"issuedDate": {
"display": "13/07/2026",
"iso": "2026-07-13"
},
"lastDate": {
"display": "11/09/2026",
"iso": "2026-09-11"
},
"advertisement": {
"label": "LAL BAHADUR SHASTRI NATIONAL ACADEMY OF ADMINISTRATION (LBSNAA), D/O PERSONNEL & TRAINING ( Issue no 15 , 11 - 17 July 2026 )",
"url": "https://employmentnews.gov.in/writereaddata/130720269839051536.pdf",
"issueNumber": 15,
"issueDateRange": "11 - 17 July 2026",
"pdf": {
"contentType": "application/pdf",
"contentLength": 227530,
"lastModified": "Mon, 13 Jul 2026 04:41:40 GMT"
}
},
"search": {
"query": "recruitment",
"sourcePageUrl": "https://employmentnews.gov.in/newemp/AllJobs.aspx?k=All"
},
"source": "employmentnews.gov.in",
"scrapedAt": "2026-07-19T23:59:02.119Z"
}

Responsible use

Only collect publicly available job information. Respect Employment News Scraper's applicable terms of service, robots directives, and data-protection requirements, and follow the usage policy of any proxy infrastructure you route through. Do not use this Actor to scrape authenticated pages, to bypass paywalls, or to harvest personal data of candidates or recruiters.

This Actor is part of the jobsapi organisation on Apify — a curated set of job-board scrapers that all share the same conventions (input schema, output schema, validation, and runtime). Each scraper lives under apify.com/jobsapi/<actor-name> and is published from a sibling folder in this workspace.

The full catalogue of jobs scrapers in this workspace:

Global / multi-country

Remote / flexible

United States

United Kingdom & Ireland

Europe

India

Asia-Pacific

MENA

Latin America

Africa

Other / specialised

Browse the full catalogue at apify.com/jobsapi.