list_open_jobs
Fetch current job openings from a company's applicant tracking system, returning title, department, location, salary range, and a verification link to the original posting.
Instructions
Every open job at one company, read from its own careers system.
Returns title, department, location, employment type, workplace type, posted date, a parsed salary range where the employer publishes one, and a verify_url pointing at the employer's own advert.
Salaries are refused rather than guessed: an hourly rate, an ambiguous currency, or bands in two currencies all yield no figure, and salary_text keeps whatever the employer actually wrote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum postings to return. | |
| company | Yes | A company's board name ('stripe'), a careers URL ('https://jobs.ashbyhq.com/ramp'), or system:name ('ashby:ramp'). | |
| include_description | No | Include the full job description. Off by default because descriptions are long; email addresses and phone numbers are removed from them either way. |