scrape_ats_jobs
ActiveTool 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)"
}
}
}Parent server
The Mine Works
1/7 registries