-
Notifications
You must be signed in to change notification settings - Fork 0
/
googleJobApiResponse.js
59 lines (59 loc) · 2.26 KB
/
googleJobApiResponse.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
title: 'Senior AWS Solutions Architect',
link: 'https://www.google.com/search?oq=AWS+Solution+Architect+jobs&q=AWS+Solution+Architect+jobs&sourceid=chrome&ie=UTF-8&ibp=htl;jobs&sa=X&ved=2ahUKEwiQo-6y38yEAxWfExAIHUUlDYsQkd0GegQIHRAB#fpstate=tldetail&htivrt=jobs&htiq=AWS+Solution+Architect+jobs&htidocid=8q2-SWX2kltuu_MBAAAAAA%3D%3D',
company_name: 'ACENSI',
location: ' Anywhere ',
via: 'via LinkedIn',
extensions: [
'9 hours ago',
'Work from home',
'Full-time',
'No degree mentioned',
'Health insurance',
'Dental insurance',
'Paid time off'
],
detected_extensions: {
posted_at: '9 hours ago',
schedule_type: 'Full-time',
work_from_home: true,
no_degree_mentioned: true,
health_insurance: true,
dental_insurance: true,
paid_time_off: true
}
},
{
title: 'AWS Solutions Architect',
link: 'https://www.google.com/search?oq=AWS+Solution+Architect+jobs&q=AWS+Solution+Architect+jobs&sourceid=chrome&ie=UTF-8&ibp=htl;jobs&sa=X&ved=2ahUKEwiQo-6y38yEAxWfExAIHUUlDYsQkd0GegQIHxAB#fpstate=tldetail&htivrt=jobs&htiq=AWS+Solution+Architect+jobs&htidocid=oZfCt7s5LLITPHhMAAAAAA%3D%3D',
company_name: 'Skiltrek',
location: ' Anywhere ',
via: 'via LinkedIn',
extensions: [ '4 days ago', 'Work from home', 'Contractor' ],
detected_extensions: {
posted_at: '4 days ago',
schedule_type: 'Contractor',
work_from_home: true
}
},
{
title: 'AWS Solution Architect',
link: 'https://www.google.com/search?oq=AWS+Solution+Architect+jobs&q=AWS+Solution+Architect+jobs&sourceid=chrome&ie=UTF-8&ibp=htl;jobs&sa=X&ved=2ahUKEwiQo-6y38yEAxWfExAIHUUlDYsQkd0GegQIHhAB#fpstate=tldetail&htivrt=jobs&htiq=AWS+Solution+Architect+jobs&htidocid=ScvWay4fy6mjprikAAAAAA%3D%3D',
company_name: 'Cybertec, Inc',
location: ' Anywhere ',
via: 'via LinkedIn',
extensions: [
'4 days ago',
'Work from home',
'Contractor',
'No degree mentioned'
],
detected_extensions: {
posted_at: '4 days ago',
schedule_type: 'Contractor',
work_from_home: true,
no_degree_mentioned: true
}
}
]