CreateSourcedJobPostingsInput
Input Object
Input for the createSourcedJobPostings mutation.
Fields
jobPostings [CreateSourcedJobPostingInput!]! Required
Job postings to create.
body SourcedJobPostingBodyInput! Required
Job description.
title String! Required
Job title only. Omit employment type, location, descriptions, and other details.
subtitle String
Job title subheader. Example: "A bright and pleasant workplace"
description String! Required
Job description. Maximum 65,000 bytes (1 byte for ASCII, 2-3 bytes for other characters).
Must match the details at SourcedJobPostingMetadataInput.url and use HTML formatting. For supported elements, see Job description formatting.
descriptionFormatting SourcedJobPostingFormattingType! default:TEXT
Description format. Use RICH_FORMATTING for HTML. HTML has constraints on attributes and element order.
salary SourcedJobPostingSalaryInput
Structured salary information.
hasProbationaryPeriod JobHasProbationaryPeriod! default:UNKNOWN
Whether the job has a probationary period.
probationaryPeriod SourcedJobPostingProbationaryPeriodInput
Probationary period salary (Japan only). Including this for other jobs can cause moderation.
location SourcedJobPostingLocationInput! Required
Job location. For jobs with seats, specify only the country. All seat locations must be in the same country.
benefits [String!]! Required
List of job benefits. Specify each benefit as a separate string. Use an empty list if no non-salary benefits.
metadata SourcedJobPostingMetadataInput! Required
Job posting metadata.
jobSource SourcedJobPostingJobSourceInput! Required
Job source information (company, agency, franchise, and so on).
jobPostingId String! Required
Unique job ID in your ATS (reference number).
For jobs with seats, each seatPostingId becomes the job post reference number. The jobPostingId groups seats that become individual job posts.
jobRequisitionId String
Requisition ID in your ATS. Does not need to be unique.
evergreenRequisitionId String
Evergreen requisition ID in your ATS. Use for recurring postings of the same job.
talentPoolId String
Talent pool ID for tagging applications to this job.
taxonomyClassification SourcedJobPostingTaxonomyInput
Indeed job classification.
datePublished DateTime! Required
Date the job is first published. Only set a future date if Indeed has approved delayed publishing. The date must match the date on your site.
url WebUrl! Required
Job description page URL on your site. To track clicks, include source=Indeed parameter.
numberOfHires Int
Number of positions to fill. Leave null if unknown. Set to -1 if undecided, to be determined later.
expirationDate DateTime
Job expiration date. If set and not updated, the job can be removed from Indeed.
photos [SourcedJobPostingPhotoInput!]
Job photos.
Formats:
image/pngimage/jpegimage/gifimage/webp
Resolution:
- Width: 250 px minimum, 20000 px maximum
- Height: 250 px minimum, 20000 px maximum
File size:
- Minimum: 10 KB
- Maximum: 20 MB
contacts [SourcedJobPostingJobContactInput!]! Required
Job contact information. Requires exactly one contact with contactType containing contact.
billingId String
Client's internal business unit ID.
visibility SourcedJobPostingVisibilityInput
Metadata for job visibility on Indeed search and other job surfaces.
trackingUrl WebUrl
Job view tracking URL for external analytics. Not available in Japan.
applyMethod SourcedJobPostingApplyMethodInput
How to apply to the job.
indeedApply SourcedJobPostingIndeedApplyInput
Apply through Indeed Apply.
Example
{"jobPostings": [CreateSourcedJobPostingInput]}