forked from coding-ai/EasyApply-Linkedin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfigExample.json
195 lines (195 loc) · 5.84 KB
/
configExample.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"email": "[email protected]",
"password": "YourSecurePassword123!",
"keywords": [
"TypeScript",
"Angular",
"React",
"React Native",
"Node",
"JavaScript",
"Frontend Engineer",
"Full-Stack Engineer",
"Backend Engineer"
],
"keywordsToAvoid": [
"C++",
".NET",
"Analyst",
"PHP",
"Python",
"C",
"Java",
"Go",
"Rust",
"Kotlin",
"Swift",
"Objective-C",
"Robotic",
"Data",
"Science",
"Cloud",
"AI",
"ML",
"DL",
"NLP",
"CV",
"DevOps",
"Solidity"
],
"locations": [
"Canada",
"Portugal",
"Switzerland",
"Belgium",
"Netherlands",
"DACH",
"Benelux",
"European Union",
"European Economic Area",
"Germany",
"Spain",
"United States",
"United Kingdom"
],
"driver_path": "/path/to/geckodriver",
"sortBy": "R",
"filters": {
"easy_apply": true,
"experience": [],
"jobType": [
"Full-time",
"Contract"
],
"timePostedRange": [],
"workplaceType": [
"Remote",
"Hybrid"
],
"less_than_10_applicants": false
},
"collection": "",
"aiContext": {
"preferences": {
"workplaceType": "Remote",
"workplaceTypeAlternative": [
"Hybrid"
],
"jobType": "Contract",
"jobTypeAlternative": [
"Full-time"
],
"prereferredEnd": "Backend",
"prereferredEndAlternative": [
"Full-Stack",
"Frontend"
]
},
"currentLocation": "Fake City, Country",
"willingToRelocate": true,
"experience": [
{
"title": "Full-Stack Developer",
"description": "Developed an e-commerce platform using MERN stack.",
"date": "Jan 2021 - Present",
"company": "Tech Solutions",
"location": "Remote",
"skills": [
"TypeScript",
"React",
"Node.js",
"Express.js",
"MongoDB"
]
},
{
"title": "Frontend Engineer",
"description": "Designed and implemented user interfaces with Angular.",
"date": "Jun 2019 - Dec 2020",
"company": "Web Creators",
"location": "San Francisco, CA",
"skills": [
"JavaScript",
"Angular",
"HTML",
"CSS"
]
}
],
"education": [
{
"title": "Bachelor of Science - Computer Science",
"description": "Studied various aspects of computer science, including algorithms, data structures, and web development.",
"date": "Sep 2015 - Jun 2019",
"company": "University of Somewhere",
"skills": [
"Algorithms",
"Data Structures",
"Web Development",
"Machine Learning"
]
}
],
"projects": [
{
"name": "Project Alpha",
"description": "A project management tool developed using React and Node.js.",
"technologies": [
"React",
"Node.js",
"Express",
"MongoDB",
"Docker"
]
}
],
"skills": [
"TypeScript",
"JavaScript",
"Angular",
"React",
"Node.js",
"Express.js",
"MongoDB",
"HTML",
"CSS"
]
},
"user_inputs": {
"United States": {
"City\nCity": "Fake City, USA",
"What is your gender?\nWhat is your gender?": "Prefer not to say",
"Do you consider yourself to be disabled as defined by the Equality Act 2010?": "No",
"Do you require any particular arrangements to support you in the recruitment and selection process?": "No",
"What is your ethnic origin?\nWhat is your ethnic origin?": "White",
"I Agree Terms & Conditions": true,
"LinkedIn": true
},
"Belgium": {
"What is your preferred name?": "John Doe",
"Do you now, or will you in the future, require visa sponsorship to work for our company in the country this role is advertised for?": "No",
"What are your salary expectations?": "60000",
"English": true,
"City\nCity": "Fake City, Belgium",
"I Agree Terms & Conditions": true,
"What language(s) do you speak and/or understand? What is your level?": "English, French - fluent",
"Are you legally authorized to work in the country of the job?": "Yes"
},
"Netherlands": {
"What is your current location?": "Fake City, Netherlands",
"City\nCity": "Fake City, Netherlands",
"Legal Name (if different than above)": "John Doe",
"How did you hear about this job?": "LinkedIn",
"Do you now or will you in the future require immigration sponsorship to work at Company?": "No",
"What are your salary expectations?": "65000",
"This vacancy is for an internal position and we do not contract freelancers for this position. Do you acknowledge this statement?": "Yes"
},
"Spain": {
"What is your level of proficiency in English?\nWhat is your level of proficiency in English?": "Native or bilingual",
"City\nCity": "Fake City, Spain",
"Indica tus expectativas salariales frente a un cambio.": "50000",
"Are you legally authorized to work in Spain?": "Yes",
"What is your salary expectation?": "50000"
}
}
}