Skip to main content

career.list_openings

Overview

  • Lists joinable Business careers/jobs in the world with vacancy counts. The mod picks one and calls career.join.

Metadata

FieldValue
DisplayList Career Openings
Categorycareer
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

  • This command takes no parameters.

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
countintyesNumber of listed openings
openingsarrayyesJoinable Business career openings
openings[].career_entity_identityIdyesCareer (company) entity id
openings[].career_dt_idstringyesCareer data-table id
openings[].job_idstringyesJob id
openings[].job_namestringyesLocalized job display name
openings[].vacancyintyesNumber of empty positions

Usage

await inzoi.cli.execute('career.list_openings');