listOrganizationJobPostings returns a page of current postings. Each page
costs one credit; name/domain resolution costs an additional search credit.
automations/list-apollo-jobs.automation.ts
organization accepts a plain organization ID, { id }, { domain }, or
{ name }. page
defaults to 1; perPage defaults to 100 and permits up to 10,000. Optional
account selects the binding. Returns { jobPostings, hasMore, page, perPage }.
Each posting includes id, title, url, and optional location and posting
timestamps. Apollo supplies no total count, so hasMore is inferred from a full
page.