Fetch a company's live job postings from its public Ashby job board by hosted-jobs-page slug (jobs.ashbyhq.com/<slug>). Anonymous, no auth. Returns id, title, team name, location, workplaceType, employmentType and compensationTierSummary. Throws if the slug doesn't resolve to any organization.
Input
slugrequired
Ashby hosted jobs page slug, e.g. "notion" for jobs.ashbyhq.com/notion
Output
jobsrequired
slugrequired
totalrequired
FAQ
Fetch a company's live job postings from its public Ashby job board by hosted-jobs-page slug (jobs.ashbyhq.com/<slug>). Anonymous, no auth. Returns id, title, team name, location, workplaceType, employmentType and compensationTierSummary. Throws if the slug doesn't resolve to any organization.
Required: slug.
It returns jobs, slug, total.
No. It only uses pages of ashbyhq.com that are reachable without signing in.
Unknown: its author has not declared whether it changes anything on ashbyhq.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/ashbyhq.com/get_company_jobs, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/ashbyhq.com/get_company_jobs
It is part of Reduck's official curated catalogue.