EmployerJobExternalPostingMetadata
Object
EmployerJob metadata from an external posting source.
Fields
jobPostingId ID
Posting ID for the job, also called referenceNumber or refnum.
jobRequisitionId ID
Requisition ID for the job, also called clientReferenceNumber. This is not ExternalJobPost.id and not a job key.
campaignCategories [String!]! Non-Null
IDs used to group related jobs in sponsored job campaigns.
trackingUrls [WebUrl!]! Non-Null
Tracking URLs for the job.
rawInputLocation String
Raw location string from the job feed, combining street address, city, region, and postal code with commas.
Example (USA): 1600 Pennsylvania Ave, Washington, District of Columbia, 20500 Example (UK): 20 Farringdon Rd, Mayfair, London, W1J Example (Japan): 2-7-2, 100-8994 東京都千代田区丸の内
isIntegratedJob Boolean
Shows that the job came from an integration (XML or API), not from web crawling or direct posting on Indeed.
Example
{ "jobPostingId": "opaqueId", "jobRequisitionId": "opaqueId", "campaignCategories": ["abc123"], "trackingUrls": [ "https://www.example.com/" ], "rawInputLocation": "abc123", "isIntegratedJob": true}