Skip to content

Masterjx9/OpenPostings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPostings

OpenPostings is an OpenSource ATS job aggregator and application tracking app. It pulls jobs that were posted in the last 24 hours or that has no posted date.

Over 37000+ companies from multiple ATSs all sourced into 1 location!

Over 500000+ fresh jobs on average DAILY!

Youtube Video

OpenPostings Discussion

Diagram

Web UI Screenshot

Features

It combines:

  • A React Native client (Web, Android, Windows)

  • A local Node/Express API

  • A local SQLite database

  • An MCP apply-agent server for agent-assisted workflows

  • Pulls jobs from multiple ATS providers into one local database.

  • Filters postings by search text, ATS, industry, region (AMER/EMEA/APAC), country, state, county, and remote mode.

  • Tracks applied/ignored posting state and application lifecycle status.


Applications


Applications

- Stores applicant profile and MCP agent settings in SQLite. - Exposes MCP tools for **candidate selection, cover-letter drafting, and result recording.**

Supported ATS

Current sync support includes:

  • ADP MyJobs
  • ADP Workforce Now
  • ApplicantAI
  • ApplicantPro
  • ApplyToJob
  • Ashby
  • BambooHR
  • BrassRing
  • BreezyHR
  • CareerPlug
  • CareerPuck
  • CareersPage
  • Dayforce
  • Eightfold
  • Fountain
  • Freshteam
  • Gem
  • Getro
  • Greenhouse
  • Hirebridge
  • HRMDirect
  • iCIMS
  • JobAps
  • Jobvite
  • JOIN
  • Lever
  • Loxo
  • Manatal
  • Oracle Cloud
  • PageUp
  • Paylocity
  • PeopleForce
  • PinpointHQ
  • RecruitCRM
  • Recruitee
  • Rippling
  • SageHR
  • SAP HR Cloud
  • Simplicant
  • Talentlyft
  • TalentReef
  • Taleo
  • Talexio
  • Teamtailor
  • The Applicant Manager
  • UltiPro
  • Workday
  • Zoho

Applications

OVER 37000+ companies in total. All gathered from search engine data like Google and DuckDuckGo and also using subdomain searching techniques and directory searching techniques.
Applications
It pulls in new job data at random from companies and stores it in the database. If the posting has lasted longer than 24 hours in the database its no longer used/deleted.

Windows Installer Setup (Windows 10/11) (Easiest Setup But Still WIP and may have some bugs)

Download the latest installer from the github releases page and run it. It will guide you through installation and setup.

Choose the setup type during install:

  • Typical: Installs the standard OpenPostings app setup (Includes the backend service worker, recommended for most users).
  • Complete: Installs all available OpenPostings features. (Includes the backend service worker and MCP apply agent server, which may not be needed for all users).
  • Custom: Lets you choose exactly which features to install (for example, whether to include the backend service worker and MCP apply agent server).

windows install setup types

Once the installation is complete, you can launch OpenPostings from the start menu.

Docs

Source Installation Setup (Best Stability & Compatibility)

Requirements

Installation

cd OpenPostings
npm install

Quick Start (Web)

Terminal 1:

cd OpenPostings
npm run server

Terminal 2:

cd OpenPostings
npm run web

Access the Web UI

  • http://localhost:8081

Default API base URL behavior:

  • Web/Windows: http://localhost:8787
  • Android emulator: http://10.0.2.2:8787

You can run this Windows or Android as well!

npm run windows (For windows)
npm run android (For Android)

REST API (Summary)

Core:

  • GET /health
  • GET /sync/status
  • POST /sync/ats (?wait=1 optional)
  • POST /sync/workday (alias route)

Postings:

  • GET /postings
  • GET /postings/filter-options
  • POST /postings/ignore

Applications:

  • GET /applications
  • POST /applications
  • PATCH /applications/:id
  • DELETE /applications/:id

Settings:

  • GET /settings/personal-information
  • PUT /settings/personal-information
  • GET /settings/mcp
  • PUT /settings/mcp

MCP helper endpoints:

  • GET /mcp/candidates
  • POST /mcp/cover-letter-draft
  • POST /mcp/applications/complete

MCP Apply Agent Server

You can have Codex/Claude/Gemini/Qwen/LLMs do the following for you:

  • Get your applicantee information get_applicant_context
  • Find the latest relevant jobs for you. find_posting_candidates
  • Apply to those jobs (As long as your LLM model has access to a browser)
  • Build a dynamic cover letter for you that relates to your resume, experience and the job you are applying for. draft_cover_letter
  • Update job application tracking for you. record_application_result

To turn on the MCP server so your model can interact with OpenPostings run:

cd OpenPostings
npm run mcp:apply-agent

MCP server setup for your Codex (If you use a different LLM, ask it to setup an MCP setup for you):

[mcp_servers.openpostings-apply]
command = "node"
args = ['C:\Users\<path to where you cloned the repo>\OpenPostings\server\mcp-apply-server.js']

Security Notes

This is designed for local/self-hosted usage.

  • MCP credentials/settings are stored in local SQLite fields.
  • If you need stricter controls, add OS-level secret storage, DB encryption-at-rest, and tighter filesystem permissions.

About

The OpenSource ATS Aggregator

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors