EmployerJobRoleMetaData
Object
Contains metadata for an EmployerJob.
Fields
dateCreated DateTime! Non-Null
Creation timestamp for the EmployerJob.
isExternalIntegratedJob Boolean
true if the job data comes from an external ATS integrated with Indeed.
false if it comes from external crawling.
null if it is posted directly on Indeed.
Example
{ "dateCreated": "2023-01-01T09:00:00Z", "isExternalIntegratedJob": true}