PositionProfile
objects.
The position’s profile consists of:PositionProfile
data to one of the posting mutations.
This starts an asynchronous process to place a live job ad on the SEEK job board.The majority of job ads are automatically posted within a minute.
However, in certain circumstances SEEK will manually review a job ad before it’s posted.
In either case, a PositionProfilePosted
event will be emitted when the job ad first goes live.While the job ad is live,
most of its fields can be updated, with a PositionProfileUpdated
event emitted.The job ad will automatically close on its scheduled end
date.
If an end date wasn’t specified during posting it will default to the maximum period of 30 days.
Scheduled closure is not instantaneous, and typically occurs within 24 hours.You can explicitly close a job ad earlier using the closePostedPositionProfile
mutation.
Once the job ad is closed it will be removed from the SEEK job board and a PositionProfileClosed
event will be emitted.SEEK job ads are priced for a fixed time period of 30 days.
You can close a job ad earlier but the SEEK hirer will still be charged full price.The PositionProfile
object and its associated candidate applications will remain for 180 days after its close date.
Your software must store any data it needs to access after the 180 day period.Before you can start with job posting queries and mutations, you will need to request a partner token.You can interact with PositionProfile
objects by:PositionProfile
inputPositionProfile
’s dataPositionProfile
input and an existing job ad’s profileId