-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjobs.json
60 lines (60 loc) · 1.65 KB
/
jobs.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
{
"jobs": [
{
"id": "bc3f",
"type": "Full-Time",
"name": "Network Engineer",
"description": "we need a network engineer",
"Salary": "$100K - $125K",
"location": "Erbil-KRI",
"company": {
"name": "asiacell ",
"description": "asiacell is a telecommunication company",
"phone": "+9657701111111",
"email": "[email protected]"
}
},
{
"id": "cfc5",
"type": "Internship",
"name": "full-stack developer",
"description": "we need a full stac developer",
"Salary": "$90K - $100K",
"location": "Erbil-KRI",
"company": {
"name": "software company",
"description": "software company is a company from erbil-kri",
"phone": "07701234567",
"email": "[email protected]"
}
},
{
"id": "1e67",
"type": "Internship",
"name": "Front-end developer",
"description": "we need a developer who can use frameworks such as : react, next js..",
"Salary": "$80K - $90K",
"location": "Erbil-KRI",
"company": {
"name": "software company",
"description": "the softwrae company founded in 2022",
"phone": "07701234567",
"email": "[email protected]"
}
},
{
"id": "cf22",
"type": "Part-Time",
"name": "Front-end developer",
"description": "we need a front-end developer",
"Salary": "$125K - $150K",
"location": "Erbil-KRI",
"company": {
"name": "software company",
"description": "software company founded in 2024",
"phone": "07701234567",
"email": "[email protected]"
}
}
]
}