Government Jobs Widget for Your Website

Embed live government job updates on ANY website with just one line of code

Configure Your Widget

10 Jobs

Live Preview

SSC CGL 2025
Last Date: 31 July 2025
UPSC IAS 2025
Last Date: 15 Feb 2025
IBPS PO XV
Last Date: 28 Aug 2025

Embed 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>

WordPress Users

Use a "Custom HTML" block in Gutenberg editor or "HTML" widget in Elementor to paste the code above.

API Access for Developers

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"
    }
  ]
}

How It Works

1. Copy Code

Configure your widget and copy the embed code

2. Paste on Your Site

Add the code to any page - works with WordPress, custom sites, more

3. Auto Updates

Jobs update automatically - no maintenance needed!