PositionProfilePosted event to partners with a Job Posting relationship with the hirer in question.
Use this event to retrieve details of the job ad, which will include:seekHirerJobReferenceseekPostingSourceCode of AdSyncseekCreatedBySelfIndicator of falsequery ($id: String!) {
positionProfile(id: $id) {
seekHirerJobReference
seekCreatedBySelfIndicator
... on PostedPositionProfile {
seekPostingSourceCode
}
}
}seekHirerJobReference to link the existing job ad to the appropriate position in your software,
following our display guidance to ensure the hirer understands where the job ad came from.From here,
your software can surface regular management features on the job ad,
including the ability to edit it.If your software was not already subscribed to the PositionProfilePosted event,
you may backfill events for previously posted job ads to surface and manage them in flow.Follow our position sharing guidance and start synchronising positions via the SEEK API for the hirer in question.Notify SEEK to disable ingestion of the XML or JSON feed.Job ads that were posted via feed ingestion will no longer receive updates.
The hirer will be able to manually edit or close these job ads in your software via the interoperable flow described above, or on the SEEK Employer website.Web scraping makes it challenging to consistently extract a unique position identifier needed for interoperability.
Hirers migrating from web scraping will have more limited options to manage existing job ads.Follow our position sharing guidance and start synchronising positions via the SEEK API for the hirer in question.When a job ad is posted to our employment marketplace,
the SEEK API will emit a PositionProfilePosted event to partners with a Job Posting relationship with the hirer in question.
Use this event to retrieve details of the job ad.Use seekHirerJobReference to link the existing job ad to the appropriate position in your software,
following our display guidance to ensure the hirer understands where the job ad came from.From here,
your software can surface regular management features on the job ad,
including the ability to edit it.Notify SEEK to disable ingestion via web scraping.Job ads that were posted via web scraping will no longer receive updates.
The hirer will be able to manually edit or close these job ads on the SEEK Employer website.