This content is still in draft.
Job ads are represented in the SEEK API by
PositionProfile
objects.The position’s profile consists of:
- Information on how to present the position opening to a candidate including its title, description and salary.
- The location and job category of the position. These are displayed to the candidate and help determine the job ad’s price.
- Posting instructions including the SEEK ad product.
You can post a job ad by passing
PositionProfile
data to one of the posting mutations.
This starts an asynchronous process to place a live job ad on the SEEK job board.
Posting typically takes less than a minute after which a PositionProfilePosted
event will be generated.The job ad will remain live until the
end
date specified in the posting instructions.
You can also explicitly close it earlier using the closePostedPositionProfile
mutation .
Once the job ad is closed it will be removed from the SEEK job board.In SEEK Australia & New Zealand 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 query and mutations, you will need to request a partner token.
You can interact with
PositionProfile
objects by:Job Posting
Managing job ads
Managing job ads