logiover commited on
Commit
4bf75f9
·
verified ·
1 Parent(s): 2ecc561

Publish sample dataset for usajobs-scraper

Browse files
Files changed (3) hide show
  1. README.md +166 -0
  2. sample.json +1223 -0
  3. sample.parquet +3 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "USAJobs Federal Jobs Scraper"
4
+ tags: [jobs, web-scraping, apify, lead-generation, job]
5
+ size_categories:
6
+ - n<1K
7
+ ---
8
+
9
+ # USAJobs Federal Jobs Scraper
10
+
11
+ Scrape US federal government job announcements from the official USAJobs.gov API — no login, no API key, no blocking. Full hiring details: salary, grade, agency, schedule, clearance, location. Tens of thousands of jobs per run. Schedule it for a fresh federal-jobs feed.
12
+
13
+ ## What the actor scrapes
14
+
15
+ # 🇺🇸 USAJobs Scraper — Federal Government Job Listings Data Scrape **US federal government job announcements** straight from the **official USAJobs.gov API** — no login, no API key, no blocking. This Apify Actor pulls the complete USAJobs Historic JOA dataset: every federal job announcement with full hiring details including salary, grade, agency, work schedule, security clearance, telework eligibility, and location. One run can return **tens of thousands of job announcements**. If you need reli
16
+
17
+ ## Who this is for
18
+
19
+ This sample is useful for anyone working in **jobs, lead generation** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
20
+
21
+ ## Source
22
+
23
+ **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/usajobs-scraper](https://apify.com/logiover/usajobs-scraper)
24
+
25
+ ## Fields
26
+
27
+ - **`controlNumber`** — field captured by the actor
28
+ - **`announcementNumber`** — field captured by the actor
29
+ - **`positionTitle`** — field captured by the actor
30
+ - **`hiringDepartmentName`** — field captured by the actor
31
+ - **`hiringAgencyName`** — field captured by the actor
32
+ - **`hiringSubelementName`** — field captured by the actor
33
+ - **`appointmentType`** — field captured by the actor
34
+ - **`workSchedule`** — field captured by the actor
35
+ - **`serviceType`** — field captured by the actor
36
+ - **`payScale`** — field captured by the actor
37
+ - **`salaryType`** — field captured by the actor
38
+ - **`minimumSalary`** — field captured by the actor
39
+ - **`maximumSalary`** — field captured by the actor
40
+ - **`minimumGrade`** — field captured by the actor
41
+ - **`maximumGrade`** — field captured by the actor
42
+ - **`promotionPotential`** — field captured by the actor
43
+ - **`supervisoryStatus`** — field captured by the actor
44
+ - **`securityClearance`** — field captured by the actor
45
+ - **`travelRequirement`** — field captured by the actor
46
+ - **`teleworkEligible`** — field captured by the actor
47
+ - **`relocationExpensesReimbursed`** — field captured by the actor
48
+ - **`drugTestRequired`** — field captured by the actor
49
+ - **`whoMayApply`** — field captured by the actor
50
+ - **`totalOpenings`** — field captured by the actor
51
+ - **`hiringPaths`** — field captured by the actor
52
+ - **`jobCategorySeries`** — field captured by the actor
53
+ - **`locations`** — field captured by the actor
54
+ - **`positionOpenDate`** — timestamp
55
+ - **`positionCloseDate`** — timestamp
56
+ - **`positionOpeningStatus`** — field captured by the actor
57
+ - **`url`** — canonical URL of the item
58
+ - **`scrapedAt`** — timestamp the row was scraped
59
+
60
+ ## Sample preview
61
+
62
+ ```json
63
+ [
64
+ {
65
+ "controlNumber": 861463600,
66
+ "announcementNumber": "OR-12905018-T5-26-010",
67
+ "positionTitle": "INTERDISCIPLINARY GENERAL ENGINEERING",
68
+ "hiringDepartmentName": "Department of the Air Force",
69
+ "hiringAgencyName": "Air National Guard Units",
70
+ "hiringSubelementName": "173rd Fighter Wing",
71
+ "appointmentType": "Term",
72
+ "workSchedule": "Full-time",
73
+ "serviceType": "Excepted",
74
+ "payScale": "GS",
75
+ "salaryType": "Per Year",
76
+ "minimumSalary": 89508,
77
+ "maximumSalary": 116362,
78
+ "minimumGrade": "12",
79
+ "maximumGrade": "12",
80
+ "promotionPotential": "None",
81
+ "supervisoryStatus": "N",
82
+ "securityClearance": "Secret",
83
+ "travelRequirement": "Occasional travel",
84
+ "teleworkEligible": "N",
85
+ "relocationExpensesReimbursed": "N",
86
+ "drugTestRequired": "N",
87
+ "whoMayApply": null,
88
+ "totalOpenings": "1",
89
+ "hiringPaths": [
90
+ "Federal employees - Excepted service",
91
+ "The public",
92
+ "Veterans"
93
+ ],
94
+ "jobCategorySeries": [
95
+ "0801"
96
+ ],
97
+ "locations": [
98
+ {
99
+ "city": "Kingsley Field",
100
+ "state": "Oregon",
101
+ "country": "United States"
102
+ }
103
+ ],
104
+ "positionOpenDate": "2026-04-02",
105
+ "positionCloseDate": "2026-04-09",
106
+ "positionOpeningStatus": "Applications under review",
107
+ "url": "https://www.usajobs.gov/job/861463600",
108
+ "scrapedAt": "2026-05-14T16:38:57.217Z"
109
+ },
110
+ {
111
+ "controlNumber": 861684000,
112
+ "announcementNumber": "req4167",
113
+ "positionTitle": "Senior Cloud Engineer",
114
+ "hiringDepartmentName": "Legislative Branch",
115
+ "hiringAgencyName": "House of Representatives",
116
+ "hiringSubelementName": null,
117
+ "appointmentType": "Permanent",
118
+ "workSchedule": "Full-time",
119
+ "serviceType": "Excepted",
120
+ "payScale": "HS",
121
+ "salaryType": "Per Year",
122
+ "minimumSalary": 132000,
123
+ "maximumSalary": 150000,
124
+ "minimumGrade": "0",
125
+ "maximumGrade": "0",
126
+ "promotionPotential": "0",
127
+ "supervisoryStatus": "N",
128
+ "securityClearance": "Not Required",
129
+ "travelRequirement": "Not required",
130
+ "teleworkEligible": "N",
131
+ "relocationExpensesReimbursed": "N",
132
+ "drugTestRequired": "N",
133
+ "whoMayApply": null,
134
+ "totalOpenings": "1",
135
+ "hiringPaths": [
136
+ "The public"
137
+ ],
138
+ "jobCategorySeries": [
139
+ "2210"
140
+ ],
141
+ "locations": [
142
+ {
143
+ "city": "Washington",
144
+ "state": "District of Columbia",
145
+ "country": "United States"
146
+ }
147
+ ],
148
+ "positionOpenDate": "2026-04-07",
149
+ "positionCloseDate": "2026-04-07",
150
+ "positionOpeningStatus": "Job closed",
151
+ "url": "https://www.usajobs.gov/job/861684000",
152
+ "scrapedAt": "2026-05-14T16:38:57.288Z"
153
+ }
154
+ ]
155
+ ```
156
+
157
+ ## Snapshot stats
158
+
159
+ - Row count in this sample: **25**
160
+ - Data quality flag at capture time: `EXISTING_USED`
161
+
162
+ ## License & Attribution
163
+
164
+ Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/usajobs-scraper](https://apify.com/logiover/usajobs-scraper).
165
+
166
+ The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
sample.json ADDED
@@ -0,0 +1,1223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "controlNumber": 861463600,
4
+ "announcementNumber": "OR-12905018-T5-26-010",
5
+ "positionTitle": "INTERDISCIPLINARY GENERAL ENGINEERING",
6
+ "hiringDepartmentName": "Department of the Air Force",
7
+ "hiringAgencyName": "Air National Guard Units",
8
+ "hiringSubelementName": "173rd Fighter Wing",
9
+ "appointmentType": "Term",
10
+ "workSchedule": "Full-time",
11
+ "serviceType": "Excepted",
12
+ "payScale": "GS",
13
+ "salaryType": "Per Year",
14
+ "minimumSalary": 89508,
15
+ "maximumSalary": 116362,
16
+ "minimumGrade": "12",
17
+ "maximumGrade": "12",
18
+ "promotionPotential": "None",
19
+ "supervisoryStatus": "N",
20
+ "securityClearance": "Secret",
21
+ "travelRequirement": "Occasional travel",
22
+ "teleworkEligible": "N",
23
+ "relocationExpensesReimbursed": "N",
24
+ "drugTestRequired": "N",
25
+ "whoMayApply": null,
26
+ "totalOpenings": "1",
27
+ "hiringPaths": [
28
+ "Federal employees - Excepted service",
29
+ "The public",
30
+ "Veterans"
31
+ ],
32
+ "jobCategorySeries": [
33
+ "0801"
34
+ ],
35
+ "locations": [
36
+ {
37
+ "city": "Kingsley Field",
38
+ "state": "Oregon",
39
+ "country": "United States"
40
+ }
41
+ ],
42
+ "positionOpenDate": "2026-04-02",
43
+ "positionCloseDate": "2026-04-09",
44
+ "positionOpeningStatus": "Applications under review",
45
+ "url": "https://www.usajobs.gov/job/861463600",
46
+ "scrapedAt": "2026-05-14T16:38:57.217Z"
47
+ },
48
+ {
49
+ "controlNumber": 861684000,
50
+ "announcementNumber": "req4167",
51
+ "positionTitle": "Senior Cloud Engineer",
52
+ "hiringDepartmentName": "Legislative Branch",
53
+ "hiringAgencyName": "House of Representatives",
54
+ "hiringSubelementName": null,
55
+ "appointmentType": "Permanent",
56
+ "workSchedule": "Full-time",
57
+ "serviceType": "Excepted",
58
+ "payScale": "HS",
59
+ "salaryType": "Per Year",
60
+ "minimumSalary": 132000,
61
+ "maximumSalary": 150000,
62
+ "minimumGrade": "0",
63
+ "maximumGrade": "0",
64
+ "promotionPotential": "0",
65
+ "supervisoryStatus": "N",
66
+ "securityClearance": "Not Required",
67
+ "travelRequirement": "Not required",
68
+ "teleworkEligible": "N",
69
+ "relocationExpensesReimbursed": "N",
70
+ "drugTestRequired": "N",
71
+ "whoMayApply": null,
72
+ "totalOpenings": "1",
73
+ "hiringPaths": [
74
+ "The public"
75
+ ],
76
+ "jobCategorySeries": [
77
+ "2210"
78
+ ],
79
+ "locations": [
80
+ {
81
+ "city": "Washington",
82
+ "state": "District of Columbia",
83
+ "country": "United States"
84
+ }
85
+ ],
86
+ "positionOpenDate": "2026-04-07",
87
+ "positionCloseDate": "2026-04-07",
88
+ "positionOpeningStatus": "Job closed",
89
+ "url": "https://www.usajobs.gov/job/861684000",
90
+ "scrapedAt": "2026-05-14T16:38:57.288Z"
91
+ },
92
+ {
93
+ "controlNumber": 862692400,
94
+ "announcementNumber": "ST-12922616-26-CD",
95
+ "positionTitle": "SUPV GENERAL ENGINEER",
96
+ "hiringDepartmentName": "Department of the Navy",
97
+ "hiringAgencyName": "United States Fleet Forces Command",
98
+ "hiringSubelementName": null,
99
+ "appointmentType": "Permanent",
100
+ "workSchedule": "Full-time",
101
+ "serviceType": "Competitive",
102
+ "payScale": "GS",
103
+ "salaryType": "Per Year",
104
+ "minimumSalary": 127646,
105
+ "maximumSalary": 165945,
106
+ "minimumGrade": "14",
107
+ "maximumGrade": "14",
108
+ "promotionPotential": "14",
109
+ "supervisoryStatus": "Y",
110
+ "securityClearance": "Secret",
111
+ "travelRequirement": "Occasional travel",
112
+ "teleworkEligible": "N",
113
+ "relocationExpensesReimbursed": "N",
114
+ "drugTestRequired": "N",
115
+ "whoMayApply": null,
116
+ "totalOpenings": "1",
117
+ "hiringPaths": [
118
+ "Internal to an agency",
119
+ "Career transition (CTAP, ICTAP, RPL)",
120
+ "Land and base management",
121
+ "Special authorities",
122
+ "Veterans",
123
+ "Individuals with disabilities",
124
+ "Military spouses"
125
+ ],
126
+ "jobCategorySeries": [
127
+ "0801"
128
+ ],
129
+ "locations": [
130
+ {
131
+ "city": "Naval Base, Norfolk",
132
+ "state": "Virginia",
133
+ "country": "United States"
134
+ }
135
+ ],
136
+ "positionOpenDate": "2026-04-01",
137
+ "positionCloseDate": "2026-04-06",
138
+ "positionOpeningStatus": "Job closed",
139
+ "url": "https://www.usajobs.gov/job/862692400",
140
+ "scrapedAt": "2026-05-14T16:38:57.322Z"
141
+ },
142
+ {
143
+ "controlNumber": 862876300,
144
+ "announcementNumber": "ST-12920802-26-TAF",
145
+ "positionTitle": "ENVIRONMENTAL ENGINEER",
146
+ "hiringDepartmentName": "Department of the Navy",
147
+ "hiringAgencyName": "Naval Facilities Engineering Systems Command",
148
+ "hiringSubelementName": null,
149
+ "appointmentType": "Permanent",
150
+ "workSchedule": "Full-time",
151
+ "serviceType": "Competitive",
152
+ "payScale": "GS",
153
+ "salaryType": "Per Year",
154
+ "minimumSalary": 106437,
155
+ "maximumSalary": 138370,
156
+ "minimumGrade": "13",
157
+ "maximumGrade": "13",
158
+ "promotionPotential": "13",
159
+ "supervisoryStatus": "N",
160
+ "securityClearance": "Secret",
161
+ "travelRequirement": "Occasional travel",
162
+ "teleworkEligible": "N",
163
+ "relocationExpensesReimbursed": "N",
164
+ "drugTestRequired": "N",
165
+ "whoMayApply": null,
166
+ "totalOpenings": "1",
167
+ "hiringPaths": [
168
+ "Internal to an agency",
169
+ "Career transition (CTAP, ICTAP, RPL)",
170
+ "Land and base management",
171
+ "Special authorities",
172
+ "Veterans",
173
+ "Individuals with disabilities",
174
+ "Military spouses"
175
+ ],
176
+ "jobCategorySeries": [
177
+ "0819"
178
+ ],
179
+ "locations": [
180
+ {
181
+ "city": "Naval Air Station Jacksonville",
182
+ "state": "Florida",
183
+ "country": "United States"
184
+ }
185
+ ],
186
+ "positionOpenDate": "2026-04-01",
187
+ "positionCloseDate": "2026-04-15",
188
+ "positionOpeningStatus": "Applications under review",
189
+ "url": "https://www.usajobs.gov/job/862876300",
190
+ "scrapedAt": "2026-05-14T16:38:57.380Z"
191
+ },
192
+ {
193
+ "controlNumber": 862917100,
194
+ "announcementNumber": "DFAS-DHA-ML-12912898-26",
195
+ "positionTitle": "Senior Systems Engineer / Architect",
196
+ "hiringDepartmentName": "Department of Defense",
197
+ "hiringAgencyName": "Defense Finance and Accounting Service",
198
+ "hiringSubelementName": "IT DIR OFFICE, ACCOUNTING SERVICES, MOCAS SYSTEM, MOCAS PROGRAMMING BRANCH, ZTCEB",
199
+ "appointmentType": "Permanent",
200
+ "workSchedule": "Full-time",
201
+ "serviceType": "Competitive",
202
+ "payScale": "GS",
203
+ "salaryType": "Per Year",
204
+ "minimumSalary": 90341,
205
+ "maximumSalary": 143051,
206
+ "minimumGrade": "12",
207
+ "maximumGrade": "13",
208
+ "promotionPotential": "13",
209
+ "supervisoryStatus": "N",
210
+ "securityClearance": "Secret",
211
+ "travelRequirement": "Occasional travel",
212
+ "teleworkEligible": "N",
213
+ "relocationExpensesReimbursed": "N",
214
+ "drugTestRequired": "N",
215
+ "whoMayApply": null,
216
+ "totalOpenings": "1",
217
+ "hiringPaths": [
218
+ "The public"
219
+ ],
220
+ "jobCategorySeries": [
221
+ "2210"
222
+ ],
223
+ "locations": [
224
+ {
225
+ "city": "Indianapolis",
226
+ "state": "Indiana",
227
+ "country": "United States"
228
+ },
229
+ {
230
+ "city": "Cleveland",
231
+ "state": "Ohio",
232
+ "country": "United States"
233
+ },
234
+ {
235
+ "city": "Columbus",
236
+ "state": "Ohio",
237
+ "country": "United States"
238
+ }
239
+ ],
240
+ "positionOpenDate": "2026-04-01",
241
+ "positionCloseDate": "2026-04-15",
242
+ "positionOpeningStatus": "Applications under review",
243
+ "url": "https://www.usajobs.gov/job/862917100",
244
+ "scrapedAt": "2026-05-14T16:38:57.413Z"
245
+ },
246
+ {
247
+ "controlNumber": 862920200,
248
+ "announcementNumber": "AAL-ATO-26-AKRBW-97787",
249
+ "positionTitle": "Lead General Engineer",
250
+ "hiringDepartmentName": "Department of Transportation",
251
+ "hiringAgencyName": "Federal Aviation Administration",
252
+ "hiringSubelementName": "ATO, Technical Operations, Facilities and Eng, WSA Eng SVC Communications Eng Center, AJW-2W13A",
253
+ "appointmentType": "Permanent",
254
+ "workSchedule": "Full-time",
255
+ "serviceType": "Excepted",
256
+ "payScale": "FV",
257
+ "salaryType": "Per Year",
258
+ "minimumSalary": 126389,
259
+ "maximumSalary": 195942,
260
+ "minimumGrade": "J",
261
+ "maximumGrade": "J",
262
+ "promotionPotential": "NA",
263
+ "supervisoryStatus": "N",
264
+ "securityClearance": "Not Required",
265
+ "travelRequirement": "50% or less",
266
+ "teleworkEligible": "N",
267
+ "relocationExpensesReimbursed": "N",
268
+ "drugTestRequired": "N",
269
+ "whoMayApply": null,
270
+ "totalOpenings": "1",
271
+ "hiringPaths": [
272
+ "Internal to an agency"
273
+ ],
274
+ "jobCategorySeries": [
275
+ "0801"
276
+ ],
277
+ "locations": [
278
+ {
279
+ "city": "Anchorage",
280
+ "state": "Alaska",
281
+ "country": "United States"
282
+ }
283
+ ],
284
+ "positionOpenDate": "2026-04-06",
285
+ "positionCloseDate": "2026-04-15",
286
+ "positionOpeningStatus": "Applications under review",
287
+ "url": "https://www.usajobs.gov/job/862920200",
288
+ "scrapedAt": "2026-05-14T16:38:57.456Z"
289
+ },
290
+ {
291
+ "controlNumber": 862974700,
292
+ "announcementNumber": "ST-12920456-26-TG",
293
+ "positionTitle": "SUPERVISORY ENGINEERING TECHNICIAN",
294
+ "hiringDepartmentName": "Department of the Navy",
295
+ "hiringAgencyName": "U.S. Pacific Fleet",
296
+ "hiringSubelementName": null,
297
+ "appointmentType": "Permanent",
298
+ "workSchedule": "Full-time",
299
+ "serviceType": "Competitive",
300
+ "payScale": "GS",
301
+ "salaryType": "Per Year",
302
+ "minimumSalary": 106437,
303
+ "maximumSalary": 138370,
304
+ "minimumGrade": "13",
305
+ "maximumGrade": "13",
306
+ "promotionPotential": "13",
307
+ "supervisoryStatus": "Y",
308
+ "securityClearance": "Secret",
309
+ "travelRequirement": "Occasional travel",
310
+ "teleworkEligible": "N",
311
+ "relocationExpensesReimbursed": "N",
312
+ "drugTestRequired": "N",
313
+ "whoMayApply": null,
314
+ "totalOpenings": "1",
315
+ "hiringPaths": [
316
+ "Federal employees - Competitive service",
317
+ "Career transition (CTAP, ICTAP, RPL)",
318
+ "Land and base management",
319
+ "Special authorities",
320
+ "Veterans",
321
+ "Individuals with disabilities",
322
+ "Military spouses"
323
+ ],
324
+ "jobCategorySeries": [
325
+ "0802"
326
+ ],
327
+ "locations": [
328
+ {
329
+ "city": "Piti",
330
+ "state": "Guam",
331
+ "country": "United States"
332
+ }
333
+ ],
334
+ "positionOpenDate": "2026-04-01",
335
+ "positionCloseDate": "2026-04-08",
336
+ "positionOpeningStatus": "Applications under review",
337
+ "url": "https://www.usajobs.gov/job/862974700",
338
+ "scrapedAt": "2026-05-14T16:38:57.491Z"
339
+ },
340
+ {
341
+ "controlNumber": 863021200,
342
+ "announcementNumber": "MCGN-26-12914263-MP",
343
+ "positionTitle": "Engineering Technician",
344
+ "hiringDepartmentName": "Department of the Army",
345
+ "hiringAgencyName": "U.S. Army Communications Electronics Command",
346
+ "hiringSubelementName": "Tobyhanna Army Depot",
347
+ "appointmentType": "Permanent",
348
+ "workSchedule": "Full-time",
349
+ "serviceType": "Competitive",
350
+ "payScale": "GS",
351
+ "salaryType": "Per Year",
352
+ "minimumSalary": 59465,
353
+ "maximumSalary": 77306,
354
+ "minimumGrade": "7",
355
+ "maximumGrade": "7",
356
+ "promotionPotential": "9",
357
+ "supervisoryStatus": "N",
358
+ "securityClearance": "Not Required",
359
+ "travelRequirement": "Occasional travel",
360
+ "teleworkEligible": "N",
361
+ "relocationExpensesReimbursed": "N",
362
+ "drugTestRequired": "N",
363
+ "whoMayApply": null,
364
+ "totalOpenings": "1",
365
+ "hiringPaths": [
366
+ "Federal employees - Competitive service",
367
+ "Career transition (CTAP, ICTAP, RPL)",
368
+ "Land and base management",
369
+ "Veterans",
370
+ "Military spouses"
371
+ ],
372
+ "jobCategorySeries": [
373
+ "0802"
374
+ ],
375
+ "locations": [
376
+ {
377
+ "city": "Tobyhanna",
378
+ "state": "Pennsylvania",
379
+ "country": "United States"
380
+ }
381
+ ],
382
+ "positionOpenDate": "2026-04-01",
383
+ "positionCloseDate": "2026-04-06",
384
+ "positionOpeningStatus": "Applications under review",
385
+ "url": "https://www.usajobs.gov/job/863021200",
386
+ "scrapedAt": "2026-05-14T16:38:57.528Z"
387
+ },
388
+ {
389
+ "controlNumber": 863021900,
390
+ "announcementNumber": "ST-12923072-26-ERS",
391
+ "positionTitle": "SUPERVISORY GENERAL ENGINEER/ARCHITECT",
392
+ "hiringDepartmentName": "Department of the Navy",
393
+ "hiringAgencyName": "Commander, Navy Installations Command",
394
+ "hiringSubelementName": null,
395
+ "appointmentType": "Permanent",
396
+ "workSchedule": "Full-time",
397
+ "serviceType": "Competitive",
398
+ "payScale": "GS",
399
+ "salaryType": "Per Year",
400
+ "minimumSalary": 125776,
401
+ "maximumSalary": 163514,
402
+ "minimumGrade": "14",
403
+ "maximumGrade": "14",
404
+ "promotionPotential": "None",
405
+ "supervisoryStatus": "Y",
406
+ "securityClearance": "Secret",
407
+ "travelRequirement": "Occasional travel",
408
+ "teleworkEligible": "N",
409
+ "relocationExpensesReimbursed": "N",
410
+ "drugTestRequired": "N",
411
+ "whoMayApply": null,
412
+ "totalOpenings": null,
413
+ "hiringPaths": [
414
+ "Internal to an agency",
415
+ "Career transition (CTAP, ICTAP, RPL)",
416
+ "Land and base management",
417
+ "Special authorities",
418
+ "Veterans",
419
+ "Individuals with disabilities",
420
+ "Military spouses"
421
+ ],
422
+ "jobCategorySeries": [
423
+ "0808",
424
+ "0801"
425
+ ],
426
+ "locations": [
427
+ {
428
+ "city": "Kings Bay Naval Base",
429
+ "state": "Georgia",
430
+ "country": "United States"
431
+ }
432
+ ],
433
+ "positionOpenDate": "2026-04-02",
434
+ "positionCloseDate": "2026-04-08",
435
+ "positionOpeningStatus": "Job closed",
436
+ "url": "https://www.usajobs.gov/job/863021900",
437
+ "scrapedAt": "2026-05-14T16:38:57.579Z"
438
+ },
439
+ {
440
+ "controlNumber": 863026800,
441
+ "announcementNumber": "ST-12924136-26-MAR",
442
+ "positionTitle": "SUPERVISORY GENERAL ENGINEER/ARCHITECT",
443
+ "hiringDepartmentName": "Department of the Navy",
444
+ "hiringAgencyName": "Naval Facilities Engineering Systems Command",
445
+ "hiringSubelementName": null,
446
+ "appointmentType": "Permanent",
447
+ "workSchedule": "Full-time",
448
+ "serviceType": "Competitive",
449
+ "payScale": "GS",
450
+ "salaryType": "Per Year",
451
+ "minimumSalary": 108019,
452
+ "maximumSalary": 140426,
453
+ "minimumGrade": "13",
454
+ "maximumGrade": "13",
455
+ "promotionPotential": "13",
456
+ "supervisoryStatus": "Y",
457
+ "securityClearance": "Secret",
458
+ "travelRequirement": "Occasional travel",
459
+ "teleworkEligible": "N",
460
+ "relocationExpensesReimbursed": "N",
461
+ "drugTestRequired": "N",
462
+ "whoMayApply": null,
463
+ "totalOpenings": null,
464
+ "hiringPaths": [
465
+ "Internal to an agency",
466
+ "Career transition (CTAP, ICTAP, RPL)",
467
+ "Land and base management",
468
+ "Special authorities",
469
+ "Veterans",
470
+ "Individuals with disabilities",
471
+ "Military spouses"
472
+ ],
473
+ "jobCategorySeries": [
474
+ "0808",
475
+ "0801"
476
+ ],
477
+ "locations": [
478
+ {
479
+ "city": "Naval Shipyard, Portsmouth",
480
+ "state": "Virginia",
481
+ "country": "United States"
482
+ }
483
+ ],
484
+ "positionOpenDate": "2026-04-03",
485
+ "positionCloseDate": "2026-04-10",
486
+ "positionOpeningStatus": "Applications under review",
487
+ "url": "https://www.usajobs.gov/job/863026800",
488
+ "scrapedAt": "2026-05-14T16:38:57.627Z"
489
+ },
490
+ {
491
+ "controlNumber": 863118600,
492
+ "announcementNumber": "ST-12925116-26-KTL",
493
+ "positionTitle": "INTERDISCIPLINARY ENGINEER/SCIENTIST",
494
+ "hiringDepartmentName": "Department of the Navy",
495
+ "hiringAgencyName": "Naval Air Systems Command",
496
+ "hiringSubelementName": null,
497
+ "appointmentType": "Permanent",
498
+ "workSchedule": "Full-time",
499
+ "serviceType": "Competitive",
500
+ "payScale": "DP",
501
+ "salaryType": "Per Year",
502
+ "minimumSalary": 143913,
503
+ "maximumSalary": 197200,
504
+ "minimumGrade": "5",
505
+ "maximumGrade": "5",
506
+ "promotionPotential": "5",
507
+ "supervisoryStatus": "N",
508
+ "securityClearance": "Sensitive Compartmented Information",
509
+ "travelRequirement": "Not required",
510
+ "teleworkEligible": "N",
511
+ "relocationExpensesReimbursed": "N",
512
+ "drugTestRequired": "N",
513
+ "whoMayApply": null,
514
+ "totalOpenings": null,
515
+ "hiringPaths": [
516
+ "Internal to an agency",
517
+ "Career transition (CTAP, ICTAP, RPL)",
518
+ "Land and base management",
519
+ "Special authorities",
520
+ "Veterans",
521
+ "Individuals with disabilities",
522
+ "Military spouses"
523
+ ],
524
+ "jobCategorySeries": [
525
+ "1550",
526
+ "0801"
527
+ ],
528
+ "locations": [
529
+ {
530
+ "city": "Saint Inigoes",
531
+ "state": "Maryland",
532
+ "country": "United States"
533
+ }
534
+ ],
535
+ "positionOpenDate": "2026-04-03",
536
+ "positionCloseDate": "2026-04-09",
537
+ "positionOpeningStatus": "Applications under review",
538
+ "url": "https://www.usajobs.gov/job/863118600",
539
+ "scrapedAt": "2026-05-14T16:38:57.663Z"
540
+ },
541
+ {
542
+ "controlNumber": 863119600,
543
+ "announcementNumber": "AFMC-12924896-233240-9R-BCE",
544
+ "positionTitle": "CIVIL ENGINEER",
545
+ "hiringDepartmentName": "Department of the Air Force",
546
+ "hiringAgencyName": "Headquarters, Air Force Reserve Command",
547
+ "hiringSubelementName": null,
548
+ "appointmentType": "Permanent",
549
+ "workSchedule": "Full-time",
550
+ "serviceType": "Competitive",
551
+ "payScale": "GS",
552
+ "salaryType": "Per Year",
553
+ "minimumSalary": 106437,
554
+ "maximumSalary": 138370,
555
+ "minimumGrade": "13",
556
+ "maximumGrade": "13",
557
+ "promotionPotential": "13",
558
+ "supervisoryStatus": "N",
559
+ "securityClearance": "Other",
560
+ "travelRequirement": "Occasional travel",
561
+ "teleworkEligible": "N",
562
+ "relocationExpensesReimbursed": "N",
563
+ "drugTestRequired": "N",
564
+ "whoMayApply": null,
565
+ "totalOpenings": "FEW",
566
+ "hiringPaths": [
567
+ "Federal employees - Competitive service",
568
+ "Internal to an agency",
569
+ "Career transition (CTAP, ICTAP, RPL)",
570
+ "Land and base management",
571
+ "Veterans",
572
+ "National Guard and reserves",
573
+ "Military spouses"
574
+ ],
575
+ "jobCategorySeries": [
576
+ "0810"
577
+ ],
578
+ "locations": [
579
+ {
580
+ "city": "Robins AFB",
581
+ "state": "Georgia",
582
+ "country": "United States"
583
+ }
584
+ ],
585
+ "positionOpenDate": "2026-04-01",
586
+ "positionCloseDate": "2026-04-08",
587
+ "positionOpeningStatus": "Applications under review",
588
+ "url": "https://www.usajobs.gov/job/863119600",
589
+ "scrapedAt": "2026-05-14T16:38:57.699Z"
590
+ },
591
+ {
592
+ "controlNumber": 863203700,
593
+ "announcementNumber": "ST-12922572-26-CMG",
594
+ "positionTitle": "ELECTRICAL ENGINEER",
595
+ "hiringDepartmentName": "Department of the Navy",
596
+ "hiringAgencyName": "Naval Sea Systems Command",
597
+ "hiringSubelementName": null,
598
+ "appointmentType": "Permanent",
599
+ "workSchedule": "Full-time",
600
+ "serviceType": "Competitive",
601
+ "payScale": "NH",
602
+ "salaryType": "Per Year",
603
+ "minimumSalary": 143913,
604
+ "maximumSalary": 197200,
605
+ "minimumGrade": "4",
606
+ "maximumGrade": "4",
607
+ "promotionPotential": "None",
608
+ "supervisoryStatus": "N",
609
+ "securityClearance": "Secret",
610
+ "travelRequirement": "25% or less",
611
+ "teleworkEligible": "N",
612
+ "relocationExpensesReimbursed": "N",
613
+ "drugTestRequired": "N",
614
+ "whoMayApply": null,
615
+ "totalOpenings": "2",
616
+ "hiringPaths": [
617
+ "Internal to an agency",
618
+ "Career transition (CTAP, ICTAP, RPL)",
619
+ "Land and base management",
620
+ "Special authorities",
621
+ "Veterans",
622
+ "Individuals with disabilities",
623
+ "Military spouses"
624
+ ],
625
+ "jobCategorySeries": [
626
+ "0850"
627
+ ],
628
+ "locations": [
629
+ {
630
+ "city": "Washington Navy Yard",
631
+ "state": "District of Columbia",
632
+ "country": "United States"
633
+ }
634
+ ],
635
+ "positionOpenDate": "2026-04-01",
636
+ "positionCloseDate": "2026-04-10",
637
+ "positionOpeningStatus": "Applications under review",
638
+ "url": "https://www.usajobs.gov/job/863203700",
639
+ "scrapedAt": "2026-05-14T16:38:57.732Z"
640
+ },
641
+ {
642
+ "controlNumber": 863207300,
643
+ "announcementNumber": "5A-AFPC-12925463-226739-JTG",
644
+ "positionTitle": "ENGINEERING TECHNICIAN",
645
+ "hiringDepartmentName": "Department of the Air Force",
646
+ "hiringAgencyName": "Air Education and Training Command",
647
+ "hiringSubelementName": null,
648
+ "appointmentType": "Permanent",
649
+ "workSchedule": "Full-time",
650
+ "serviceType": "Competitive",
651
+ "payScale": "GS",
652
+ "salaryType": "Per Year",
653
+ "minimumSalary": 74678,
654
+ "maximumSalary": 97087,
655
+ "minimumGrade": "11",
656
+ "maximumGrade": "11",
657
+ "promotionPotential": "None",
658
+ "supervisoryStatus": "N",
659
+ "securityClearance": "Secret",
660
+ "travelRequirement": "Occasional travel",
661
+ "teleworkEligible": "N",
662
+ "relocationExpensesReimbursed": "N",
663
+ "drugTestRequired": "N",
664
+ "whoMayApply": null,
665
+ "totalOpenings": "FEW",
666
+ "hiringPaths": [
667
+ "Federal employees - Competitive service",
668
+ "Federal employees - Excepted service",
669
+ "Career transition (CTAP, ICTAP, RPL)",
670
+ "Land and base management",
671
+ "Veterans",
672
+ "Military spouses"
673
+ ],
674
+ "jobCategorySeries": [
675
+ "0802"
676
+ ],
677
+ "locations": [
678
+ {
679
+ "city": "Goodfellow AFB",
680
+ "state": "Texas",
681
+ "country": "United States"
682
+ }
683
+ ],
684
+ "positionOpenDate": "2026-04-01",
685
+ "positionCloseDate": "2026-04-07",
686
+ "positionOpeningStatus": "Applications under review",
687
+ "url": "https://www.usajobs.gov/job/863207300",
688
+ "scrapedAt": "2026-05-14T16:38:57.768Z"
689
+ },
690
+ {
691
+ "controlNumber": 863217800,
692
+ "announcementNumber": "ST-12923705-26-BMB",
693
+ "positionTitle": "SUPERVISORY GENERAL ENGINEER",
694
+ "hiringDepartmentName": "Department of the Navy",
695
+ "hiringAgencyName": "United States Fleet Forces Command",
696
+ "hiringSubelementName": null,
697
+ "appointmentType": "Permanent",
698
+ "workSchedule": "Full-time",
699
+ "serviceType": "Competitive",
700
+ "payScale": "GS",
701
+ "salaryType": "Per Year",
702
+ "minimumSalary": 125776,
703
+ "maximumSalary": 163514,
704
+ "minimumGrade": "14",
705
+ "maximumGrade": "14",
706
+ "promotionPotential": "None",
707
+ "supervisoryStatus": "Y",
708
+ "securityClearance": "Top Secret",
709
+ "travelRequirement": "25% or less",
710
+ "teleworkEligible": "N",
711
+ "relocationExpensesReimbursed": "N",
712
+ "drugTestRequired": "N",
713
+ "whoMayApply": null,
714
+ "totalOpenings": "1",
715
+ "hiringPaths": [
716
+ "Internal to an agency",
717
+ "Career transition (CTAP, ICTAP, RPL)",
718
+ "Land and base management",
719
+ "Special authorities",
720
+ "Veterans",
721
+ "Individuals with disabilities",
722
+ "Military spouses"
723
+ ],
724
+ "jobCategorySeries": [
725
+ "0801"
726
+ ],
727
+ "locations": [
728
+ {
729
+ "city": "Stennis Space Center",
730
+ "state": "Mississippi",
731
+ "country": "United States"
732
+ }
733
+ ],
734
+ "positionOpenDate": "2026-04-01",
735
+ "positionCloseDate": "2026-04-06",
736
+ "positionOpeningStatus": "Applications under review",
737
+ "url": "https://www.usajobs.gov/job/863217800",
738
+ "scrapedAt": "2026-05-14T16:38:57.815Z"
739
+ },
740
+ {
741
+ "controlNumber": 863233800,
742
+ "announcementNumber": "ST-12922458-26-JMP",
743
+ "positionTitle": "GENERAL ENGINEER",
744
+ "hiringDepartmentName": "Department of the Navy",
745
+ "hiringAgencyName": "U.S. Pacific Fleet",
746
+ "hiringSubelementName": null,
747
+ "appointmentType": "Permanent",
748
+ "workSchedule": "Full-time",
749
+ "serviceType": "Competitive",
750
+ "payScale": "GS",
751
+ "salaryType": "Per Year",
752
+ "minimumSalary": 95994,
753
+ "maximumSalary": 124031,
754
+ "minimumGrade": "12",
755
+ "maximumGrade": "12",
756
+ "promotionPotential": "12",
757
+ "supervisoryStatus": "N",
758
+ "securityClearance": "Secret",
759
+ "travelRequirement": "Occasional travel",
760
+ "teleworkEligible": "N",
761
+ "relocationExpensesReimbursed": "N",
762
+ "drugTestRequired": "N",
763
+ "whoMayApply": null,
764
+ "totalOpenings": "2",
765
+ "hiringPaths": [
766
+ "Internal to an agency",
767
+ "Career transition (CTAP, ICTAP, RPL)",
768
+ "Land and base management",
769
+ "Special authorities",
770
+ "Veterans",
771
+ "Individuals with disabilities",
772
+ "Military spouses"
773
+ ],
774
+ "jobCategorySeries": [
775
+ "0801"
776
+ ],
777
+ "locations": [
778
+ {
779
+ "city": "Pearl Harbor Naval Base, Oahu",
780
+ "state": "Hawaii",
781
+ "country": "United States"
782
+ }
783
+ ],
784
+ "positionOpenDate": "2026-04-01",
785
+ "positionCloseDate": "2026-04-10",
786
+ "positionOpeningStatus": "Applications under review",
787
+ "url": "https://www.usajobs.gov/job/863233800",
788
+ "scrapedAt": "2026-05-14T16:38:57.847Z"
789
+ },
790
+ {
791
+ "controlNumber": 863237900,
792
+ "announcementNumber": "ST-12924290-26-WTP",
793
+ "positionTitle": "ENGINEERING TECHNICIAN",
794
+ "hiringDepartmentName": "Department of the Navy",
795
+ "hiringAgencyName": "Naval Facilities Engineering Systems Command",
796
+ "hiringSubelementName": null,
797
+ "appointmentType": "Permanent",
798
+ "workSchedule": "Full-time",
799
+ "serviceType": "Competitive",
800
+ "payScale": "GS",
801
+ "salaryType": "Per Year",
802
+ "minimumSalary": 75788,
803
+ "maximumSalary": 98530,
804
+ "minimumGrade": "11",
805
+ "maximumGrade": "11",
806
+ "promotionPotential": "11",
807
+ "supervisoryStatus": "N",
808
+ "securityClearance": "Secret",
809
+ "travelRequirement": "Occasional travel",
810
+ "teleworkEligible": "N",
811
+ "relocationExpensesReimbursed": "N",
812
+ "drugTestRequired": "N",
813
+ "whoMayApply": null,
814
+ "totalOpenings": "1",
815
+ "hiringPaths": [
816
+ "Internal to an agency",
817
+ "Career transition (CTAP, ICTAP, RPL)",
818
+ "Land and base management",
819
+ "Special authorities",
820
+ "Veterans",
821
+ "Individuals with disabilities",
822
+ "Military spouses"
823
+ ],
824
+ "jobCategorySeries": [
825
+ "0802"
826
+ ],
827
+ "locations": [
828
+ {
829
+ "city": "Naval Shipyard, Portsmouth",
830
+ "state": "Virginia",
831
+ "country": "United States"
832
+ }
833
+ ],
834
+ "positionOpenDate": "2026-04-01",
835
+ "positionCloseDate": "2026-04-07",
836
+ "positionOpeningStatus": "Applications under review",
837
+ "url": "https://www.usajobs.gov/job/863237900",
838
+ "scrapedAt": "2026-05-14T16:38:57.879Z"
839
+ },
840
+ {
841
+ "controlNumber": 863248000,
842
+ "announcementNumber": "9P-ARTE-12925982-149890-SLG",
843
+ "positionTitle": "FLIGHT ENGINEER (INSTRUCTOR)",
844
+ "hiringDepartmentName": "Department of the Air Force",
845
+ "hiringAgencyName": "Headquarters, Air Force Reserve Command",
846
+ "hiringSubelementName": null,
847
+ "appointmentType": "Permanent",
848
+ "workSchedule": "Full-time",
849
+ "serviceType": "Competitive",
850
+ "payScale": "GS",
851
+ "salaryType": "Per Year",
852
+ "minimumSalary": 68968,
853
+ "maximumSalary": 89654,
854
+ "minimumGrade": "10",
855
+ "maximumGrade": "10",
856
+ "promotionPotential": "10",
857
+ "supervisoryStatus": "N",
858
+ "securityClearance": "Secret",
859
+ "travelRequirement": "Occasional travel",
860
+ "teleworkEligible": "N",
861
+ "relocationExpensesReimbursed": "N",
862
+ "drugTestRequired": "N",
863
+ "whoMayApply": null,
864
+ "totalOpenings": "few",
865
+ "hiringPaths": [
866
+ "Federal employees - Competitive service",
867
+ "Federal employees - Excepted service",
868
+ "Career transition (CTAP, ICTAP, RPL)",
869
+ "Land and base management",
870
+ "Veterans",
871
+ "Military spouses"
872
+ ],
873
+ "jobCategorySeries": [
874
+ "2185"
875
+ ],
876
+ "locations": [
877
+ {
878
+ "city": "Lackland AFB",
879
+ "state": "Texas",
880
+ "country": "United States"
881
+ }
882
+ ],
883
+ "positionOpenDate": "2026-04-01",
884
+ "positionCloseDate": "2026-04-07",
885
+ "positionOpeningStatus": "Job closed",
886
+ "url": "https://www.usajobs.gov/job/863248000",
887
+ "scrapedAt": "2026-05-14T16:38:57.920Z"
888
+ },
889
+ {
890
+ "controlNumber": 863255200,
891
+ "announcementNumber": "CAZP-12923680-26-YS",
892
+ "positionTitle": "Biomedical Engineer",
893
+ "hiringDepartmentName": "Department of Veterans Affairs",
894
+ "hiringAgencyName": "Veterans Health Administration",
895
+ "hiringSubelementName": "Jesse Brown VA Medical Center",
896
+ "appointmentType": "Permanent",
897
+ "workSchedule": "Full-time",
898
+ "serviceType": "Excepted",
899
+ "payScale": "GS",
900
+ "salaryType": "Per Year",
901
+ "minimumSalary": 61103,
902
+ "maximumSalary": 140905,
903
+ "minimumGrade": "7",
904
+ "maximumGrade": "12",
905
+ "promotionPotential": "12",
906
+ "supervisoryStatus": "N",
907
+ "securityClearance": "Not Required",
908
+ "travelRequirement": "Not required",
909
+ "teleworkEligible": "N",
910
+ "relocationExpensesReimbursed": "N",
911
+ "drugTestRequired": "N",
912
+ "whoMayApply": null,
913
+ "totalOpenings": "1",
914
+ "hiringPaths": [
915
+ "Internal to an agency"
916
+ ],
917
+ "jobCategorySeries": [
918
+ "0858"
919
+ ],
920
+ "locations": [
921
+ {
922
+ "city": "Chicago",
923
+ "state": "Illinois",
924
+ "country": "United States"
925
+ }
926
+ ],
927
+ "positionOpenDate": "2026-04-01",
928
+ "positionCloseDate": "2026-04-10",
929
+ "positionOpeningStatus": "Candidate selected",
930
+ "url": "https://www.usajobs.gov/job/863255200",
931
+ "scrapedAt": "2026-05-14T16:38:57.959Z"
932
+ },
933
+ {
934
+ "controlNumber": 863257400,
935
+ "announcementNumber": "CAZP-12923678-26-YS",
936
+ "positionTitle": "Biomedical Engineer",
937
+ "hiringDepartmentName": "Department of Veterans Affairs",
938
+ "hiringAgencyName": "Veterans Health Administration",
939
+ "hiringSubelementName": "Jesse Brown VA Medical Center",
940
+ "appointmentType": "Permanent",
941
+ "workSchedule": "Full-time",
942
+ "serviceType": "Excepted",
943
+ "payScale": "GS",
944
+ "salaryType": "Per Year",
945
+ "minimumSalary": 61103,
946
+ "maximumSalary": 140905,
947
+ "minimumGrade": "7",
948
+ "maximumGrade": "12",
949
+ "promotionPotential": "12",
950
+ "supervisoryStatus": "N",
951
+ "securityClearance": "Not Required",
952
+ "travelRequirement": "Not required",
953
+ "teleworkEligible": "N",
954
+ "relocationExpensesReimbursed": "N",
955
+ "drugTestRequired": "N",
956
+ "whoMayApply": null,
957
+ "totalOpenings": "1",
958
+ "hiringPaths": [
959
+ "The public"
960
+ ],
961
+ "jobCategorySeries": [
962
+ "0858"
963
+ ],
964
+ "locations": [
965
+ {
966
+ "city": "Chicago",
967
+ "state": "Illinois",
968
+ "country": "United States"
969
+ }
970
+ ],
971
+ "positionOpenDate": "2026-04-01",
972
+ "positionCloseDate": "2026-04-10",
973
+ "positionOpeningStatus": "Candidate selected",
974
+ "url": "https://www.usajobs.gov/job/863257400",
975
+ "scrapedAt": "2026-05-14T16:38:58.004Z"
976
+ },
977
+ {
978
+ "controlNumber": 863269400,
979
+ "announcementNumber": "ST-12922620-26-MAJ",
980
+ "positionTitle": "SUPERVISORY NUCLEAR ENGINEER",
981
+ "hiringDepartmentName": "Department of the Navy",
982
+ "hiringAgencyName": "United States Fleet Forces Command",
983
+ "hiringSubelementName": null,
984
+ "appointmentType": "Temporary promotion",
985
+ "workSchedule": "Full-time",
986
+ "serviceType": "Competitive",
987
+ "payScale": "GS",
988
+ "salaryType": "Per Year",
989
+ "minimumSalary": 142452,
990
+ "maximumSalary": 185193,
991
+ "minimumGrade": "14",
992
+ "maximumGrade": "14",
993
+ "promotionPotential": "14",
994
+ "supervisoryStatus": "Y",
995
+ "securityClearance": "Secret",
996
+ "travelRequirement": "Occasional travel",
997
+ "teleworkEligible": "N",
998
+ "relocationExpensesReimbursed": "N",
999
+ "drugTestRequired": "N",
1000
+ "whoMayApply": null,
1001
+ "totalOpenings": "1",
1002
+ "hiringPaths": [
1003
+ "Career transition (CTAP, ICTAP, RPL)",
1004
+ "Special authorities",
1005
+ "Individuals with disabilities",
1006
+ "Military spouses"
1007
+ ],
1008
+ "jobCategorySeries": [
1009
+ "0840"
1010
+ ],
1011
+ "locations": [
1012
+ {
1013
+ "city": "Kittery",
1014
+ "state": "Maine",
1015
+ "country": "United States"
1016
+ }
1017
+ ],
1018
+ "positionOpenDate": "2026-04-01",
1019
+ "positionCloseDate": "2026-04-03",
1020
+ "positionOpeningStatus": "Job closed",
1021
+ "url": "https://www.usajobs.gov/job/863269400",
1022
+ "scrapedAt": "2026-05-14T16:38:58.094Z"
1023
+ },
1024
+ {
1025
+ "controlNumber": 863287700,
1026
+ "announcementNumber": "ST-12923508-26-CCL",
1027
+ "positionTitle": "ENGINEER",
1028
+ "hiringDepartmentName": "Department of the Navy",
1029
+ "hiringAgencyName": "Naval Sea Systems Command",
1030
+ "hiringSubelementName": "Naval Undersea Warfare Center, Newport Division",
1031
+ "appointmentType": "Permanent",
1032
+ "workSchedule": "Full-time",
1033
+ "serviceType": "Competitive",
1034
+ "payScale": "ND",
1035
+ "salaryType": "Per Year",
1036
+ "minimumSalary": 95326,
1037
+ "maximumSalary": 147365,
1038
+ "minimumGrade": "4",
1039
+ "maximumGrade": "4",
1040
+ "promotionPotential": "None",
1041
+ "supervisoryStatus": "N",
1042
+ "securityClearance": "Secret",
1043
+ "travelRequirement": "Occasional travel",
1044
+ "teleworkEligible": "N",
1045
+ "relocationExpensesReimbursed": "N",
1046
+ "drugTestRequired": "N",
1047
+ "whoMayApply": null,
1048
+ "totalOpenings": "2",
1049
+ "hiringPaths": [
1050
+ "Internal to an agency",
1051
+ "Career transition (CTAP, ICTAP, RPL)",
1052
+ "Land and base management",
1053
+ "Special authorities",
1054
+ "Veterans",
1055
+ "Individuals with disabilities",
1056
+ "Military spouses"
1057
+ ],
1058
+ "jobCategorySeries": [
1059
+ "0801"
1060
+ ],
1061
+ "locations": [
1062
+ {
1063
+ "city": "West Palm Beach",
1064
+ "state": "Florida",
1065
+ "country": "United States"
1066
+ }
1067
+ ],
1068
+ "positionOpenDate": "2026-04-01",
1069
+ "positionCloseDate": "2026-04-14",
1070
+ "positionOpeningStatus": "Applications under review",
1071
+ "url": "https://www.usajobs.gov/job/863287700",
1072
+ "scrapedAt": "2026-05-14T16:38:58.135Z"
1073
+ },
1074
+ {
1075
+ "controlNumber": 863296800,
1076
+ "announcementNumber": "GRC-26-IMP-12924758-SF",
1077
+ "positionTitle": "Mechanical Engineer, AST, Mechanical Experimental Equipment",
1078
+ "hiringDepartmentName": "National Aeronautics and Space Administration",
1079
+ "hiringAgencyName": "John Glenn Research Center at Lewis Field",
1080
+ "hiringSubelementName": null,
1081
+ "appointmentType": "Permanent",
1082
+ "workSchedule": "Full-time",
1083
+ "serviceType": "Competitive",
1084
+ "payScale": "GS",
1085
+ "salaryType": "Per Year",
1086
+ "minimumSalary": 131331,
1087
+ "maximumSalary": 170736,
1088
+ "minimumGrade": "14",
1089
+ "maximumGrade": "14",
1090
+ "promotionPotential": "14",
1091
+ "supervisoryStatus": "N",
1092
+ "securityClearance": "Not Required",
1093
+ "travelRequirement": "Occasional travel",
1094
+ "teleworkEligible": "N",
1095
+ "relocationExpensesReimbursed": "N",
1096
+ "drugTestRequired": "N",
1097
+ "whoMayApply": null,
1098
+ "totalOpenings": "1",
1099
+ "hiringPaths": [
1100
+ "Internal to an agency"
1101
+ ],
1102
+ "jobCategorySeries": [
1103
+ "0830"
1104
+ ],
1105
+ "locations": [
1106
+ {
1107
+ "city": "Cleveland",
1108
+ "state": "Ohio",
1109
+ "country": "United States"
1110
+ }
1111
+ ],
1112
+ "positionOpenDate": "2026-04-01",
1113
+ "positionCloseDate": "2026-04-07",
1114
+ "positionOpeningStatus": "Applications under review",
1115
+ "url": "https://www.usajobs.gov/job/863296800",
1116
+ "scrapedAt": "2026-05-14T16:38:58.179Z"
1117
+ },
1118
+ {
1119
+ "controlNumber": 863299400,
1120
+ "announcementNumber": "AGL-ARP-26-0012-97797",
1121
+ "positionTitle": "Civil Engineer",
1122
+ "hiringDepartmentName": "Department of Transportation",
1123
+ "hiringAgencyName": "Federal Aviation Administration",
1124
+ "hiringSubelementName": "Great Lakes Regional Airports Division, Dakota-Minnesota Airports District Office",
1125
+ "appointmentType": "Permanent",
1126
+ "workSchedule": "Full-time",
1127
+ "serviceType": "Excepted",
1128
+ "payScale": "FV",
1129
+ "salaryType": "Per Year",
1130
+ "minimumSalary": 53528,
1131
+ "maximumSalary": 119883,
1132
+ "minimumGrade": "G",
1133
+ "maximumGrade": "I",
1134
+ "promotionPotential": "I",
1135
+ "supervisoryStatus": "N",
1136
+ "securityClearance": "Other",
1137
+ "travelRequirement": "25% or less",
1138
+ "teleworkEligible": "N",
1139
+ "relocationExpensesReimbursed": "N",
1140
+ "drugTestRequired": "N",
1141
+ "whoMayApply": null,
1142
+ "totalOpenings": "2",
1143
+ "hiringPaths": [
1144
+ "Federal employees - Competitive service",
1145
+ "Federal employees - Excepted service",
1146
+ "Veterans"
1147
+ ],
1148
+ "jobCategorySeries": [
1149
+ "0810"
1150
+ ],
1151
+ "locations": [
1152
+ {
1153
+ "city": "Minneapolis",
1154
+ "state": "Minnesota",
1155
+ "country": "United States"
1156
+ },
1157
+ {
1158
+ "city": "Bismarck",
1159
+ "state": "North Dakota",
1160
+ "country": "United States"
1161
+ }
1162
+ ],
1163
+ "positionOpenDate": "2026-04-01",
1164
+ "positionCloseDate": "2026-04-21",
1165
+ "positionOpeningStatus": "Job canceled",
1166
+ "url": "https://www.usajobs.gov/job/863299400",
1167
+ "scrapedAt": "2026-05-14T16:38:58.212Z"
1168
+ },
1169
+ {
1170
+ "controlNumber": 863300100,
1171
+ "announcementNumber": "AGL-ARP-26-0013-97800",
1172
+ "positionTitle": "Civil Engineer",
1173
+ "hiringDepartmentName": "Department of Transportation",
1174
+ "hiringAgencyName": "Federal Aviation Administration",
1175
+ "hiringSubelementName": "Great Lakes Regional Airports Division, Dakota-Minnesota Airports District Office",
1176
+ "appointmentType": "Permanent",
1177
+ "workSchedule": "Full-time",
1178
+ "serviceType": "Excepted",
1179
+ "payScale": "FV",
1180
+ "salaryType": "Per Year",
1181
+ "minimumSalary": 53528,
1182
+ "maximumSalary": 119883,
1183
+ "minimumGrade": "G",
1184
+ "maximumGrade": "I",
1185
+ "promotionPotential": "I",
1186
+ "supervisoryStatus": "N",
1187
+ "securityClearance": "Other",
1188
+ "travelRequirement": "25% or less",
1189
+ "teleworkEligible": "N",
1190
+ "relocationExpensesReimbursed": "N",
1191
+ "drugTestRequired": "N",
1192
+ "whoMayApply": null,
1193
+ "totalOpenings": "2",
1194
+ "hiringPaths": [
1195
+ "Peace Corps & AmeriCorps Vista",
1196
+ "Special authorities",
1197
+ "The public",
1198
+ "Veterans",
1199
+ "Individuals with disabilities",
1200
+ "Military spouses"
1201
+ ],
1202
+ "jobCategorySeries": [
1203
+ "0810"
1204
+ ],
1205
+ "locations": [
1206
+ {
1207
+ "city": "Bismarck",
1208
+ "state": "North Dakota",
1209
+ "country": "United States"
1210
+ },
1211
+ {
1212
+ "city": "Minneapolis",
1213
+ "state": "Minnesota",
1214
+ "country": "United States"
1215
+ }
1216
+ ],
1217
+ "positionOpenDate": "2026-04-01",
1218
+ "positionCloseDate": "2026-04-21",
1219
+ "positionOpeningStatus": "Applications under review",
1220
+ "url": "https://www.usajobs.gov/job/863300100",
1221
+ "scrapedAt": "2026-05-14T16:38:58.251Z"
1222
+ }
1223
+ ]
sample.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6935c42758cb1e8980f063be83bcbc296a439aa31ea712dfcd71d3abfb1eae1a
3
+ size 24539