SSC Job Radar avatar

SSC Job Radar

Pricing

from $0.01 / 1,000 results

Go to Apify Store
SSC Job Radar

SSC Job Radar

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Anuj Arora

Anuj Arora

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 months ago

Last modified

Categories

Share

📡 SSC Job Radar

AI-powered job scanner for Staff Selection Commission (SSC) notifications

Never miss a government job you're eligible for! SSC Job Radar scans the latest SSC.gov.in notices, uses AI to identify job postings, and tells you exactly which ones match your profile.


✨ Features

FeatureDescription
🔍 Smart ScanningAutomatically fetches latest notices from SSC.gov.in
📄 PDF AnalysisExtracts and analyzes content from notification PDFs
🤖 AI ClassificationGoogle Gemini AI identifies job postings vs exam schedules, results, etc.
Eligibility MatchChecks if YOU qualify based on age, qualification, gender & category
💡 RecommendationsPersonalized advice for each job posting
🔒 Cloud ReadyUses residential proxy to work seamlessly on Apify cloud

🚀 Quick Start

1. Get Your Gemini API Key

Get a free API key at Google AI Studio

2. Configure Your Profile

Fill in your details:

  • Age
  • Gender
  • Highest Qualification (10th / 12th / Graduate / Post-Graduate)
  • Category (General / OBC / SC / ST / EWS)

3. Run the Actor

Click Start and let the AI scan for jobs you can apply to!


📥 Input

ParameterTypeRequiredDescription
geminiApiKeystringYour Google Gemini API key
userAgeintegerYour current age (18-65)
userGenderenumMale or Female
userQualificationenum10th, 12th, Graduate, Post-Graduate
userCategoryenumGeneral, OBC, SC, ST, EWS
maxNoticesintegerMax notices to scan (default: 20, max: 100)

📤 Output

Each result includes:

{
"title": "Constable (GD) in CAPFs Examination 2025",
"datePosted": "5 Dec 2025",
"pdfUrl": "https://ssc.gov.in/api/attachment/...",
"noticeType": "JOB_RECRUITMENT",
"isJobPosting": true,
"canApply": true,
"recommendation": "You meet all eligibility criteria. Apply before the deadline!"
}

Dataset Views

  • All Notices - Every notice scanned
  • Job Postings Only - Filtered to actual job recruitments
  • Jobs You Can Apply To - Only eligible jobs for your profile

🎯 Notice Types Detected

TypeDescription
JOB_RECRUITMENTNew job vacancy announcement
EXAM_SCHEDULEExam dates and slot booking
RESULT_ANNOUNCEMENTExam results and cut-offs
ADMIT_CARDHall ticket availability
VACANCY_UPDATEUpdated vacancy count
GENERAL_NOTICEOther announcements

💻 Local Development

# Clone and install
git clone <your-repo>
cd ssc-job-radar
npm install
# Create input file
echo '{"geminiApiKey": "YOUR_KEY", "userAge": 25, "userGender": "Male", "userQualification": "Graduate", "userCategory": "General"}' > storage/key_value_stores/default/INPUT.json
# Run locally
apify run

🛡️ How It Works

┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
SSC.gov.in │────▶│ Playwright │────▶│ PDF Parsing │
│ Notice Board │ │ Browser │ (pdf-parse)
└─────────────────┘ └──────────────┘ └────────┬────────┘
┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
│ Your Results │◀────│ Eligibility │◀────│ Gemini AI
(Dataset) │ │ Check │ │ Classification │
└─────────────────┘ └──────────────┘ └─────────────────┘

📝 License

MIT


🙋 Support

Found a bug or have a suggestion? Open an issue


Built with ❤️ for government job seekers in India