File size: 20,216 Bytes
fdf5af0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
[
  {
    "id": "j1",
    "title": "Corporate Event Coverage Required",
    "company": "Company",
    "required_skills": [
      "Event Photography",
      "Lighting"
    ],
    "experience_level": "5+ years",
    "location": "Berlin, Germany",
    "budget": "\u20ac400-700",
    "duration": "Full day",
    "description": "Corporate Event Coverage - Event Photography, Lighting expertise needed"
  },
  {
    "id": "j2",
    "title": "Office Furniture Relocation Required",
    "company": "Small Business",
    "required_skills": [
      "Furniture Moving",
      "Assembly"
    ],
    "experience_level": "4+ years",
    "location": "Florence, Italy",
    "budget": "\u20ac300-500",
    "duration": "1 day",
    "description": "Office Furniture Relocation - Furniture Moving, Assembly expertise needed"
  },
  {
    "id": "j3",
    "title": "Weekly House Cleaning Required",
    "company": "Busy Family",
    "required_skills": [
      "Regular Cleaning",
      "Organization"
    ],
    "experience_level": "2+ years",
    "location": "Amsterdam, Netherlands",
    "budget": "\u20ac70-120",
    "duration": "Ongoing",
    "description": "Weekly House Cleaning - Regular Cleaning, Organization expertise needed"
  },
  {
    "id": "j4",
    "title": "Portrait Commission",
    "company": "Private Client",
    "required_skills": [
      "Portrait Art",
      "Canvas Art"
    ],
    "experience_level": "5+ years",
    "location": "Marseille, France",
    "budget": "\u20ac300-600",
    "duration": "2 weeks",
    "description": "Portrait Commission - Portrait Art, Canvas Art expertise needed"
  },
  {
    "id": "j5",
    "title": "Post-Party Cleaning - Flexible Schedule",
    "company": "Event Host",
    "required_skills": [
      "Deep Cleaning",
      "Organization"
    ],
    "experience_level": "2+ years",
    "location": "Marseille, France",
    "budget": "\u20ac80-150",
    "duration": "3-4 hours",
    "description": "Post-Party Cleaning - Deep Cleaning, Organization expertise needed"
  },
  {
    "id": "j6",
    "title": "Smart Home Integration",
    "company": "Tech Enthusiast",
    "required_skills": [
      "Smart Home Setup",
      "Network Setup"
    ],
    "experience_level": "5+ years",
    "location": "Berlin, Germany",
    "budget": "\u20ac200-400",
    "duration": "Half day",
    "description": "Smart Home Integration - Smart Home Setup, Network Setup expertise needed"
  },
  {
    "id": "j7",
    "title": "Post-Party Cleaning",
    "company": "Event Host",
    "required_skills": [
      "Deep Cleaning",
      "Organization"
    ],
    "experience_level": "2+ years",
    "location": "Madrid, Spain",
    "budget": "\u20ac80-150",
    "duration": "3-4 hours",
    "description": "Post-Party Cleaning - Deep Cleaning, Organization expertise needed"
  },
  {
    "id": "j8",
    "title": "Piano Lessons for Beginner",
    "company": "Adult Learner",
    "required_skills": [
      "Music Lessons"
    ],
    "experience_level": "4+ years",
    "location": "Venice, Italy",
    "budget": "\u20ac200-350",
    "duration": "8 sessions",
    "description": "Piano Lessons for Beginner - Music Lessons expertise needed"
  },
  {
    "id": "j9",
    "title": "Real Estate Property Photos Required",
    "company": "Real Estate Agent",
    "required_skills": [
      "Product Photography",
      "Photo Editing"
    ],
    "experience_level": "3+ years",
    "location": "Milan, Italy",
    "budget": "\u20ac150-300",
    "duration": "Half day",
    "description": "Real Estate Property Photos - Product Photography, Photo Editing expertise needed"
  },
  {
    "id": "j10",
    "title": "Puppy Training Sessions - Flexible Schedule",
    "company": "New Dog Owner",
    "required_skills": [
      "Basic Pet Training",
      "Dog Walking"
    ],
    "experience_level": "4+ years",
    "location": "Frankfurt, Germany",
    "budget": "\u20ac200-350",
    "duration": "4 sessions",
    "description": "Puppy Training Sessions - Basic Pet Training, Dog Walking expertise needed"
  },
  {
    "id": "j11",
    "title": "Studio Apartment Move Needed",
    "company": "Student",
    "required_skills": [
      "Furniture Moving",
      "Packing"
    ],
    "experience_level": "2+ years",
    "location": "Paris, France",
    "budget": "\u20ac150-250",
    "duration": "Half day",
    "description": "Studio Apartment Move - Furniture Moving, Packing expertise needed"
  },
  {
    "id": "j12",
    "title": "Office Furniture Relocation Required",
    "company": "Small Business",
    "required_skills": [
      "Furniture Moving",
      "Assembly"
    ],
    "experience_level": "4+ years",
    "location": "Lisbon, Portugal",
    "budget": "\u20ac300-500",
    "duration": "1 day",
    "description": "Office Furniture Relocation - Furniture Moving, Assembly expertise needed"
  },
  {
    "id": "j13",
    "title": "Kid's Playroom Decoration Needed",
    "company": "Parents",
    "required_skills": [
      "Mural Painting",
      "Decorative Painting"
    ],
    "experience_level": "3+ years",
    "location": "Vienna, Austria",
    "budget": "\u20ac250-450",
    "duration": "2 days",
    "description": "Kid's Playroom Decoration - Mural Painting, Decorative Painting expertise needed"
  },
  {
    "id": "j14",
    "title": "Daily Cat Feeding - 1 Week - Flexible Schedule",
    "company": "Traveling Owner",
    "required_skills": [
      "Cat Care",
      "Pet Sitting"
    ],
    "experience_level": "1+ years",
    "location": "Nice, France",
    "budget": "\u20ac100-150",
    "duration": "1 week",
    "description": "Daily Cat Feeding - 1 Week - Cat Care, Pet Sitting expertise needed"
  },
  {
    "id": "j15",
    "title": "Computer Virus Removal Needed",
    "company": "Individual",
    "required_skills": [
      "Computer Repair",
      "Data Recovery"
    ],
    "experience_level": "4+ years",
    "location": "Paris, France",
    "budget": "\u20ac60-120",
    "duration": "1-2 hours",
    "description": "Computer Virus Removal - Computer Repair, Data Recovery expertise needed"
  },
  {
    "id": "j16",
    "title": "Move-Out Deep Clean - Urgent",
    "company": "Apartment Tenant",
    "required_skills": [
      "Deep Cleaning",
      "Window Cleaning"
    ],
    "experience_level": "3+ years",
    "location": "Nice, France",
    "budget": "\u20ac150-250",
    "duration": "Full day",
    "description": "Move-Out Deep Clean - Deep Cleaning, Window Cleaning expertise needed"
  },
  {
    "id": "j17",
    "title": "Family Portrait Session",
    "company": "Family",
    "required_skills": [
      "Portrait Photography",
      "Lighting"
    ],
    "experience_level": "4+ years",
    "location": "Marseille, France",
    "budget": "\u20ac180-300",
    "duration": "2 hours",
    "description": "Family Portrait Session - Portrait Photography, Lighting expertise needed"
  },
  {
    "id": "j18",
    "title": "Smart Home Integration",
    "company": "Tech Enthusiast",
    "required_skills": [
      "Smart Home Setup",
      "Network Setup"
    ],
    "experience_level": "5+ years",
    "location": "Nice, France",
    "budget": "\u20ac200-400",
    "duration": "Half day",
    "description": "Smart Home Integration - Smart Home Setup, Network Setup expertise needed"
  },
  {
    "id": "j19",
    "title": "Kitchen Renovation Help Required",
    "company": "Apartment Owner",
    "required_skills": [
      "Carpentry",
      "Tile Work",
      "Painting"
    ],
    "experience_level": "5+ years",
    "location": "Seville, Spain",
    "budget": "\u20ac400-800",
    "duration": "3-5 days",
    "description": "Kitchen Renovation Help - Carpentry, Tile Work, Painting expertise needed"
  },
  {
    "id": "j20",
    "title": "Storage Unit to Apartment - Flexible Schedule",
    "company": "Individual",
    "required_skills": [
      "Moving",
      "Heavy Lifting"
    ],
    "experience_level": "2+ years",
    "location": "Nice, France",
    "budget": "\u20ac180-300",
    "duration": "Half day",
    "description": "Storage Unit to Apartment - Moving, Heavy Lifting expertise needed"
  },
  {
    "id": "j21",
    "title": "Tree Removal & Stump Grinding - Flexible Schedule",
    "company": "Property Manager",
    "required_skills": [
      "Tree Pruning",
      "Heavy Equipment"
    ],
    "experience_level": "6+ years",
    "location": "Seville, Spain",
    "budget": "\u20ac300-500",
    "duration": "1 day",
    "description": "Tree Removal & Stump Grinding - Tree Pruning, Heavy Equipment expertise needed"
  },
  {
    "id": "j22",
    "title": "Fence Repair & Painting Required",
    "company": "Property Owner",
    "required_skills": [
      "Carpentry",
      "Painting"
    ],
    "experience_level": "3+ years",
    "location": "Amsterdam, Netherlands",
    "budget": "\u20ac150-300",
    "duration": "1 day",
    "description": "Fence Repair & Painting - Carpentry, Painting expertise needed"
  },
  {
    "id": "j23",
    "title": "Move-Out Deep Clean Required",
    "company": "Apartment Tenant",
    "required_skills": [
      "Deep Cleaning",
      "Window Cleaning"
    ],
    "experience_level": "3+ years",
    "location": "Vienna, Austria",
    "budget": "\u20ac150-250",
    "duration": "Full day",
    "description": "Move-Out Deep Clean - Deep Cleaning, Window Cleaning expertise needed"
  },
  {
    "id": "j24",
    "title": "Tree Removal & Stump Grinding Required",
    "company": "Property Manager",
    "required_skills": [
      "Tree Pruning",
      "Heavy Equipment"
    ],
    "experience_level": "6+ years",
    "location": "Brussels, Belgium",
    "budget": "\u20ac300-500",
    "duration": "1 day",
    "description": "Tree Removal & Stump Grinding - Tree Pruning, Heavy Equipment expertise needed"
  },
  {
    "id": "j25",
    "title": "Home Network Setup Needed",
    "company": "Homeowner",
    "required_skills": [
      "Network Setup",
      "Smart Home Setup"
    ],
    "experience_level": "3+ years",
    "location": "Seville, Spain",
    "budget": "\u20ac100-200",
    "duration": "2-3 hours",
    "description": "Home Network Setup - Network Setup, Smart Home Setup expertise needed"
  },
  {
    "id": "j26",
    "title": "Living Room Feature Wall Required",
    "company": "Homeowner",
    "required_skills": [
      "Mural Painting",
      "Interior Painting"
    ],
    "experience_level": "4+ years",
    "location": "Brussels, Belgium",
    "budget": "\u20ac400-700",
    "duration": "2-3 days",
    "description": "Living Room Feature Wall - Mural Painting, Interior Painting expertise needed"
  },
  {
    "id": "j27",
    "title": "Restaurant Interior Mural",
    "company": "Restaurant Owner",
    "required_skills": [
      "Mural Painting",
      "Custom Artwork"
    ],
    "experience_level": "6+ years",
    "location": "Madrid, Spain",
    "budget": "\u20ac1000-2000",
    "duration": "1-2 weeks",
    "description": "Restaurant Interior Mural - Mural Painting, Custom Artwork expertise needed"
  },
  {
    "id": "j28",
    "title": "TV Wall Mounting & Setup - Urgent",
    "company": "Apartment Owner",
    "required_skills": [
      "TV Installation",
      "Cable Management"
    ],
    "experience_level": "2+ years",
    "location": "Marseille, France",
    "budget": "\u20ac80-150",
    "duration": "2 hours",
    "description": "TV Wall Mounting & Setup - TV Installation, Cable Management expertise needed"
  },
  {
    "id": "j29",
    "title": "Portrait Commission Needed",
    "company": "Private Client",
    "required_skills": [
      "Portrait Art",
      "Canvas Art"
    ],
    "experience_level": "5+ years",
    "location": "Barcelona, Spain",
    "budget": "\u20ac300-600",
    "duration": "2 weeks",
    "description": "Portrait Commission - Portrait Art, Canvas Art expertise needed"
  },
  {
    "id": "j30",
    "title": "Custom Dining Table - Urgent",
    "company": "Homeowner",
    "required_skills": [
      "Custom Furniture",
      "Wood Working"
    ],
    "experience_level": "6+ years",
    "location": "Madrid, Spain",
    "budget": "\u20ac600-1200",
    "duration": "2 weeks",
    "description": "Custom Dining Table - Custom Furniture, Wood Working expertise needed"
  },
  {
    "id": "j31",
    "title": "Kid's Playroom Decoration",
    "company": "Parents",
    "required_skills": [
      "Mural Painting",
      "Decorative Painting"
    ],
    "experience_level": "3+ years",
    "location": "Amsterdam, Netherlands",
    "budget": "\u20ac250-450",
    "duration": "2 days",
    "description": "Kid's Playroom Decoration - Mural Painting, Decorative Painting expertise needed"
  },
  {
    "id": "j32",
    "title": "Spring Garden Cleanup Needed",
    "company": "Homeowner",
    "required_skills": [
      "Weeding",
      "Plant Care",
      "Cleanup"
    ],
    "experience_level": "2+ years",
    "location": "Valencia, Spain",
    "budget": "\u20ac80-150",
    "duration": "Half day",
    "description": "Spring Garden Cleanup - Weeding, Plant Care, Cleanup expertise needed"
  },
  {
    "id": "j33",
    "title": "Bathroom Plumbing Repair Required",
    "company": "Private Homeowner",
    "required_skills": [
      "Plumbing",
      "Pipe Repair"
    ],
    "experience_level": "3+ years",
    "location": "Brussels, Belgium",
    "budget": "\u20ac100-250",
    "duration": "Half day",
    "description": "Bathroom Plumbing Repair - Plumbing, Pipe Repair expertise needed"
  },
  {
    "id": "j34",
    "title": "Italian Language Teaching - Urgent",
    "company": "Expat",
    "required_skills": [
      "Language Teaching"
    ],
    "experience_level": "3+ years",
    "location": "Brussels, Belgium",
    "budget": "\u20ac180-300",
    "duration": "6 weeks",
    "description": "Italian Language Teaching - Language Teaching expertise needed"
  },
  {
    "id": "j35",
    "title": "Puppy Training Sessions",
    "company": "New Dog Owner",
    "required_skills": [
      "Basic Pet Training",
      "Dog Walking"
    ],
    "experience_level": "4+ years",
    "location": "Marseille, France",
    "budget": "\u20ac200-350",
    "duration": "4 sessions",
    "description": "Puppy Training Sessions - Basic Pet Training, Dog Walking expertise needed"
  },
  {
    "id": "j36",
    "title": "Office Furniture Relocation - Urgent",
    "company": "Small Business",
    "required_skills": [
      "Furniture Moving",
      "Assembly"
    ],
    "experience_level": "4+ years",
    "location": "Seville, Spain",
    "budget": "\u20ac300-500",
    "duration": "1 day",
    "description": "Office Furniture Relocation - Furniture Moving, Assembly expertise needed"
  },
  {
    "id": "j37",
    "title": "Daily Cat Feeding - 1 Week",
    "company": "Traveling Owner",
    "required_skills": [
      "Cat Care",
      "Pet Sitting"
    ],
    "experience_level": "1+ years",
    "location": "Berlin, Germany",
    "budget": "\u20ac100-150",
    "duration": "1 week",
    "description": "Daily Cat Feeding - 1 Week - Cat Care, Pet Sitting expertise needed"
  },
  {
    "id": "j38",
    "title": "Furniture Refinishing Needed",
    "company": "Homeowner",
    "required_skills": [
      "Furniture Refinishing",
      "Wood Working"
    ],
    "experience_level": "4+ years",
    "location": "Paris, France",
    "budget": "\u20ac200-400",
    "duration": "3-5 days",
    "description": "Furniture Refinishing - Furniture Refinishing, Wood Working expertise needed"
  },
  {
    "id": "j39",
    "title": "Commercial Office Cleaning - Urgent",
    "company": "Office Manager",
    "required_skills": [
      "Regular Cleaning",
      "Eco-friendly"
    ],
    "experience_level": "3+ years",
    "location": "Brussels, Belgium",
    "budget": "\u20ac200-350",
    "duration": "Evening shift",
    "description": "Commercial Office Cleaning - Regular Cleaning, Eco-friendly expertise needed"
  },
  {
    "id": "j40",
    "title": "Electrical Outlet Installation",
    "company": "Home Owner",
    "required_skills": [
      "Electrical Work",
      "Installation"
    ],
    "experience_level": "4+ years",
    "location": "Munich, Germany",
    "budget": "\u20ac80-150",
    "duration": "2-3 hours",
    "description": "Electrical Outlet Installation - Electrical Work, Installation expertise needed"
  },
  {
    "id": "j41",
    "title": "Weekend Dog Sitting",
    "company": "Pet Owner",
    "required_skills": [
      "Pet Sitting",
      "Dog Walking"
    ],
    "experience_level": "2+ years",
    "location": "Lisbon, Portugal",
    "budget": "\u20ac80-150",
    "duration": "2 days",
    "description": "Weekend Dog Sitting - Pet Sitting, Dog Walking expertise needed"
  },
  {
    "id": "j42",
    "title": "Spring Garden Cleanup Needed",
    "company": "Homeowner",
    "required_skills": [
      "Weeding",
      "Plant Care",
      "Cleanup"
    ],
    "experience_level": "2+ years",
    "location": "Venice, Italy",
    "budget": "\u20ac80-150",
    "duration": "Half day",
    "description": "Spring Garden Cleanup - Weeding, Plant Care, Cleanup expertise needed"
  },
  {
    "id": "j43",
    "title": "TV Wall Mounting & Setup - Urgent",
    "company": "Apartment Owner",
    "required_skills": [
      "TV Installation",
      "Cable Management"
    ],
    "experience_level": "2+ years",
    "location": "Seville, Spain",
    "budget": "\u20ac80-150",
    "duration": "2 hours",
    "description": "TV Wall Mounting & Setup - TV Installation, Cable Management expertise needed"
  },
  {
    "id": "j44",
    "title": "Office Furniture Relocation - Flexible Schedule",
    "company": "Small Business",
    "required_skills": [
      "Furniture Moving",
      "Assembly"
    ],
    "experience_level": "4+ years",
    "location": "Berlin, Germany",
    "budget": "\u20ac300-500",
    "duration": "1 day",
    "description": "Office Furniture Relocation - Furniture Moving, Assembly expertise needed"
  },
  {
    "id": "j45",
    "title": "Kitchen Renovation Help Needed",
    "company": "Apartment Owner",
    "required_skills": [
      "Carpentry",
      "Tile Work",
      "Painting"
    ],
    "experience_level": "5+ years",
    "location": "Rome, Italy",
    "budget": "\u20ac400-800",
    "duration": "3-5 days",
    "description": "Kitchen Renovation Help - Carpentry, Tile Work, Painting expertise needed"
  },
  {
    "id": "j46",
    "title": "Restaurant Interior Mural - Urgent",
    "company": "Restaurant Owner",
    "required_skills": [
      "Mural Painting",
      "Custom Artwork"
    ],
    "experience_level": "6+ years",
    "location": "Hamburg, Germany",
    "budget": "\u20ac1000-2000",
    "duration": "1-2 weeks",
    "description": "Restaurant Interior Mural - Mural Painting, Custom Artwork expertise needed"
  },
  {
    "id": "j47",
    "title": "Piano Lessons for Beginner",
    "company": "Adult Learner",
    "required_skills": [
      "Music Lessons"
    ],
    "experience_level": "4+ years",
    "location": "Venice, Italy",
    "budget": "\u20ac200-350",
    "duration": "8 sessions",
    "description": "Piano Lessons for Beginner - Music Lessons expertise needed"
  },
  {
    "id": "j48",
    "title": "Post-Party Cleaning - Flexible Schedule",
    "company": "Event Host",
    "required_skills": [
      "Deep Cleaning",
      "Organization"
    ],
    "experience_level": "2+ years",
    "location": "Hamburg, Germany",
    "budget": "\u20ac80-150",
    "duration": "3-4 hours",
    "description": "Post-Party Cleaning - Deep Cleaning, Organization expertise needed"
  },
  {
    "id": "j49",
    "title": "Built-in Closet System - Flexible Schedule",
    "company": "Apartment Owner",
    "required_skills": [
      "Custom Furniture",
      "Cabinet Making"
    ],
    "experience_level": "5+ years",
    "location": "Paris, France",
    "budget": "\u20ac800-1500",
    "duration": "1 week",
    "description": "Built-in Closet System - Custom Furniture, Cabinet Making expertise needed"
  },
  {
    "id": "j50",
    "title": "Italian Language Teaching - Flexible Schedule",
    "company": "Expat",
    "required_skills": [
      "Language Teaching"
    ],
    "experience_level": "3+ years",
    "location": "Milan, Italy",
    "budget": "\u20ac180-300",
    "duration": "6 weeks",
    "description": "Italian Language Teaching - Language Teaching expertise needed"
  }
]