You're viewing a demo portfolio

Join the waitlist
PRSM

scrape_ats_jobs

Active

Tool of The Mine Works

declared in 1.0.0

Scrape job listings from company ATS boards: Greenhouse, Lever, Workday, and Ashby. No auth required — uses their public job APIs.

Parameters schema

{
  "type": "object",
  "required": [
    "company"
  ],
  "properties": {
    "company": {
      "type": "string",
      "description": "Company slug as used in their ATS URL (e.g. \"stripe\" for boards.greenhouse.io/stripe)"
    },
    "platform": {
      "enum": [
        "greenhouse",
        "lever",
        "workday",
        "ashby",
        "auto"
      ],
      "type": "string",
      "description": "ATS platform (default: auto-detect)"
    },
    "maxResults": {
      "type": "integer",
      "default": 50,
      "description": "Max jobs (default 50)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Mine Works

1/7 registries
View full server →