JobPost
Attributes available to JobPost entities in the Knowledge Graph
The Job Post entity type encompasses all job postings found throughout the web and known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
For convenience, a complete ontology source in JSON format is also available here.
New to the Diffbot Knowledge Graph? Start here.
JobPost Fields
JobPost Field Details
Note that certain longer field examples may be truncated for readability.
date
The date when this job is posted online
- Type: DDate
- Example:
{
"date": {
"str": "d2021-09-21",
"precision": 3,
"timestamp": 1632182400000
}
}
employer
The employer of this job
- Type: LinkedEntity
- Example:
{
"employer": {
"summary": "American machine learning and knowledge management company",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmS%3ET2Or%40YgPaG.2Nm",
"types": [
"Organization",
"Corporation",
"Company"
],
"name": "Diffbot",
"diffbotUri": "http://diffbot.com/entity/EYX1i02YVPsuT7fPLUYgRhQ",
"targetDiffbotId": "EYX1i02YVPsuT7fPLUYgRhQ",
"type": "Organization"
}
}
jobCategories
Employment categories for this job post. See the taxonomy `Employment Categories` for possible values.
- Type: LinkedEntity
- Example:
{
"jobCategories": [
{
"name": "Engineering, IT and Software Development",
"diffbotUri": "http://diffbot.com/entity/EphfPPRLfN4yo0a952UCnDA",
"targetDiffbotId": "EphfPPRLfN4yo0a952UCnDA",
"type": "EmploymentCategory"
},
{
"name": "Artificial Intelligence",
"diffbotUri": "http://diffbot.com/entity/ESsRhWRXQP4y38EZrrH8I6A",
"targetDiffbotId": "ESsRhWRXQP4y38EZrrH8I6A",
"type": "EmploymentCategory"
}
]
}
language
Refers to the humanLanguage in which a Job is written
- Type: Language
- Example:
{
"language": {}
}
locations
Locations of the jobs
- Type: Location
- Example:
{
"locations": [
{
"venue": "",
"country": {
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
},
"address": "",
"city": {
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
},
"subregion": {
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
},
"latitude": "",
"precision": "",
"postalCode": "",
"locationType": [],
"surfaceForm": "",
"poBox": "",
"isCurrent": false,
"estimatedValue": {
"currency": "",
"value": ""
},
"occupancyType": "",
"isPrimary": false,
"street": "",
"metroArea": {
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
},
"estimatedEquity": {
"currency": "",
"value": ""
},
"region": {
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
},
"rawAdministrativeArea": {
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
},
"longitude": ""
}
]
}
remote
whether this job is remote, possible values: {REMOTE, NOT_REMOTE, HYBRID, UNDEFINED}
- Type: Remote
- Example:
{
"remote": {}
}
requirements
Description of the job
- Type: String
- Example:
{
"requirements": [
"Masters in Computer Science or equivalent work experience",
"Industry experience designing and developing software",
"Experience implementing the latest machine learning algorithms"
]
}
skills
The list of required skills for this job post
- Type: LinkedEntity
- Example:
{
"skills": [
{
"summary": "",
"image": "",
"images": [
{
"classifications": "",
"fingerprint": "",
"title": "",
"isCached": false,
"url": ""
}
],
"types": "",
"diffbotUri": "",
"name": "",
"targetDiffbotUri": ""
}
]
}
tasks
Description of the job
- Type: String
- Example:
{
"tasks": [
"Improve accuracy of our production machine learning systems by applying the latest published research, feature engineering, and tuning of model hyperparameters",
"Own end-to-end accuracy and performance for our 60+ machine learning problems",
"Be up to date on the latest research publications, and rapidly assess the latest results for production and scalability potential"
]
}
Updated 6 months ago