SourcedJobPosting
Object
Return type for an accepted job posting.
Accepted jobs are queued for indexing.
Jobs violating Job Posting Standards might not appear on Indeed.
Fields
sourcedPostingId ID! Non-Null
UUID or Indeed Employer Job ID.
Indeed generates this unique ID for each submitted job. Use this ID to expire the posting.
employerJobId ID! Non-Null
The EmployerJob entity ID in base64-encoded IRI format.
Equivalent to sourcedPostingId.
Use to query the posting as an EmployerJob through node and nodes queries.
jobPostKeys SourcedJobPostingKeys! Non-Null
Keys for the job posts created from this posting.
Use these to correlate the posting with Indeed Apply payloads, Job Posts and reporting.
jobKey ID
The job post for a posting submitted without seats.
null on a multi-seat feed. Read seats instead.
seats [SourcedJobPostingSeat!]
One entry per seat, on a multi-seat feed.
null for a posting submitted without seats. Read jobKey instead.
Entries are in the order the seats were submitted. Correlate entries by seatPostingId.
Example
{ "sourcedPostingId": "opaqueId", "employerJobId": "opaqueId", "jobPostKeys": SourcedJobPostingKeys}