Jobs
The granular level job detail data for this company
Last updated
Was this helpful?
Was this helpful?
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
jobsCount
jobs(first: 10, offset: 100) {
city
country
createdAt
description
naicsCode
naicsDescription
onetOccupationCode
onetOccupationName
region
title
uid
updatedAt
zipCode
}
}
}
# variables
{ "domain": "meta.com" }