Embed live government job updates on ANY website with just one line of code
<!-- Government Jobs Widget -->
<script src="https://royalbanchers.github.io/Webai-Audit/widget/gov-jobs-widget.js"
data-categories="ssc,upsc,ibps,railway,defence,teaching"
data-style="modern"
data-theme="purple"
data-count="10"></script>
<div id="gov-jobs-widget"></div>
Use a "Custom HTML" block in Gutenberg editor or "HTML" widget in Elementor to paste the code above.
Developers can access our government jobs API directly:
GET https://royalbanchers.github.io/Webai-Audit/api/gov-jobs.json
Returns latest government jobs with filtering options
Parameters:
- category: ssc, upsc, ibps, railway, defence, teaching
- limit: number of results (default: 50)
- last_days: jobs from last N days
Example Response:
{
"success": true,
"jobs": [
{
"id": "ssc-cgl-2025",
"title": "SSC CGL 2025 Notification",
"organization": "SSC",
"category": "ssc",
"posts": "Group B & C",
"vacancies": "17727",
"lastDate": "2025-07-31",
"applyLink": "https://ssc.gov.in",
"notificationPdf": "...",
"updatedAt": "2025-01-15T10:30:00Z"
}
]
}
Configure your widget and copy the embed code
Add the code to any page - works with WordPress, custom sites, more
Jobs update automatically - no maintenance needed!