For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get SupportGet a demo
  • Get Started
    • Welcome
    • Quickstart
  • Webhooks
    • Introduction
    • Creating a Webhook
    • Available Webhooks
  • Public API Reference (Beta)
    • Applicants/Candidates
    • Contacts/Managers
    • Clients/Departments
  • Internal API Reference
    • Applicants/Candidates
    • Clients/Departments
    • Contacts/Managers
        • GETGet Company
        • GETGet Contact
        • GETGet Job Posting
LogoLogo
Get SupportGet a demo
Internal API ReferenceAIPrompt Metadata

Get Job Posting

GET
https://app.brightmove.com/ATS/app/ai/meta/job/:guid
GET
/ATS/app/ai/meta/job/:guid
$curl https://app.brightmove.com/ATS/app/ai/meta/job/guid
200Retrieved
1{
2 "name": "string",
3 "title": "string",
4 "description": "string",
5 "url": "string",
6 "datePosted": "string",
7 "validThrough": "string",
8 "employmentType": "string",
9 "employmentTypes": [
10 "string"
11 ],
12 "workHours": "string",
13 "jobLocation": "string",
14 "jobLocationAddress": {
15 "streetAddress": "string",
16 "addressLocality": "string",
17 "addressRegion": "string",
18 "postalCode": "string",
19 "addressCountry": "string",
20 "postOfficeBoxNumber": "string",
21 "@type": "string"
22 },
23 "hiringOrganization": {
24 "@context": "string",
25 "@type": "string",
26 "name": "string",
27 "alternateName": "string",
28 "legalName": "string",
29 "url": "string",
30 "logo": "string",
31 "image": "string",
32 "description": "string",
33 "address": {
34 "streetAddress": "string",
35 "addressLocality": "string",
36 "addressRegion": "string",
37 "postalCode": "string",
38 "addressCountry": "string",
39 "postOfficeBoxNumber": "string",
40 "@type": "string"
41 },
42 "contactPoint": {
43 "contactType": "string",
44 "telephone": "string",
45 "email": "string",
46 "url": "string",
47 "availableLanguage": [
48 "string"
49 ],
50 "areaServed": "string",
51 "hoursAvailable": "string",
52 "contactOption": "string",
53 "faxNumber": "string",
54 "@type": "string"
55 },
56 "contactPoints": [
57 {
58 "contactType": "string",
59 "telephone": "string",
60 "email": "string",
61 "url": "string",
62 "availableLanguage": [
63 "string"
64 ],
65 "areaServed": "string",
66 "hoursAvailable": "string",
67 "contactOption": "string",
68 "faxNumber": "string",
69 "@type": "string"
70 }
71 ],
72 "email": "string",
73 "telephone": "string",
74 "faxNumber": "string",
75 "sameAs": [
76 "string"
77 ],
78 "foundingDate": "string",
79 "founder": "string",
80 "numberOfEmployees": "string",
81 "taxID": "string",
82 "vatID": "string",
83 "duns": "string",
84 "naics": "string",
85 "isicV4": "string",
86 "globalLocationNumber": "string",
87 "slogan": "string",
88 "brand": "string",
89 "areaServed": "string",
90 "makesOffer": [
91 "string"
92 ],
93 "member": [
94 "string"
95 ],
96 "parentOrganization": "string",
97 "subOrganization": [
98 "string"
99 ],
100 "department": [
101 "string"
102 ],
103 "award": [
104 "string"
105 ]
106 },
107 "baseSalary": "string",
108 "estimatedSalary": {
109 "currency": "string",
110 "value": "string",
111 "minValue": "string",
112 "maxValue": "string",
113 "unitText": "string",
114 "validFrom": "string",
115 "validThrough": "string",
116 "@context": "string",
117 "@type": "string"
118 },
119 "salaryCurrency": "string",
120 "experienceRequirements": "string",
121 "educationRequirements": "string",
122 "qualifications": "string",
123 "responsibilities": "string",
124 "skills": "string",
125 "skillsList": [
126 "string"
127 ],
128 "industry": "string",
129 "occupationalCategory": "string",
130 "jobBenefits": "string",
131 "benefits": [
132 "string"
133 ],
134 "incentiveCompensation": "string",
135 "jobImmediateStart": "string",
136 "applicationContact": "string",
137 "contactPoint": {
138 "contactType": "string",
139 "telephone": "string",
140 "email": "string",
141 "url": "string",
142 "availableLanguage": [
143 "string"
144 ],
145 "areaServed": "string",
146 "hoursAvailable": "string",
147 "contactOption": "string",
148 "faxNumber": "string",
149 "@type": "string"
150 },
151 "directApply": "string",
152 "totalJobOpenings": "string",
153 "jobStartDate": "string",
154 "specialCommitments": "string",
155 "incentives": "string",
156 "physicalRequirement": "string",
157 "sensoryRequirement": "string",
158 "securityClearanceRequirement": "string",
159 "relevantOccupation": [
160 "string"
161 ],
162 "@context": "string",
163 "@type": "string"
164}
Was this page helpful?
Previous

Get Company

Next
Built with

Path parameters

guidstringRequired

Headers

X-Brightmove-Company-ApiKeystringOptional
X-Brightmove-User-ApiKeystringOptional

Response

OK
namestring
titlestring
descriptionstring
urlstring
datePostedstring
validThroughstring
employmentTypestring
employmentTypeslist of strings
workHoursstring
jobLocationstring
jobLocationAddressobject
hiringOrganizationobject
baseSalarystring
estimatedSalaryobject
salaryCurrencystring
experienceRequirementsstring
educationRequirementsstring
qualificationsstring
responsibilitiesstring
skillsstring
skillsListlist of strings
industrystring
occupationalCategorystring
jobBenefitsstring
benefitslist of strings
incentiveCompensationstring
jobImmediateStartstring
applicationContactstring
contactPointobject
directApplystring
totalJobOpeningsstring
jobStartDatestring
specialCommitmentsstring
incentivesstring
physicalRequirementstring
sensoryRequirementstring
securityClearanceRequirementstring
relevantOccupationlist of strings
@contextstring
@typestring