SourcedJobPostingJobSourceInput
Input Object
Fields
companyName String! Required
Company name.
companyWebsite WebUrl
Company root website (such as https://www.indeed.com). For franchises, use brand website.
sourceName String! Required
Parent organization name. Must be unique.
Subsidiaries or franchises under the same company use the same sourceName.
Each sourceName has one sourceType.
When users claim jobs on Indeed, this field determines which jobs are associated with their account.
sourceType String! Required
Organization type:
Employer- Direct employer, ad agency, or RPOJob Board- Job boardStaffing Agency- Staffing agency or recruitment firm
employerIds [EmployerIdentifiersInput!]
Replaces externalEmployerId and employerKey.
type String! Required
Identifier type.
- Indeed internal clients: See valid types in
EmployerIdentifierType. - Others: Communicated individually.
id ID! Required
ID.
isPlacement Boolean! default:false
Placement business job. When true, sourceType must be Staffing Agency. Default: false.
originFeedSystemName String
Job origin system. Distinguishes multiple job sources from one partner.
Example
{ "companyName": "xyz789", "companyWebsite": "https://www.example.com/jobs", "sourceName": "abc123", "sourceType": "abc123", "employerIds": [EmployerIdentifiersInput], "isPlacement": true, "originFeedSystemName": "abc123"}