praxyjobs

Jobs API + open MCP

Evaluate publicly. Build on the production API.

Public jobs from 53 native ATS integrations, with measured corpus stats and source provenance. Inspect the data before you choose a production plan.

$ claude mcp add --transport http praxy-jobs https://jobs-api-stage.up.railway.app/mcp

No key is needed for the MCP server. One line connects your agent to the current index.

Live sample response

A current job from the keyless GET /v1/jobs/previewevaluation endpoint.

{
  "job_key": "ffe6a1e597a8fb927cbb5ee2c1eda24ca3e0fc56",
  "title": "Customer Service Rep(06726) - 788 Fish Creek Thoroughfare",
  "organization": "Domino's",
  "apply_url": "https://api.smartrecruiters.com/v1/companies/Dominos/postings/744000142351799",
  "source": "smartrecruiters",
  "date_posted": "2026-08-08T03:56:30.382000+00:00",
  "locations_derived": [
    {
      "city": "Montgomery",
      "country": "US",
      "country_code": "US",
      "lat": 32.36681,
      "lng": -86.29997
    }
  ],
  "workplace": "on_site"
}

Three incremental feeds

active

New listings by time window. Poll at window cadence — never receive the same job twice.

/v1/feed/active
expired

Closures with timestamps and reasons. Hours-level closure accuracy.

/v1/feed/expired
modified

Field-level changes — exactly which fields changed, plus the updated job.

/v1/feed/modified

Ready for production access?

Starter, Growth, and Scale include the complete REST API and differ by the monthly number of jobs returned. Usage stops at the allowance; there are no automatic overages.

Compare API plans →

Prefer to read first? Read the docs → or grab the OpenAPI spec