@bubblelab/bubble-core 0.1.138 → 0.1.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +94 -901
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +0 -8
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  20. package/dist/bubbles/service-bubble/apify/apify.js +0 -1
  21. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
  31. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
  32. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  34. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  35. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
  39. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  41. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  43. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  44. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  45. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  46. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  47. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  60. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  63. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
  67. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +451 -1889
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  69. package/dist/bubbles/tool-bubble/linkedin-tool.js +56 -300
  70. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  71. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
  72. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  73. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
  76. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  77. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  78. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  79. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  80. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  81. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  82. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  83. package/dist/bubbles.json +6 -481
  84. package/package.json +2 -2
  85. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +0 -806
  86. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +0 -1
  87. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +0 -256
  88. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +0 -1
@@ -12,17 +12,17 @@ declare const LinkedInAuthorSchema: z.ZodObject<{
12
12
  }, "strip", z.ZodTypeAny, {
13
13
  username: string | null;
14
14
  headline: string | null;
15
- firstName: string | null;
16
- lastName: string | null;
17
15
  profileUrl: string | null;
18
16
  profilePicture: string | null;
17
+ firstName: string | null;
18
+ lastName: string | null;
19
19
  }, {
20
20
  username: string | null;
21
21
  headline: string | null;
22
- firstName: string | null;
23
- lastName: string | null;
24
22
  profileUrl: string | null;
25
23
  profilePicture: string | null;
24
+ firstName: string | null;
25
+ lastName: string | null;
26
26
  }>;
27
27
  declare const LinkedInStatsSchema: z.ZodObject<{
28
28
  totalReactions: z.ZodNullable<z.ZodNumber>;
@@ -84,17 +84,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
84
84
  }, "strip", z.ZodTypeAny, {
85
85
  username: string | null;
86
86
  headline: string | null;
87
- firstName: string | null;
88
- lastName: string | null;
89
87
  profileUrl: string | null;
90
88
  profilePicture: string | null;
89
+ firstName: string | null;
90
+ lastName: string | null;
91
91
  }, {
92
92
  username: string | null;
93
93
  headline: string | null;
94
- firstName: string | null;
95
- lastName: string | null;
96
94
  profileUrl: string | null;
97
95
  profilePicture: string | null;
96
+ firstName: string | null;
97
+ lastName: string | null;
98
98
  }>>;
99
99
  stats: z.ZodNullable<z.ZodObject<{
100
100
  totalReactions: z.ZodNullable<z.ZodNumber>;
@@ -223,17 +223,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
223
223
  }, "strip", z.ZodTypeAny, {
224
224
  username: string | null;
225
225
  headline: string | null;
226
- firstName: string | null;
227
- lastName: string | null;
228
226
  profileUrl: string | null;
229
227
  profilePicture: string | null;
228
+ firstName: string | null;
229
+ lastName: string | null;
230
230
  }, {
231
231
  username: string | null;
232
232
  headline: string | null;
233
- firstName: string | null;
234
- lastName: string | null;
235
233
  profileUrl: string | null;
236
234
  profilePicture: string | null;
235
+ firstName: string | null;
236
+ lastName: string | null;
237
237
  }>>;
238
238
  stats: z.ZodNullable<z.ZodObject<{
239
239
  totalReactions: z.ZodNullable<z.ZodNumber>;
@@ -303,6 +303,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
303
303
  thumbnail: string | null;
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
+ url: string | null;
307
+ text: string | null;
308
+ urn: string | null;
309
+ author: {
310
+ username: string | null;
311
+ headline: string | null;
312
+ profileUrl: string | null;
313
+ profilePicture: string | null;
314
+ firstName: string | null;
315
+ lastName: string | null;
316
+ } | null;
306
317
  stats: {
307
318
  like: number | null;
308
319
  support: number | null;
@@ -314,17 +325,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
314
325
  reposts: number | null;
315
326
  totalReactions: number | null;
316
327
  } | null;
317
- text: string | null;
318
- url: string | null;
319
- urn: string | null;
320
- author: {
321
- username: string | null;
322
- headline: string | null;
323
- firstName: string | null;
324
- lastName: string | null;
325
- profileUrl: string | null;
326
- profilePicture: string | null;
327
- } | null;
328
328
  media: {
329
329
  type: string | null;
330
330
  url: string | null;
@@ -342,6 +342,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
342
342
  } | null;
343
343
  postType: string | null;
344
344
  }, {
345
+ url: string | null;
346
+ text: string | null;
347
+ urn: string | null;
348
+ author: {
349
+ username: string | null;
350
+ headline: string | null;
351
+ profileUrl: string | null;
352
+ profilePicture: string | null;
353
+ firstName: string | null;
354
+ lastName: string | null;
355
+ } | null;
345
356
  stats: {
346
357
  like: number | null;
347
358
  support: number | null;
@@ -353,17 +364,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
353
364
  reposts: number | null;
354
365
  totalReactions: number | null;
355
366
  } | null;
356
- text: string | null;
357
- url: string | null;
358
- urn: string | null;
359
- author: {
360
- username: string | null;
361
- headline: string | null;
362
- firstName: string | null;
363
- lastName: string | null;
364
- profileUrl: string | null;
365
- profilePicture: string | null;
366
- } | null;
367
367
  media: {
368
368
  type: string | null;
369
369
  url: string | null;
@@ -382,19 +382,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
382
382
  postType: string | null;
383
383
  }>>;
384
384
  }, "strip", z.ZodTypeAny, {
385
- stats: {
386
- like: number | null;
387
- support: number | null;
388
- love: number | null;
389
- insight: number | null;
390
- celebrate: number | null;
391
- funny: number | null;
392
- comments: number | null;
393
- reposts: number | null;
394
- totalReactions: number | null;
395
- } | null;
396
- text: string | null;
397
385
  url: string | null;
386
+ text: string | null;
398
387
  document: {
399
388
  title: string | null;
400
389
  url: string | null;
@@ -405,10 +394,21 @@ declare const LinkedInPostSchema: z.ZodObject<{
405
394
  author: {
406
395
  username: string | null;
407
396
  headline: string | null;
408
- firstName: string | null;
409
- lastName: string | null;
410
397
  profileUrl: string | null;
411
398
  profilePicture: string | null;
399
+ firstName: string | null;
400
+ lastName: string | null;
401
+ } | null;
402
+ stats: {
403
+ like: number | null;
404
+ support: number | null;
405
+ love: number | null;
406
+ insight: number | null;
407
+ celebrate: number | null;
408
+ funny: number | null;
409
+ comments: number | null;
410
+ reposts: number | null;
411
+ totalReactions: number | null;
412
412
  } | null;
413
413
  media: {
414
414
  type: string | null;
@@ -434,6 +434,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
434
434
  fullUrn: string | null;
435
435
  postType: string | null;
436
436
  resharedPost: {
437
+ url: string | null;
438
+ text: string | null;
439
+ urn: string | null;
440
+ author: {
441
+ username: string | null;
442
+ headline: string | null;
443
+ profileUrl: string | null;
444
+ profilePicture: string | null;
445
+ firstName: string | null;
446
+ lastName: string | null;
447
+ } | null;
437
448
  stats: {
438
449
  like: number | null;
439
450
  support: number | null;
@@ -445,17 +456,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
445
456
  reposts: number | null;
446
457
  totalReactions: number | null;
447
458
  } | null;
448
- text: string | null;
449
- url: string | null;
450
- urn: string | null;
451
- author: {
452
- username: string | null;
453
- headline: string | null;
454
- firstName: string | null;
455
- lastName: string | null;
456
- profileUrl: string | null;
457
- profilePicture: string | null;
458
- } | null;
459
459
  media: {
460
460
  type: string | null;
461
461
  url: string | null;
@@ -474,19 +474,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
474
474
  postType: string | null;
475
475
  } | null;
476
476
  }, {
477
- stats: {
478
- like: number | null;
479
- support: number | null;
480
- love: number | null;
481
- insight: number | null;
482
- celebrate: number | null;
483
- funny: number | null;
484
- comments: number | null;
485
- reposts: number | null;
486
- totalReactions: number | null;
487
- } | null;
488
- text: string | null;
489
477
  url: string | null;
478
+ text: string | null;
490
479
  document: {
491
480
  title: string | null;
492
481
  url: string | null;
@@ -497,10 +486,21 @@ declare const LinkedInPostSchema: z.ZodObject<{
497
486
  author: {
498
487
  username: string | null;
499
488
  headline: string | null;
500
- firstName: string | null;
501
- lastName: string | null;
502
489
  profileUrl: string | null;
503
490
  profilePicture: string | null;
491
+ firstName: string | null;
492
+ lastName: string | null;
493
+ } | null;
494
+ stats: {
495
+ like: number | null;
496
+ support: number | null;
497
+ love: number | null;
498
+ insight: number | null;
499
+ celebrate: number | null;
500
+ funny: number | null;
501
+ comments: number | null;
502
+ reposts: number | null;
503
+ totalReactions: number | null;
504
504
  } | null;
505
505
  media: {
506
506
  type: string | null;
@@ -526,6 +526,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
526
526
  fullUrn: string | null;
527
527
  postType: string | null;
528
528
  resharedPost: {
529
+ url: string | null;
530
+ text: string | null;
531
+ urn: string | null;
532
+ author: {
533
+ username: string | null;
534
+ headline: string | null;
535
+ profileUrl: string | null;
536
+ profilePicture: string | null;
537
+ firstName: string | null;
538
+ lastName: string | null;
539
+ } | null;
529
540
  stats: {
530
541
  like: number | null;
531
542
  support: number | null;
@@ -537,17 +548,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
537
548
  reposts: number | null;
538
549
  totalReactions: number | null;
539
550
  } | null;
540
- text: string | null;
541
- url: string | null;
542
- urn: string | null;
543
- author: {
544
- username: string | null;
545
- headline: string | null;
546
- firstName: string | null;
547
- lastName: string | null;
548
- profileUrl: string | null;
549
- profilePicture: string | null;
550
- } | null;
551
551
  media: {
552
552
  type: string | null;
553
553
  url: string | null;
@@ -597,860 +597,117 @@ declare const LinkedInJobSchema: z.ZodObject<{
597
597
  }, "strip", z.ZodTypeAny, {
598
598
  from: number | null;
599
599
  to: number | null;
600
- period: string | null;
601
600
  currency: string | null;
601
+ period: string | null;
602
602
  }, {
603
603
  from: number | null;
604
604
  to: number | null;
605
- period: string | null;
606
605
  currency: string | null;
606
+ period: string | null;
607
607
  }>>;
608
608
  skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
609
609
  }, "strip", z.ZodTypeAny, {
610
610
  description: string | null;
611
611
  title: string | null;
612
- id: string | null;
613
612
  url: string | null;
613
+ id: string | null;
614
614
  location: string | null;
615
615
  postedAt: string | null;
616
616
  applyUrl: string | null;
617
617
  salary: {
618
618
  from: number | null;
619
619
  to: number | null;
620
- period: string | null;
621
620
  currency: string | null;
621
+ period: string | null;
622
622
  } | null;
623
623
  seniorityLevel: string | null;
624
624
  employmentType: string | null;
625
- skills: string[] | null;
626
625
  company: {
627
626
  name: string | null;
628
627
  url: string | null;
629
628
  logo: string | null;
630
629
  } | null;
630
+ skills: string[] | null;
631
631
  }, {
632
632
  description: string | null;
633
633
  title: string | null;
634
- id: string | null;
635
634
  url: string | null;
635
+ id: string | null;
636
636
  location: string | null;
637
637
  postedAt: string | null;
638
638
  applyUrl: string | null;
639
639
  salary: {
640
640
  from: number | null;
641
641
  to: number | null;
642
- period: string | null;
643
642
  currency: string | null;
643
+ period: string | null;
644
644
  } | null;
645
645
  seniorityLevel: string | null;
646
646
  employmentType: string | null;
647
- skills: string[] | null;
648
647
  company: {
649
648
  name: string | null;
650
649
  url: string | null;
651
650
  logo: string | null;
652
651
  } | null;
652
+ skills: string[] | null;
653
653
  }>;
654
- declare const LinkedInProfileSchema: z.ZodObject<{
655
- id: z.ZodNullable<z.ZodString>;
656
- publicIdentifier: z.ZodNullable<z.ZodString>;
657
- linkedinUrl: z.ZodNullable<z.ZodString>;
658
- firstName: z.ZodNullable<z.ZodString>;
659
- lastName: z.ZodNullable<z.ZodString>;
660
- headline: z.ZodNullable<z.ZodString>;
661
- about: z.ZodNullable<z.ZodString>;
662
- openToWork: z.ZodNullable<z.ZodBoolean>;
663
- hiring: z.ZodNullable<z.ZodBoolean>;
664
- photo: z.ZodNullable<z.ZodString>;
665
- premium: z.ZodNullable<z.ZodBoolean>;
666
- influencer: z.ZodNullable<z.ZodBoolean>;
667
- location: z.ZodNullable<z.ZodObject<{
668
- text: z.ZodNullable<z.ZodString>;
669
- countryCode: z.ZodNullable<z.ZodString>;
670
- country: z.ZodNullable<z.ZodString>;
671
- state: z.ZodNullable<z.ZodString>;
672
- city: z.ZodNullable<z.ZodString>;
673
- }, "strip", z.ZodTypeAny, {
674
- text: string | null;
675
- countryCode: string | null;
676
- country: string | null;
677
- state: string | null;
678
- city: string | null;
679
- }, {
680
- text: string | null;
681
- countryCode: string | null;
682
- country: string | null;
683
- state: string | null;
684
- city: string | null;
685
- }>>;
686
- verified: z.ZodNullable<z.ZodBoolean>;
687
- topSkills: z.ZodNullable<z.ZodString>;
688
- connectionsCount: z.ZodNullable<z.ZodNumber>;
689
- followerCount: z.ZodNullable<z.ZodNumber>;
690
- currentPosition: z.ZodNullable<z.ZodArray<z.ZodObject<{
691
- companyName: z.ZodNullable<z.ZodString>;
692
- }, "strip", z.ZodTypeAny, {
693
- companyName: string | null;
694
- }, {
695
- companyName: string | null;
696
- }>, "many">>;
697
- experience: z.ZodNullable<z.ZodArray<z.ZodObject<{
698
- position: z.ZodNullable<z.ZodString>;
699
- location: z.ZodNullable<z.ZodString>;
700
- employmentType: z.ZodNullable<z.ZodString>;
701
- workplaceType: z.ZodNullable<z.ZodString>;
702
- companyName: z.ZodNullable<z.ZodString>;
703
- companyLinkedinUrl: z.ZodNullable<z.ZodString>;
704
- duration: z.ZodNullable<z.ZodString>;
705
- description: z.ZodNullable<z.ZodString>;
706
- skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
707
- startDate: z.ZodNullable<z.ZodObject<{
708
- month: z.ZodNullable<z.ZodString>;
709
- year: z.ZodNullable<z.ZodNumber>;
710
- text: z.ZodNullable<z.ZodString>;
654
+ declare const LinkedInToolParamsSchema: z.ZodObject<{
655
+ operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
656
+ username: z.ZodOptional<z.ZodString>;
657
+ keyword: z.ZodOptional<z.ZodString>;
658
+ location: z.ZodOptional<z.ZodString>;
659
+ jobType: z.ZodOptional<z.ZodArray<z.ZodEnum<["full-time", "part-time", "contract", "temporary", "internship"]>, "many">>;
660
+ workplaceType: z.ZodOptional<z.ZodArray<z.ZodEnum<["on-site", "remote", "hybrid"]>, "many">>;
661
+ experienceLevel: z.ZodOptional<z.ZodArray<z.ZodEnum<["internship", "entry-level", "associate", "mid-senior", "director", "executive"]>, "many">>;
662
+ sortBy: z.ZodOptional<z.ZodDefault<z.ZodEnum<["relevance", "date_posted"]>>>;
663
+ dateFilter: z.ZodOptional<z.ZodEnum<["past-24h", "past-week", "past-month"]>>;
664
+ limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
665
+ pageNumber: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
666
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
667
+ }, "strip", z.ZodTypeAny, {
668
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
669
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
670
+ username?: string | undefined;
671
+ limit?: number | undefined;
672
+ pageNumber?: number | undefined;
673
+ location?: string | undefined;
674
+ keyword?: string | undefined;
675
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
676
+ jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
677
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
678
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
679
+ sortBy?: "relevance" | "date_posted" | undefined;
680
+ }, {
681
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
682
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
683
+ username?: string | undefined;
684
+ limit?: number | undefined;
685
+ pageNumber?: number | undefined;
686
+ location?: string | undefined;
687
+ keyword?: string | undefined;
688
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
689
+ jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
690
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
691
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
692
+ sortBy?: "relevance" | "date_posted" | undefined;
693
+ }>;
694
+ declare const LinkedInToolResultSchema: z.ZodObject<{
695
+ operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
696
+ jobs: z.ZodOptional<z.ZodArray<z.ZodObject<{
697
+ id: z.ZodNullable<z.ZodString>;
698
+ title: z.ZodNullable<z.ZodString>;
699
+ company: z.ZodNullable<z.ZodObject<{
700
+ name: z.ZodNullable<z.ZodString>;
701
+ url: z.ZodNullable<z.ZodString>;
702
+ logo: z.ZodNullable<z.ZodString>;
711
703
  }, "strip", z.ZodTypeAny, {
712
- text: string | null;
713
- year: number | null;
714
- month: string | null;
704
+ name: string | null;
705
+ url: string | null;
706
+ logo: string | null;
715
707
  }, {
716
- text: string | null;
717
- year: number | null;
718
- month: string | null;
719
- }>>;
720
- endDate: z.ZodNullable<z.ZodObject<{
721
- month: z.ZodNullable<z.ZodString>;
722
- year: z.ZodNullable<z.ZodNumber>;
723
- text: z.ZodNullable<z.ZodString>;
724
- }, "strip", z.ZodTypeAny, {
725
- text: string | null;
726
- year: number | null;
727
- month: string | null;
728
- }, {
729
- text: string | null;
730
- year: number | null;
731
- month: string | null;
732
- }>>;
733
- }, "strip", z.ZodTypeAny, {
734
- duration: string | null;
735
- description: string | null;
736
- location: string | null;
737
- companyName: string | null;
738
- companyLinkedinUrl: string | null;
739
- employmentType: string | null;
740
- position: string | null;
741
- workplaceType: string | null;
742
- skills: string[] | null;
743
- startDate: {
744
- text: string | null;
745
- year: number | null;
746
- month: string | null;
747
- } | null;
748
- endDate: {
749
- text: string | null;
750
- year: number | null;
751
- month: string | null;
752
- } | null;
753
- }, {
754
- duration: string | null;
755
- description: string | null;
756
- location: string | null;
757
- companyName: string | null;
758
- companyLinkedinUrl: string | null;
759
- employmentType: string | null;
760
- position: string | null;
761
- workplaceType: string | null;
762
- skills: string[] | null;
763
- startDate: {
764
- text: string | null;
765
- year: number | null;
766
- month: string | null;
767
- } | null;
768
- endDate: {
769
- text: string | null;
770
- year: number | null;
771
- month: string | null;
772
- } | null;
773
- }>, "many">>;
774
- education: z.ZodNullable<z.ZodArray<z.ZodObject<{
775
- schoolName: z.ZodNullable<z.ZodString>;
776
- schoolLinkedinUrl: z.ZodNullable<z.ZodString>;
777
- degree: z.ZodNullable<z.ZodString>;
778
- fieldOfStudy: z.ZodNullable<z.ZodString>;
779
- startDate: z.ZodNullable<z.ZodObject<{
780
- month: z.ZodNullable<z.ZodString>;
781
- year: z.ZodNullable<z.ZodNumber>;
782
- text: z.ZodNullable<z.ZodString>;
783
- }, "strip", z.ZodTypeAny, {
784
- text: string | null;
785
- year: number | null;
786
- month: string | null;
787
- }, {
788
- text: string | null;
789
- year: number | null;
790
- month: string | null;
791
- }>>;
792
- endDate: z.ZodNullable<z.ZodObject<{
793
- month: z.ZodNullable<z.ZodString>;
794
- year: z.ZodNullable<z.ZodNumber>;
795
- text: z.ZodNullable<z.ZodString>;
796
- }, "strip", z.ZodTypeAny, {
797
- text: string | null;
798
- year: number | null;
799
- month: string | null;
800
- }, {
801
- text: string | null;
802
- year: number | null;
803
- month: string | null;
804
- }>>;
805
- period: z.ZodNullable<z.ZodString>;
806
- }, "strip", z.ZodTypeAny, {
807
- startDate: {
808
- text: string | null;
809
- year: number | null;
810
- month: string | null;
811
- } | null;
812
- endDate: {
813
- text: string | null;
814
- year: number | null;
815
- month: string | null;
816
- } | null;
817
- schoolName: string | null;
818
- schoolLinkedinUrl: string | null;
819
- degree: string | null;
820
- fieldOfStudy: string | null;
821
- period: string | null;
822
- }, {
823
- startDate: {
824
- text: string | null;
825
- year: number | null;
826
- month: string | null;
827
- } | null;
828
- endDate: {
829
- text: string | null;
830
- year: number | null;
831
- month: string | null;
832
- } | null;
833
- schoolName: string | null;
834
- schoolLinkedinUrl: string | null;
835
- degree: string | null;
836
- fieldOfStudy: string | null;
837
- period: string | null;
838
- }>, "many">>;
839
- certifications: z.ZodNullable<z.ZodArray<z.ZodObject<{
840
- title: z.ZodNullable<z.ZodString>;
841
- issuedAt: z.ZodNullable<z.ZodString>;
842
- issuedBy: z.ZodNullable<z.ZodString>;
843
- }, "strip", z.ZodTypeAny, {
844
- title: string | null;
845
- issuedAt: string | null;
846
- issuedBy: string | null;
847
- }, {
848
- title: string | null;
849
- issuedAt: string | null;
850
- issuedBy: string | null;
851
- }>, "many">>;
852
- languages: z.ZodNullable<z.ZodArray<z.ZodObject<{
853
- name: z.ZodNullable<z.ZodString>;
854
- proficiency: z.ZodNullable<z.ZodString>;
855
- }, "strip", z.ZodTypeAny, {
856
- name: string | null;
857
- proficiency: string | null;
858
- }, {
859
- name: string | null;
860
- proficiency: string | null;
861
- }>, "many">>;
862
- skills: z.ZodNullable<z.ZodArray<z.ZodObject<{
863
- name: z.ZodNullable<z.ZodString>;
864
- }, "strip", z.ZodTypeAny, {
865
- name: string | null;
866
- }, {
867
- name: string | null;
868
- }>, "many">>;
869
- }, "strip", z.ZodTypeAny, {
870
- id: string | null;
871
- photo: string | null;
872
- verified: boolean | null;
873
- location: {
874
- text: string | null;
875
- countryCode: string | null;
876
- country: string | null;
877
- state: string | null;
878
- city: string | null;
879
- } | null;
880
- headline: string | null;
881
- skills: {
882
- name: string | null;
883
- }[] | null;
884
- firstName: string | null;
885
- lastName: string | null;
886
- publicIdentifier: string | null;
887
- linkedinUrl: string | null;
888
- about: string | null;
889
- openToWork: boolean | null;
890
- hiring: boolean | null;
891
- premium: boolean | null;
892
- influencer: boolean | null;
893
- topSkills: string | null;
894
- connectionsCount: number | null;
895
- followerCount: number | null;
896
- currentPosition: {
897
- companyName: string | null;
898
- }[] | null;
899
- experience: {
900
- duration: string | null;
901
- description: string | null;
902
- location: string | null;
903
- companyName: string | null;
904
- companyLinkedinUrl: string | null;
905
- employmentType: string | null;
906
- position: string | null;
907
- workplaceType: string | null;
908
- skills: string[] | null;
909
- startDate: {
910
- text: string | null;
911
- year: number | null;
912
- month: string | null;
913
- } | null;
914
- endDate: {
915
- text: string | null;
916
- year: number | null;
917
- month: string | null;
918
- } | null;
919
- }[] | null;
920
- education: {
921
- startDate: {
922
- text: string | null;
923
- year: number | null;
924
- month: string | null;
925
- } | null;
926
- endDate: {
927
- text: string | null;
928
- year: number | null;
929
- month: string | null;
930
- } | null;
931
- schoolName: string | null;
932
- schoolLinkedinUrl: string | null;
933
- degree: string | null;
934
- fieldOfStudy: string | null;
935
- period: string | null;
936
- }[] | null;
937
- certifications: {
938
- title: string | null;
939
- issuedAt: string | null;
940
- issuedBy: string | null;
941
- }[] | null;
942
- languages: {
943
- name: string | null;
944
- proficiency: string | null;
945
- }[] | null;
946
- }, {
947
- id: string | null;
948
- photo: string | null;
949
- verified: boolean | null;
950
- location: {
951
- text: string | null;
952
- countryCode: string | null;
953
- country: string | null;
954
- state: string | null;
955
- city: string | null;
956
- } | null;
957
- headline: string | null;
958
- skills: {
959
- name: string | null;
960
- }[] | null;
961
- firstName: string | null;
962
- lastName: string | null;
963
- publicIdentifier: string | null;
964
- linkedinUrl: string | null;
965
- about: string | null;
966
- openToWork: boolean | null;
967
- hiring: boolean | null;
968
- premium: boolean | null;
969
- influencer: boolean | null;
970
- topSkills: string | null;
971
- connectionsCount: number | null;
972
- followerCount: number | null;
973
- currentPosition: {
974
- companyName: string | null;
975
- }[] | null;
976
- experience: {
977
- duration: string | null;
978
- description: string | null;
979
- location: string | null;
980
- companyName: string | null;
981
- companyLinkedinUrl: string | null;
982
- employmentType: string | null;
983
- position: string | null;
984
- workplaceType: string | null;
985
- skills: string[] | null;
986
- startDate: {
987
- text: string | null;
988
- year: number | null;
989
- month: string | null;
990
- } | null;
991
- endDate: {
992
- text: string | null;
993
- year: number | null;
994
- month: string | null;
995
- } | null;
996
- }[] | null;
997
- education: {
998
- startDate: {
999
- text: string | null;
1000
- year: number | null;
1001
- month: string | null;
1002
- } | null;
1003
- endDate: {
1004
- text: string | null;
1005
- year: number | null;
1006
- month: string | null;
1007
- } | null;
1008
- schoolName: string | null;
1009
- schoolLinkedinUrl: string | null;
1010
- degree: string | null;
1011
- fieldOfStudy: string | null;
1012
- period: string | null;
1013
- }[] | null;
1014
- certifications: {
1015
- title: string | null;
1016
- issuedAt: string | null;
1017
- issuedBy: string | null;
1018
- }[] | null;
1019
- languages: {
1020
- name: string | null;
1021
- proficiency: string | null;
1022
- }[] | null;
1023
- }>;
1024
- declare const LinkedInToolParamsSchema: z.ZodObject<{
1025
- operation: z.ZodEnum<["scrapeProfile", "scrapePosts", "searchPosts", "scrapeJobs"]>;
1026
- profileUrl: z.ZodOptional<z.ZodString>;
1027
- username: z.ZodOptional<z.ZodString>;
1028
- keyword: z.ZodOptional<z.ZodString>;
1029
- location: z.ZodOptional<z.ZodString>;
1030
- jobType: z.ZodOptional<z.ZodArray<z.ZodEnum<["full-time", "part-time", "contract", "temporary", "internship"]>, "many">>;
1031
- workplaceType: z.ZodOptional<z.ZodArray<z.ZodEnum<["on-site", "remote", "hybrid"]>, "many">>;
1032
- experienceLevel: z.ZodOptional<z.ZodArray<z.ZodEnum<["internship", "entry-level", "associate", "mid-senior", "director", "executive"]>, "many">>;
1033
- sortBy: z.ZodOptional<z.ZodDefault<z.ZodEnum<["relevance", "date_posted"]>>>;
1034
- dateFilter: z.ZodOptional<z.ZodEnum<["past-24h", "past-week", "past-month"]>>;
1035
- limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1036
- pageNumber: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1037
- credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1038
- }, "strip", z.ZodTypeAny, {
1039
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
1040
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1041
- username?: string | undefined;
1042
- limit?: number | undefined;
1043
- pageNumber?: number | undefined;
1044
- location?: string | undefined;
1045
- keyword?: string | undefined;
1046
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1047
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1048
- profileUrl?: string | undefined;
1049
- jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1050
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1051
- sortBy?: "relevance" | "date_posted" | undefined;
1052
- }, {
1053
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
1054
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1055
- username?: string | undefined;
1056
- limit?: number | undefined;
1057
- pageNumber?: number | undefined;
1058
- location?: string | undefined;
1059
- keyword?: string | undefined;
1060
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1061
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1062
- profileUrl?: string | undefined;
1063
- jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1064
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1065
- sortBy?: "relevance" | "date_posted" | undefined;
1066
- }>;
1067
- declare const LinkedInToolResultSchema: z.ZodObject<{
1068
- operation: z.ZodEnum<["scrapeProfile", "scrapePosts", "searchPosts", "scrapeJobs"]>;
1069
- profile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1070
- id: z.ZodNullable<z.ZodString>;
1071
- publicIdentifier: z.ZodNullable<z.ZodString>;
1072
- linkedinUrl: z.ZodNullable<z.ZodString>;
1073
- firstName: z.ZodNullable<z.ZodString>;
1074
- lastName: z.ZodNullable<z.ZodString>;
1075
- headline: z.ZodNullable<z.ZodString>;
1076
- about: z.ZodNullable<z.ZodString>;
1077
- openToWork: z.ZodNullable<z.ZodBoolean>;
1078
- hiring: z.ZodNullable<z.ZodBoolean>;
1079
- photo: z.ZodNullable<z.ZodString>;
1080
- premium: z.ZodNullable<z.ZodBoolean>;
1081
- influencer: z.ZodNullable<z.ZodBoolean>;
1082
- location: z.ZodNullable<z.ZodObject<{
1083
- text: z.ZodNullable<z.ZodString>;
1084
- countryCode: z.ZodNullable<z.ZodString>;
1085
- country: z.ZodNullable<z.ZodString>;
1086
- state: z.ZodNullable<z.ZodString>;
1087
- city: z.ZodNullable<z.ZodString>;
1088
- }, "strip", z.ZodTypeAny, {
1089
- text: string | null;
1090
- countryCode: string | null;
1091
- country: string | null;
1092
- state: string | null;
1093
- city: string | null;
1094
- }, {
1095
- text: string | null;
1096
- countryCode: string | null;
1097
- country: string | null;
1098
- state: string | null;
1099
- city: string | null;
1100
- }>>;
1101
- verified: z.ZodNullable<z.ZodBoolean>;
1102
- topSkills: z.ZodNullable<z.ZodString>;
1103
- connectionsCount: z.ZodNullable<z.ZodNumber>;
1104
- followerCount: z.ZodNullable<z.ZodNumber>;
1105
- currentPosition: z.ZodNullable<z.ZodArray<z.ZodObject<{
1106
- companyName: z.ZodNullable<z.ZodString>;
1107
- }, "strip", z.ZodTypeAny, {
1108
- companyName: string | null;
1109
- }, {
1110
- companyName: string | null;
1111
- }>, "many">>;
1112
- experience: z.ZodNullable<z.ZodArray<z.ZodObject<{
1113
- position: z.ZodNullable<z.ZodString>;
1114
- location: z.ZodNullable<z.ZodString>;
1115
- employmentType: z.ZodNullable<z.ZodString>;
1116
- workplaceType: z.ZodNullable<z.ZodString>;
1117
- companyName: z.ZodNullable<z.ZodString>;
1118
- companyLinkedinUrl: z.ZodNullable<z.ZodString>;
1119
- duration: z.ZodNullable<z.ZodString>;
1120
- description: z.ZodNullable<z.ZodString>;
1121
- skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
1122
- startDate: z.ZodNullable<z.ZodObject<{
1123
- month: z.ZodNullable<z.ZodString>;
1124
- year: z.ZodNullable<z.ZodNumber>;
1125
- text: z.ZodNullable<z.ZodString>;
1126
- }, "strip", z.ZodTypeAny, {
1127
- text: string | null;
1128
- year: number | null;
1129
- month: string | null;
1130
- }, {
1131
- text: string | null;
1132
- year: number | null;
1133
- month: string | null;
1134
- }>>;
1135
- endDate: z.ZodNullable<z.ZodObject<{
1136
- month: z.ZodNullable<z.ZodString>;
1137
- year: z.ZodNullable<z.ZodNumber>;
1138
- text: z.ZodNullable<z.ZodString>;
1139
- }, "strip", z.ZodTypeAny, {
1140
- text: string | null;
1141
- year: number | null;
1142
- month: string | null;
1143
- }, {
1144
- text: string | null;
1145
- year: number | null;
1146
- month: string | null;
1147
- }>>;
1148
- }, "strip", z.ZodTypeAny, {
1149
- duration: string | null;
1150
- description: string | null;
1151
- location: string | null;
1152
- companyName: string | null;
1153
- companyLinkedinUrl: string | null;
1154
- employmentType: string | null;
1155
- position: string | null;
1156
- workplaceType: string | null;
1157
- skills: string[] | null;
1158
- startDate: {
1159
- text: string | null;
1160
- year: number | null;
1161
- month: string | null;
1162
- } | null;
1163
- endDate: {
1164
- text: string | null;
1165
- year: number | null;
1166
- month: string | null;
1167
- } | null;
1168
- }, {
1169
- duration: string | null;
1170
- description: string | null;
1171
- location: string | null;
1172
- companyName: string | null;
1173
- companyLinkedinUrl: string | null;
1174
- employmentType: string | null;
1175
- position: string | null;
1176
- workplaceType: string | null;
1177
- skills: string[] | null;
1178
- startDate: {
1179
- text: string | null;
1180
- year: number | null;
1181
- month: string | null;
1182
- } | null;
1183
- endDate: {
1184
- text: string | null;
1185
- year: number | null;
1186
- month: string | null;
1187
- } | null;
1188
- }>, "many">>;
1189
- education: z.ZodNullable<z.ZodArray<z.ZodObject<{
1190
- schoolName: z.ZodNullable<z.ZodString>;
1191
- schoolLinkedinUrl: z.ZodNullable<z.ZodString>;
1192
- degree: z.ZodNullable<z.ZodString>;
1193
- fieldOfStudy: z.ZodNullable<z.ZodString>;
1194
- startDate: z.ZodNullable<z.ZodObject<{
1195
- month: z.ZodNullable<z.ZodString>;
1196
- year: z.ZodNullable<z.ZodNumber>;
1197
- text: z.ZodNullable<z.ZodString>;
1198
- }, "strip", z.ZodTypeAny, {
1199
- text: string | null;
1200
- year: number | null;
1201
- month: string | null;
1202
- }, {
1203
- text: string | null;
1204
- year: number | null;
1205
- month: string | null;
1206
- }>>;
1207
- endDate: z.ZodNullable<z.ZodObject<{
1208
- month: z.ZodNullable<z.ZodString>;
1209
- year: z.ZodNullable<z.ZodNumber>;
1210
- text: z.ZodNullable<z.ZodString>;
1211
- }, "strip", z.ZodTypeAny, {
1212
- text: string | null;
1213
- year: number | null;
1214
- month: string | null;
1215
- }, {
1216
- text: string | null;
1217
- year: number | null;
1218
- month: string | null;
1219
- }>>;
1220
- period: z.ZodNullable<z.ZodString>;
1221
- }, "strip", z.ZodTypeAny, {
1222
- startDate: {
1223
- text: string | null;
1224
- year: number | null;
1225
- month: string | null;
1226
- } | null;
1227
- endDate: {
1228
- text: string | null;
1229
- year: number | null;
1230
- month: string | null;
1231
- } | null;
1232
- schoolName: string | null;
1233
- schoolLinkedinUrl: string | null;
1234
- degree: string | null;
1235
- fieldOfStudy: string | null;
1236
- period: string | null;
1237
- }, {
1238
- startDate: {
1239
- text: string | null;
1240
- year: number | null;
1241
- month: string | null;
1242
- } | null;
1243
- endDate: {
1244
- text: string | null;
1245
- year: number | null;
1246
- month: string | null;
1247
- } | null;
1248
- schoolName: string | null;
1249
- schoolLinkedinUrl: string | null;
1250
- degree: string | null;
1251
- fieldOfStudy: string | null;
1252
- period: string | null;
1253
- }>, "many">>;
1254
- certifications: z.ZodNullable<z.ZodArray<z.ZodObject<{
1255
- title: z.ZodNullable<z.ZodString>;
1256
- issuedAt: z.ZodNullable<z.ZodString>;
1257
- issuedBy: z.ZodNullable<z.ZodString>;
1258
- }, "strip", z.ZodTypeAny, {
1259
- title: string | null;
1260
- issuedAt: string | null;
1261
- issuedBy: string | null;
1262
- }, {
1263
- title: string | null;
1264
- issuedAt: string | null;
1265
- issuedBy: string | null;
1266
- }>, "many">>;
1267
- languages: z.ZodNullable<z.ZodArray<z.ZodObject<{
1268
- name: z.ZodNullable<z.ZodString>;
1269
- proficiency: z.ZodNullable<z.ZodString>;
1270
- }, "strip", z.ZodTypeAny, {
1271
- name: string | null;
1272
- proficiency: string | null;
1273
- }, {
1274
- name: string | null;
1275
- proficiency: string | null;
1276
- }>, "many">>;
1277
- skills: z.ZodNullable<z.ZodArray<z.ZodObject<{
1278
- name: z.ZodNullable<z.ZodString>;
1279
- }, "strip", z.ZodTypeAny, {
1280
- name: string | null;
1281
- }, {
1282
- name: string | null;
1283
- }>, "many">>;
1284
- }, "strip", z.ZodTypeAny, {
1285
- id: string | null;
1286
- photo: string | null;
1287
- verified: boolean | null;
1288
- location: {
1289
- text: string | null;
1290
- countryCode: string | null;
1291
- country: string | null;
1292
- state: string | null;
1293
- city: string | null;
1294
- } | null;
1295
- headline: string | null;
1296
- skills: {
1297
- name: string | null;
1298
- }[] | null;
1299
- firstName: string | null;
1300
- lastName: string | null;
1301
- publicIdentifier: string | null;
1302
- linkedinUrl: string | null;
1303
- about: string | null;
1304
- openToWork: boolean | null;
1305
- hiring: boolean | null;
1306
- premium: boolean | null;
1307
- influencer: boolean | null;
1308
- topSkills: string | null;
1309
- connectionsCount: number | null;
1310
- followerCount: number | null;
1311
- currentPosition: {
1312
- companyName: string | null;
1313
- }[] | null;
1314
- experience: {
1315
- duration: string | null;
1316
- description: string | null;
1317
- location: string | null;
1318
- companyName: string | null;
1319
- companyLinkedinUrl: string | null;
1320
- employmentType: string | null;
1321
- position: string | null;
1322
- workplaceType: string | null;
1323
- skills: string[] | null;
1324
- startDate: {
1325
- text: string | null;
1326
- year: number | null;
1327
- month: string | null;
1328
- } | null;
1329
- endDate: {
1330
- text: string | null;
1331
- year: number | null;
1332
- month: string | null;
1333
- } | null;
1334
- }[] | null;
1335
- education: {
1336
- startDate: {
1337
- text: string | null;
1338
- year: number | null;
1339
- month: string | null;
1340
- } | null;
1341
- endDate: {
1342
- text: string | null;
1343
- year: number | null;
1344
- month: string | null;
1345
- } | null;
1346
- schoolName: string | null;
1347
- schoolLinkedinUrl: string | null;
1348
- degree: string | null;
1349
- fieldOfStudy: string | null;
1350
- period: string | null;
1351
- }[] | null;
1352
- certifications: {
1353
- title: string | null;
1354
- issuedAt: string | null;
1355
- issuedBy: string | null;
1356
- }[] | null;
1357
- languages: {
1358
- name: string | null;
1359
- proficiency: string | null;
1360
- }[] | null;
1361
- }, {
1362
- id: string | null;
1363
- photo: string | null;
1364
- verified: boolean | null;
1365
- location: {
1366
- text: string | null;
1367
- countryCode: string | null;
1368
- country: string | null;
1369
- state: string | null;
1370
- city: string | null;
1371
- } | null;
1372
- headline: string | null;
1373
- skills: {
1374
- name: string | null;
1375
- }[] | null;
1376
- firstName: string | null;
1377
- lastName: string | null;
1378
- publicIdentifier: string | null;
1379
- linkedinUrl: string | null;
1380
- about: string | null;
1381
- openToWork: boolean | null;
1382
- hiring: boolean | null;
1383
- premium: boolean | null;
1384
- influencer: boolean | null;
1385
- topSkills: string | null;
1386
- connectionsCount: number | null;
1387
- followerCount: number | null;
1388
- currentPosition: {
1389
- companyName: string | null;
1390
- }[] | null;
1391
- experience: {
1392
- duration: string | null;
1393
- description: string | null;
1394
- location: string | null;
1395
- companyName: string | null;
1396
- companyLinkedinUrl: string | null;
1397
- employmentType: string | null;
1398
- position: string | null;
1399
- workplaceType: string | null;
1400
- skills: string[] | null;
1401
- startDate: {
1402
- text: string | null;
1403
- year: number | null;
1404
- month: string | null;
1405
- } | null;
1406
- endDate: {
1407
- text: string | null;
1408
- year: number | null;
1409
- month: string | null;
1410
- } | null;
1411
- }[] | null;
1412
- education: {
1413
- startDate: {
1414
- text: string | null;
1415
- year: number | null;
1416
- month: string | null;
1417
- } | null;
1418
- endDate: {
1419
- text: string | null;
1420
- year: number | null;
1421
- month: string | null;
1422
- } | null;
1423
- schoolName: string | null;
1424
- schoolLinkedinUrl: string | null;
1425
- degree: string | null;
1426
- fieldOfStudy: string | null;
1427
- period: string | null;
1428
- }[] | null;
1429
- certifications: {
1430
- title: string | null;
1431
- issuedAt: string | null;
1432
- issuedBy: string | null;
1433
- }[] | null;
1434
- languages: {
1435
- name: string | null;
1436
- proficiency: string | null;
1437
- }[] | null;
1438
- }>>>;
1439
- jobs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1440
- id: z.ZodNullable<z.ZodString>;
1441
- title: z.ZodNullable<z.ZodString>;
1442
- company: z.ZodNullable<z.ZodObject<{
1443
- name: z.ZodNullable<z.ZodString>;
1444
- url: z.ZodNullable<z.ZodString>;
1445
- logo: z.ZodNullable<z.ZodString>;
1446
- }, "strip", z.ZodTypeAny, {
1447
- name: string | null;
1448
- url: string | null;
1449
- logo: string | null;
1450
- }, {
1451
- name: string | null;
1452
- url: string | null;
1453
- logo: string | null;
708
+ name: string | null;
709
+ url: string | null;
710
+ logo: string | null;
1454
711
  }>>;
1455
712
  location: z.ZodNullable<z.ZodString>;
1456
713
  description: z.ZodNullable<z.ZodString>;
@@ -1467,59 +724,59 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1467
724
  }, "strip", z.ZodTypeAny, {
1468
725
  from: number | null;
1469
726
  to: number | null;
1470
- period: string | null;
1471
727
  currency: string | null;
728
+ period: string | null;
1472
729
  }, {
1473
730
  from: number | null;
1474
731
  to: number | null;
1475
- period: string | null;
1476
732
  currency: string | null;
733
+ period: string | null;
1477
734
  }>>;
1478
735
  skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
1479
736
  }, "strip", z.ZodTypeAny, {
1480
737
  description: string | null;
1481
738
  title: string | null;
1482
- id: string | null;
1483
739
  url: string | null;
740
+ id: string | null;
1484
741
  location: string | null;
1485
742
  postedAt: string | null;
1486
743
  applyUrl: string | null;
1487
744
  salary: {
1488
745
  from: number | null;
1489
746
  to: number | null;
1490
- period: string | null;
1491
747
  currency: string | null;
748
+ period: string | null;
1492
749
  } | null;
1493
750
  seniorityLevel: string | null;
1494
751
  employmentType: string | null;
1495
- skills: string[] | null;
1496
752
  company: {
1497
753
  name: string | null;
1498
754
  url: string | null;
1499
755
  logo: string | null;
1500
756
  } | null;
757
+ skills: string[] | null;
1501
758
  }, {
1502
759
  description: string | null;
1503
760
  title: string | null;
1504
- id: string | null;
1505
761
  url: string | null;
762
+ id: string | null;
1506
763
  location: string | null;
1507
764
  postedAt: string | null;
1508
765
  applyUrl: string | null;
1509
766
  salary: {
1510
767
  from: number | null;
1511
768
  to: number | null;
1512
- period: string | null;
1513
769
  currency: string | null;
770
+ period: string | null;
1514
771
  } | null;
1515
772
  seniorityLevel: string | null;
1516
773
  employmentType: string | null;
1517
- skills: string[] | null;
1518
774
  company: {
1519
775
  name: string | null;
1520
776
  url: string | null;
1521
777
  logo: string | null;
1522
778
  } | null;
779
+ skills: string[] | null;
1523
780
  }>, "many">>;
1524
781
  posts: z.ZodArray<z.ZodObject<{
1525
782
  urn: z.ZodNullable<z.ZodString>;
@@ -1550,17 +807,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1550
807
  }, "strip", z.ZodTypeAny, {
1551
808
  username: string | null;
1552
809
  headline: string | null;
1553
- firstName: string | null;
1554
- lastName: string | null;
1555
810
  profileUrl: string | null;
1556
811
  profilePicture: string | null;
812
+ firstName: string | null;
813
+ lastName: string | null;
1557
814
  }, {
1558
815
  username: string | null;
1559
816
  headline: string | null;
1560
- firstName: string | null;
1561
- lastName: string | null;
1562
817
  profileUrl: string | null;
1563
818
  profilePicture: string | null;
819
+ firstName: string | null;
820
+ lastName: string | null;
1564
821
  }>>;
1565
822
  stats: z.ZodNullable<z.ZodObject<{
1566
823
  totalReactions: z.ZodNullable<z.ZodNumber>;
@@ -1689,17 +946,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1689
946
  }, "strip", z.ZodTypeAny, {
1690
947
  username: string | null;
1691
948
  headline: string | null;
1692
- firstName: string | null;
1693
- lastName: string | null;
1694
949
  profileUrl: string | null;
1695
950
  profilePicture: string | null;
951
+ firstName: string | null;
952
+ lastName: string | null;
1696
953
  }, {
1697
954
  username: string | null;
1698
955
  headline: string | null;
1699
- firstName: string | null;
1700
- lastName: string | null;
1701
956
  profileUrl: string | null;
1702
957
  profilePicture: string | null;
958
+ firstName: string | null;
959
+ lastName: string | null;
1703
960
  }>>;
1704
961
  stats: z.ZodNullable<z.ZodObject<{
1705
962
  totalReactions: z.ZodNullable<z.ZodNumber>;
@@ -1769,6 +1026,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1769
1026
  thumbnail: string | null;
1770
1027
  }>>;
1771
1028
  }, "strip", z.ZodTypeAny, {
1029
+ url: string | null;
1030
+ text: string | null;
1031
+ urn: string | null;
1032
+ author: {
1033
+ username: string | null;
1034
+ headline: string | null;
1035
+ profileUrl: string | null;
1036
+ profilePicture: string | null;
1037
+ firstName: string | null;
1038
+ lastName: string | null;
1039
+ } | null;
1772
1040
  stats: {
1773
1041
  like: number | null;
1774
1042
  support: number | null;
@@ -1780,17 +1048,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1780
1048
  reposts: number | null;
1781
1049
  totalReactions: number | null;
1782
1050
  } | null;
1783
- text: string | null;
1784
- url: string | null;
1785
- urn: string | null;
1786
- author: {
1787
- username: string | null;
1788
- headline: string | null;
1789
- firstName: string | null;
1790
- lastName: string | null;
1791
- profileUrl: string | null;
1792
- profilePicture: string | null;
1793
- } | null;
1794
1051
  media: {
1795
1052
  type: string | null;
1796
1053
  url: string | null;
@@ -1808,6 +1065,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1808
1065
  } | null;
1809
1066
  postType: string | null;
1810
1067
  }, {
1068
+ url: string | null;
1069
+ text: string | null;
1070
+ urn: string | null;
1071
+ author: {
1072
+ username: string | null;
1073
+ headline: string | null;
1074
+ profileUrl: string | null;
1075
+ profilePicture: string | null;
1076
+ firstName: string | null;
1077
+ lastName: string | null;
1078
+ } | null;
1811
1079
  stats: {
1812
1080
  like: number | null;
1813
1081
  support: number | null;
@@ -1819,17 +1087,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1819
1087
  reposts: number | null;
1820
1088
  totalReactions: number | null;
1821
1089
  } | null;
1822
- text: string | null;
1823
- url: string | null;
1824
- urn: string | null;
1825
- author: {
1826
- username: string | null;
1827
- headline: string | null;
1828
- firstName: string | null;
1829
- lastName: string | null;
1830
- profileUrl: string | null;
1831
- profilePicture: string | null;
1832
- } | null;
1833
1090
  media: {
1834
1091
  type: string | null;
1835
1092
  url: string | null;
@@ -1848,19 +1105,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1848
1105
  postType: string | null;
1849
1106
  }>>;
1850
1107
  }, "strip", z.ZodTypeAny, {
1851
- stats: {
1852
- like: number | null;
1853
- support: number | null;
1854
- love: number | null;
1855
- insight: number | null;
1856
- celebrate: number | null;
1857
- funny: number | null;
1858
- comments: number | null;
1859
- reposts: number | null;
1860
- totalReactions: number | null;
1861
- } | null;
1862
- text: string | null;
1863
1108
  url: string | null;
1109
+ text: string | null;
1864
1110
  document: {
1865
1111
  title: string | null;
1866
1112
  url: string | null;
@@ -1871,10 +1117,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1871
1117
  author: {
1872
1118
  username: string | null;
1873
1119
  headline: string | null;
1874
- firstName: string | null;
1875
- lastName: string | null;
1876
1120
  profileUrl: string | null;
1877
1121
  profilePicture: string | null;
1122
+ firstName: string | null;
1123
+ lastName: string | null;
1124
+ } | null;
1125
+ stats: {
1126
+ like: number | null;
1127
+ support: number | null;
1128
+ love: number | null;
1129
+ insight: number | null;
1130
+ celebrate: number | null;
1131
+ funny: number | null;
1132
+ comments: number | null;
1133
+ reposts: number | null;
1134
+ totalReactions: number | null;
1878
1135
  } | null;
1879
1136
  media: {
1880
1137
  type: string | null;
@@ -1900,6 +1157,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1900
1157
  fullUrn: string | null;
1901
1158
  postType: string | null;
1902
1159
  resharedPost: {
1160
+ url: string | null;
1161
+ text: string | null;
1162
+ urn: string | null;
1163
+ author: {
1164
+ username: string | null;
1165
+ headline: string | null;
1166
+ profileUrl: string | null;
1167
+ profilePicture: string | null;
1168
+ firstName: string | null;
1169
+ lastName: string | null;
1170
+ } | null;
1903
1171
  stats: {
1904
1172
  like: number | null;
1905
1173
  support: number | null;
@@ -1911,17 +1179,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1911
1179
  reposts: number | null;
1912
1180
  totalReactions: number | null;
1913
1181
  } | null;
1914
- text: string | null;
1915
- url: string | null;
1916
- urn: string | null;
1917
- author: {
1918
- username: string | null;
1919
- headline: string | null;
1920
- firstName: string | null;
1921
- lastName: string | null;
1922
- profileUrl: string | null;
1923
- profilePicture: string | null;
1924
- } | null;
1925
1182
  media: {
1926
1183
  type: string | null;
1927
1184
  url: string | null;
@@ -1940,19 +1197,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1940
1197
  postType: string | null;
1941
1198
  } | null;
1942
1199
  }, {
1943
- stats: {
1944
- like: number | null;
1945
- support: number | null;
1946
- love: number | null;
1947
- insight: number | null;
1948
- celebrate: number | null;
1949
- funny: number | null;
1950
- comments: number | null;
1951
- reposts: number | null;
1952
- totalReactions: number | null;
1953
- } | null;
1954
- text: string | null;
1955
1200
  url: string | null;
1201
+ text: string | null;
1956
1202
  document: {
1957
1203
  title: string | null;
1958
1204
  url: string | null;
@@ -1963,10 +1209,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1963
1209
  author: {
1964
1210
  username: string | null;
1965
1211
  headline: string | null;
1966
- firstName: string | null;
1967
- lastName: string | null;
1968
1212
  profileUrl: string | null;
1969
1213
  profilePicture: string | null;
1214
+ firstName: string | null;
1215
+ lastName: string | null;
1216
+ } | null;
1217
+ stats: {
1218
+ like: number | null;
1219
+ support: number | null;
1220
+ love: number | null;
1221
+ insight: number | null;
1222
+ celebrate: number | null;
1223
+ funny: number | null;
1224
+ comments: number | null;
1225
+ reposts: number | null;
1226
+ totalReactions: number | null;
1970
1227
  } | null;
1971
1228
  media: {
1972
1229
  type: string | null;
@@ -1992,6 +1249,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1992
1249
  fullUrn: string | null;
1993
1250
  postType: string | null;
1994
1251
  resharedPost: {
1252
+ url: string | null;
1253
+ text: string | null;
1254
+ urn: string | null;
1255
+ author: {
1256
+ username: string | null;
1257
+ headline: string | null;
1258
+ profileUrl: string | null;
1259
+ profilePicture: string | null;
1260
+ firstName: string | null;
1261
+ lastName: string | null;
1262
+ } | null;
1995
1263
  stats: {
1996
1264
  like: number | null;
1997
1265
  support: number | null;
@@ -2003,17 +1271,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2003
1271
  reposts: number | null;
2004
1272
  totalReactions: number | null;
2005
1273
  } | null;
2006
- text: string | null;
2007
- url: string | null;
2008
- urn: string | null;
2009
- author: {
2010
- username: string | null;
2011
- headline: string | null;
2012
- firstName: string | null;
2013
- lastName: string | null;
2014
- profileUrl: string | null;
2015
- profilePicture: string | null;
2016
- } | null;
2017
1274
  media: {
2018
1275
  type: string | null;
2019
1276
  url: string | null;
@@ -2043,21 +1300,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2043
1300
  }, "strip", z.ZodTypeAny, {
2044
1301
  error: string;
2045
1302
  success: boolean;
2046
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
1303
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2047
1304
  posts: {
2048
- stats: {
2049
- like: number | null;
2050
- support: number | null;
2051
- love: number | null;
2052
- insight: number | null;
2053
- celebrate: number | null;
2054
- funny: number | null;
2055
- comments: number | null;
2056
- reposts: number | null;
2057
- totalReactions: number | null;
2058
- } | null;
2059
- text: string | null;
2060
1305
  url: string | null;
1306
+ text: string | null;
2061
1307
  document: {
2062
1308
  title: string | null;
2063
1309
  url: string | null;
@@ -2068,10 +1314,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2068
1314
  author: {
2069
1315
  username: string | null;
2070
1316
  headline: string | null;
2071
- firstName: string | null;
2072
- lastName: string | null;
2073
1317
  profileUrl: string | null;
2074
1318
  profilePicture: string | null;
1319
+ firstName: string | null;
1320
+ lastName: string | null;
1321
+ } | null;
1322
+ stats: {
1323
+ like: number | null;
1324
+ support: number | null;
1325
+ love: number | null;
1326
+ insight: number | null;
1327
+ celebrate: number | null;
1328
+ funny: number | null;
1329
+ comments: number | null;
1330
+ reposts: number | null;
1331
+ totalReactions: number | null;
2075
1332
  } | null;
2076
1333
  media: {
2077
1334
  type: string | null;
@@ -2097,6 +1354,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2097
1354
  fullUrn: string | null;
2098
1355
  postType: string | null;
2099
1356
  resharedPost: {
1357
+ url: string | null;
1358
+ text: string | null;
1359
+ urn: string | null;
1360
+ author: {
1361
+ username: string | null;
1362
+ headline: string | null;
1363
+ profileUrl: string | null;
1364
+ profilePicture: string | null;
1365
+ firstName: string | null;
1366
+ lastName: string | null;
1367
+ } | null;
2100
1368
  stats: {
2101
1369
  like: number | null;
2102
1370
  support: number | null;
@@ -2108,17 +1376,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2108
1376
  reposts: number | null;
2109
1377
  totalReactions: number | null;
2110
1378
  } | null;
2111
- text: string | null;
2112
- url: string | null;
2113
- urn: string | null;
2114
- author: {
2115
- username: string | null;
2116
- headline: string | null;
2117
- firstName: string | null;
2118
- lastName: string | null;
2119
- profileUrl: string | null;
2120
- profilePicture: string | null;
2121
- } | null;
2122
1379
  media: {
2123
1380
  type: string | null;
2124
1381
  url: string | null;
@@ -2138,130 +1395,41 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2138
1395
  } | null;
2139
1396
  }[];
2140
1397
  totalPosts: number;
2141
- profile?: {
2142
- id: string | null;
2143
- photo: string | null;
2144
- verified: boolean | null;
2145
- location: {
2146
- text: string | null;
2147
- countryCode: string | null;
2148
- country: string | null;
2149
- state: string | null;
2150
- city: string | null;
2151
- } | null;
2152
- headline: string | null;
2153
- skills: {
2154
- name: string | null;
2155
- }[] | null;
2156
- firstName: string | null;
2157
- lastName: string | null;
2158
- publicIdentifier: string | null;
2159
- linkedinUrl: string | null;
2160
- about: string | null;
2161
- openToWork: boolean | null;
2162
- hiring: boolean | null;
2163
- premium: boolean | null;
2164
- influencer: boolean | null;
2165
- topSkills: string | null;
2166
- connectionsCount: number | null;
2167
- followerCount: number | null;
2168
- currentPosition: {
2169
- companyName: string | null;
2170
- }[] | null;
2171
- experience: {
2172
- duration: string | null;
2173
- description: string | null;
2174
- location: string | null;
2175
- companyName: string | null;
2176
- companyLinkedinUrl: string | null;
2177
- employmentType: string | null;
2178
- position: string | null;
2179
- workplaceType: string | null;
2180
- skills: string[] | null;
2181
- startDate: {
2182
- text: string | null;
2183
- year: number | null;
2184
- month: string | null;
2185
- } | null;
2186
- endDate: {
2187
- text: string | null;
2188
- year: number | null;
2189
- month: string | null;
2190
- } | null;
2191
- }[] | null;
2192
- education: {
2193
- startDate: {
2194
- text: string | null;
2195
- year: number | null;
2196
- month: string | null;
2197
- } | null;
2198
- endDate: {
2199
- text: string | null;
2200
- year: number | null;
2201
- month: string | null;
2202
- } | null;
2203
- schoolName: string | null;
2204
- schoolLinkedinUrl: string | null;
2205
- degree: string | null;
2206
- fieldOfStudy: string | null;
2207
- period: string | null;
2208
- }[] | null;
2209
- certifications: {
2210
- title: string | null;
2211
- issuedAt: string | null;
2212
- issuedBy: string | null;
2213
- }[] | null;
2214
- languages: {
2215
- name: string | null;
2216
- proficiency: string | null;
2217
- }[] | null;
2218
- } | null | undefined;
2219
1398
  username?: string | undefined;
2220
1399
  keyword?: string | undefined;
2221
1400
  jobs?: {
2222
1401
  description: string | null;
2223
1402
  title: string | null;
2224
- id: string | null;
2225
1403
  url: string | null;
1404
+ id: string | null;
2226
1405
  location: string | null;
2227
1406
  postedAt: string | null;
2228
1407
  applyUrl: string | null;
2229
1408
  salary: {
2230
1409
  from: number | null;
2231
1410
  to: number | null;
2232
- period: string | null;
2233
1411
  currency: string | null;
1412
+ period: string | null;
2234
1413
  } | null;
2235
1414
  seniorityLevel: string | null;
2236
1415
  employmentType: string | null;
2237
- skills: string[] | null;
2238
1416
  company: {
2239
1417
  name: string | null;
2240
1418
  url: string | null;
2241
1419
  logo: string | null;
2242
1420
  } | null;
1421
+ skills: string[] | null;
2243
1422
  }[] | undefined;
2244
1423
  totalResults?: number | null | undefined;
2245
1424
  paginationToken?: string | null | undefined;
2246
1425
  hasNextPage?: boolean | null | undefined;
2247
1426
  }, {
2248
1427
  error: string;
2249
- success: boolean;
2250
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2251
- posts: {
2252
- stats: {
2253
- like: number | null;
2254
- support: number | null;
2255
- love: number | null;
2256
- insight: number | null;
2257
- celebrate: number | null;
2258
- funny: number | null;
2259
- comments: number | null;
2260
- reposts: number | null;
2261
- totalReactions: number | null;
2262
- } | null;
2263
- text: string | null;
1428
+ success: boolean;
1429
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1430
+ posts: {
2264
1431
  url: string | null;
1432
+ text: string | null;
2265
1433
  document: {
2266
1434
  title: string | null;
2267
1435
  url: string | null;
@@ -2272,10 +1440,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2272
1440
  author: {
2273
1441
  username: string | null;
2274
1442
  headline: string | null;
2275
- firstName: string | null;
2276
- lastName: string | null;
2277
1443
  profileUrl: string | null;
2278
1444
  profilePicture: string | null;
1445
+ firstName: string | null;
1446
+ lastName: string | null;
1447
+ } | null;
1448
+ stats: {
1449
+ like: number | null;
1450
+ support: number | null;
1451
+ love: number | null;
1452
+ insight: number | null;
1453
+ celebrate: number | null;
1454
+ funny: number | null;
1455
+ comments: number | null;
1456
+ reposts: number | null;
1457
+ totalReactions: number | null;
2279
1458
  } | null;
2280
1459
  media: {
2281
1460
  type: string | null;
@@ -2301,6 +1480,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2301
1480
  fullUrn: string | null;
2302
1481
  postType: string | null;
2303
1482
  resharedPost: {
1483
+ url: string | null;
1484
+ text: string | null;
1485
+ urn: string | null;
1486
+ author: {
1487
+ username: string | null;
1488
+ headline: string | null;
1489
+ profileUrl: string | null;
1490
+ profilePicture: string | null;
1491
+ firstName: string | null;
1492
+ lastName: string | null;
1493
+ } | null;
2304
1494
  stats: {
2305
1495
  like: number | null;
2306
1496
  support: number | null;
@@ -2312,17 +1502,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2312
1502
  reposts: number | null;
2313
1503
  totalReactions: number | null;
2314
1504
  } | null;
2315
- text: string | null;
2316
- url: string | null;
2317
- urn: string | null;
2318
- author: {
2319
- username: string | null;
2320
- headline: string | null;
2321
- firstName: string | null;
2322
- lastName: string | null;
2323
- profileUrl: string | null;
2324
- profilePicture: string | null;
2325
- } | null;
2326
1505
  media: {
2327
1506
  type: string | null;
2328
1507
  url: string | null;
@@ -2342,108 +1521,30 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2342
1521
  } | null;
2343
1522
  }[];
2344
1523
  totalPosts: number;
2345
- profile?: {
2346
- id: string | null;
2347
- photo: string | null;
2348
- verified: boolean | null;
2349
- location: {
2350
- text: string | null;
2351
- countryCode: string | null;
2352
- country: string | null;
2353
- state: string | null;
2354
- city: string | null;
2355
- } | null;
2356
- headline: string | null;
2357
- skills: {
2358
- name: string | null;
2359
- }[] | null;
2360
- firstName: string | null;
2361
- lastName: string | null;
2362
- publicIdentifier: string | null;
2363
- linkedinUrl: string | null;
2364
- about: string | null;
2365
- openToWork: boolean | null;
2366
- hiring: boolean | null;
2367
- premium: boolean | null;
2368
- influencer: boolean | null;
2369
- topSkills: string | null;
2370
- connectionsCount: number | null;
2371
- followerCount: number | null;
2372
- currentPosition: {
2373
- companyName: string | null;
2374
- }[] | null;
2375
- experience: {
2376
- duration: string | null;
2377
- description: string | null;
2378
- location: string | null;
2379
- companyName: string | null;
2380
- companyLinkedinUrl: string | null;
2381
- employmentType: string | null;
2382
- position: string | null;
2383
- workplaceType: string | null;
2384
- skills: string[] | null;
2385
- startDate: {
2386
- text: string | null;
2387
- year: number | null;
2388
- month: string | null;
2389
- } | null;
2390
- endDate: {
2391
- text: string | null;
2392
- year: number | null;
2393
- month: string | null;
2394
- } | null;
2395
- }[] | null;
2396
- education: {
2397
- startDate: {
2398
- text: string | null;
2399
- year: number | null;
2400
- month: string | null;
2401
- } | null;
2402
- endDate: {
2403
- text: string | null;
2404
- year: number | null;
2405
- month: string | null;
2406
- } | null;
2407
- schoolName: string | null;
2408
- schoolLinkedinUrl: string | null;
2409
- degree: string | null;
2410
- fieldOfStudy: string | null;
2411
- period: string | null;
2412
- }[] | null;
2413
- certifications: {
2414
- title: string | null;
2415
- issuedAt: string | null;
2416
- issuedBy: string | null;
2417
- }[] | null;
2418
- languages: {
2419
- name: string | null;
2420
- proficiency: string | null;
2421
- }[] | null;
2422
- } | null | undefined;
2423
1524
  username?: string | undefined;
2424
1525
  keyword?: string | undefined;
2425
1526
  jobs?: {
2426
1527
  description: string | null;
2427
1528
  title: string | null;
2428
- id: string | null;
2429
1529
  url: string | null;
1530
+ id: string | null;
2430
1531
  location: string | null;
2431
1532
  postedAt: string | null;
2432
1533
  applyUrl: string | null;
2433
1534
  salary: {
2434
1535
  from: number | null;
2435
1536
  to: number | null;
2436
- period: string | null;
2437
1537
  currency: string | null;
1538
+ period: string | null;
2438
1539
  } | null;
2439
1540
  seniorityLevel: string | null;
2440
1541
  employmentType: string | null;
2441
- skills: string[] | null;
2442
1542
  company: {
2443
1543
  name: string | null;
2444
1544
  url: string | null;
2445
1545
  logo: string | null;
2446
1546
  } | null;
1547
+ skills: string[] | null;
2447
1548
  }[] | undefined;
2448
1549
  totalResults?: number | null | undefined;
2449
1550
  paginationToken?: string | null | undefined;
@@ -2456,7 +1557,6 @@ export type LinkedInPost = z.output<typeof LinkedInPostSchema>;
2456
1557
  export type LinkedInJob = z.output<typeof LinkedInJobSchema>;
2457
1558
  export type LinkedInAuthor = z.output<typeof LinkedInAuthorSchema>;
2458
1559
  export type LinkedInStats = z.output<typeof LinkedInStatsSchema>;
2459
- export type LinkedInProfile = z.output<typeof LinkedInProfileSchema>;
2460
1560
  /**
2461
1561
  * LinkedIn scraping tool with multiple operations
2462
1562
  *
@@ -2475,8 +1575,7 @@ export type LinkedInProfile = z.output<typeof LinkedInProfileSchema>;
2475
1575
  export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedInToolResult> {
2476
1576
  static readonly bubbleName: BubbleName;
2477
1577
  static readonly schema: z.ZodObject<{
2478
- operation: z.ZodEnum<["scrapeProfile", "scrapePosts", "searchPosts", "scrapeJobs"]>;
2479
- profileUrl: z.ZodOptional<z.ZodString>;
1578
+ operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
2480
1579
  username: z.ZodOptional<z.ZodString>;
2481
1580
  keyword: z.ZodOptional<z.ZodString>;
2482
1581
  location: z.ZodOptional<z.ZodString>;
@@ -2489,406 +1588,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2489
1588
  pageNumber: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2490
1589
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2491
1590
  }, "strip", z.ZodTypeAny, {
2492
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
1591
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2493
1592
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2494
1593
  username?: string | undefined;
2495
1594
  limit?: number | undefined;
2496
1595
  pageNumber?: number | undefined;
2497
1596
  location?: string | undefined;
2498
1597
  keyword?: string | undefined;
2499
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2500
1598
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2501
- profileUrl?: string | undefined;
2502
1599
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2503
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1600
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1601
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2504
1602
  sortBy?: "relevance" | "date_posted" | undefined;
2505
1603
  }, {
2506
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
1604
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2507
1605
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2508
1606
  username?: string | undefined;
2509
1607
  limit?: number | undefined;
2510
1608
  pageNumber?: number | undefined;
2511
1609
  location?: string | undefined;
2512
1610
  keyword?: string | undefined;
2513
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2514
1611
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2515
- profileUrl?: string | undefined;
2516
1612
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2517
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1613
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1614
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2518
1615
  sortBy?: "relevance" | "date_posted" | undefined;
2519
1616
  }>;
2520
1617
  static readonly resultSchema: z.ZodObject<{
2521
- operation: z.ZodEnum<["scrapeProfile", "scrapePosts", "searchPosts", "scrapeJobs"]>;
2522
- profile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2523
- id: z.ZodNullable<z.ZodString>;
2524
- publicIdentifier: z.ZodNullable<z.ZodString>;
2525
- linkedinUrl: z.ZodNullable<z.ZodString>;
2526
- firstName: z.ZodNullable<z.ZodString>;
2527
- lastName: z.ZodNullable<z.ZodString>;
2528
- headline: z.ZodNullable<z.ZodString>;
2529
- about: z.ZodNullable<z.ZodString>;
2530
- openToWork: z.ZodNullable<z.ZodBoolean>;
2531
- hiring: z.ZodNullable<z.ZodBoolean>;
2532
- photo: z.ZodNullable<z.ZodString>;
2533
- premium: z.ZodNullable<z.ZodBoolean>;
2534
- influencer: z.ZodNullable<z.ZodBoolean>;
2535
- location: z.ZodNullable<z.ZodObject<{
2536
- text: z.ZodNullable<z.ZodString>;
2537
- countryCode: z.ZodNullable<z.ZodString>;
2538
- country: z.ZodNullable<z.ZodString>;
2539
- state: z.ZodNullable<z.ZodString>;
2540
- city: z.ZodNullable<z.ZodString>;
2541
- }, "strip", z.ZodTypeAny, {
2542
- text: string | null;
2543
- countryCode: string | null;
2544
- country: string | null;
2545
- state: string | null;
2546
- city: string | null;
2547
- }, {
2548
- text: string | null;
2549
- countryCode: string | null;
2550
- country: string | null;
2551
- state: string | null;
2552
- city: string | null;
2553
- }>>;
2554
- verified: z.ZodNullable<z.ZodBoolean>;
2555
- topSkills: z.ZodNullable<z.ZodString>;
2556
- connectionsCount: z.ZodNullable<z.ZodNumber>;
2557
- followerCount: z.ZodNullable<z.ZodNumber>;
2558
- currentPosition: z.ZodNullable<z.ZodArray<z.ZodObject<{
2559
- companyName: z.ZodNullable<z.ZodString>;
2560
- }, "strip", z.ZodTypeAny, {
2561
- companyName: string | null;
2562
- }, {
2563
- companyName: string | null;
2564
- }>, "many">>;
2565
- experience: z.ZodNullable<z.ZodArray<z.ZodObject<{
2566
- position: z.ZodNullable<z.ZodString>;
2567
- location: z.ZodNullable<z.ZodString>;
2568
- employmentType: z.ZodNullable<z.ZodString>;
2569
- workplaceType: z.ZodNullable<z.ZodString>;
2570
- companyName: z.ZodNullable<z.ZodString>;
2571
- companyLinkedinUrl: z.ZodNullable<z.ZodString>;
2572
- duration: z.ZodNullable<z.ZodString>;
2573
- description: z.ZodNullable<z.ZodString>;
2574
- skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
2575
- startDate: z.ZodNullable<z.ZodObject<{
2576
- month: z.ZodNullable<z.ZodString>;
2577
- year: z.ZodNullable<z.ZodNumber>;
2578
- text: z.ZodNullable<z.ZodString>;
2579
- }, "strip", z.ZodTypeAny, {
2580
- text: string | null;
2581
- year: number | null;
2582
- month: string | null;
2583
- }, {
2584
- text: string | null;
2585
- year: number | null;
2586
- month: string | null;
2587
- }>>;
2588
- endDate: z.ZodNullable<z.ZodObject<{
2589
- month: z.ZodNullable<z.ZodString>;
2590
- year: z.ZodNullable<z.ZodNumber>;
2591
- text: z.ZodNullable<z.ZodString>;
2592
- }, "strip", z.ZodTypeAny, {
2593
- text: string | null;
2594
- year: number | null;
2595
- month: string | null;
2596
- }, {
2597
- text: string | null;
2598
- year: number | null;
2599
- month: string | null;
2600
- }>>;
2601
- }, "strip", z.ZodTypeAny, {
2602
- duration: string | null;
2603
- description: string | null;
2604
- location: string | null;
2605
- companyName: string | null;
2606
- companyLinkedinUrl: string | null;
2607
- employmentType: string | null;
2608
- position: string | null;
2609
- workplaceType: string | null;
2610
- skills: string[] | null;
2611
- startDate: {
2612
- text: string | null;
2613
- year: number | null;
2614
- month: string | null;
2615
- } | null;
2616
- endDate: {
2617
- text: string | null;
2618
- year: number | null;
2619
- month: string | null;
2620
- } | null;
2621
- }, {
2622
- duration: string | null;
2623
- description: string | null;
2624
- location: string | null;
2625
- companyName: string | null;
2626
- companyLinkedinUrl: string | null;
2627
- employmentType: string | null;
2628
- position: string | null;
2629
- workplaceType: string | null;
2630
- skills: string[] | null;
2631
- startDate: {
2632
- text: string | null;
2633
- year: number | null;
2634
- month: string | null;
2635
- } | null;
2636
- endDate: {
2637
- text: string | null;
2638
- year: number | null;
2639
- month: string | null;
2640
- } | null;
2641
- }>, "many">>;
2642
- education: z.ZodNullable<z.ZodArray<z.ZodObject<{
2643
- schoolName: z.ZodNullable<z.ZodString>;
2644
- schoolLinkedinUrl: z.ZodNullable<z.ZodString>;
2645
- degree: z.ZodNullable<z.ZodString>;
2646
- fieldOfStudy: z.ZodNullable<z.ZodString>;
2647
- startDate: z.ZodNullable<z.ZodObject<{
2648
- month: z.ZodNullable<z.ZodString>;
2649
- year: z.ZodNullable<z.ZodNumber>;
2650
- text: z.ZodNullable<z.ZodString>;
2651
- }, "strip", z.ZodTypeAny, {
2652
- text: string | null;
2653
- year: number | null;
2654
- month: string | null;
2655
- }, {
2656
- text: string | null;
2657
- year: number | null;
2658
- month: string | null;
2659
- }>>;
2660
- endDate: z.ZodNullable<z.ZodObject<{
2661
- month: z.ZodNullable<z.ZodString>;
2662
- year: z.ZodNullable<z.ZodNumber>;
2663
- text: z.ZodNullable<z.ZodString>;
2664
- }, "strip", z.ZodTypeAny, {
2665
- text: string | null;
2666
- year: number | null;
2667
- month: string | null;
2668
- }, {
2669
- text: string | null;
2670
- year: number | null;
2671
- month: string | null;
2672
- }>>;
2673
- period: z.ZodNullable<z.ZodString>;
2674
- }, "strip", z.ZodTypeAny, {
2675
- startDate: {
2676
- text: string | null;
2677
- year: number | null;
2678
- month: string | null;
2679
- } | null;
2680
- endDate: {
2681
- text: string | null;
2682
- year: number | null;
2683
- month: string | null;
2684
- } | null;
2685
- schoolName: string | null;
2686
- schoolLinkedinUrl: string | null;
2687
- degree: string | null;
2688
- fieldOfStudy: string | null;
2689
- period: string | null;
2690
- }, {
2691
- startDate: {
2692
- text: string | null;
2693
- year: number | null;
2694
- month: string | null;
2695
- } | null;
2696
- endDate: {
2697
- text: string | null;
2698
- year: number | null;
2699
- month: string | null;
2700
- } | null;
2701
- schoolName: string | null;
2702
- schoolLinkedinUrl: string | null;
2703
- degree: string | null;
2704
- fieldOfStudy: string | null;
2705
- period: string | null;
2706
- }>, "many">>;
2707
- certifications: z.ZodNullable<z.ZodArray<z.ZodObject<{
2708
- title: z.ZodNullable<z.ZodString>;
2709
- issuedAt: z.ZodNullable<z.ZodString>;
2710
- issuedBy: z.ZodNullable<z.ZodString>;
2711
- }, "strip", z.ZodTypeAny, {
2712
- title: string | null;
2713
- issuedAt: string | null;
2714
- issuedBy: string | null;
2715
- }, {
2716
- title: string | null;
2717
- issuedAt: string | null;
2718
- issuedBy: string | null;
2719
- }>, "many">>;
2720
- languages: z.ZodNullable<z.ZodArray<z.ZodObject<{
2721
- name: z.ZodNullable<z.ZodString>;
2722
- proficiency: z.ZodNullable<z.ZodString>;
2723
- }, "strip", z.ZodTypeAny, {
2724
- name: string | null;
2725
- proficiency: string | null;
2726
- }, {
2727
- name: string | null;
2728
- proficiency: string | null;
2729
- }>, "many">>;
2730
- skills: z.ZodNullable<z.ZodArray<z.ZodObject<{
2731
- name: z.ZodNullable<z.ZodString>;
2732
- }, "strip", z.ZodTypeAny, {
2733
- name: string | null;
2734
- }, {
2735
- name: string | null;
2736
- }>, "many">>;
2737
- }, "strip", z.ZodTypeAny, {
2738
- id: string | null;
2739
- photo: string | null;
2740
- verified: boolean | null;
2741
- location: {
2742
- text: string | null;
2743
- countryCode: string | null;
2744
- country: string | null;
2745
- state: string | null;
2746
- city: string | null;
2747
- } | null;
2748
- headline: string | null;
2749
- skills: {
2750
- name: string | null;
2751
- }[] | null;
2752
- firstName: string | null;
2753
- lastName: string | null;
2754
- publicIdentifier: string | null;
2755
- linkedinUrl: string | null;
2756
- about: string | null;
2757
- openToWork: boolean | null;
2758
- hiring: boolean | null;
2759
- premium: boolean | null;
2760
- influencer: boolean | null;
2761
- topSkills: string | null;
2762
- connectionsCount: number | null;
2763
- followerCount: number | null;
2764
- currentPosition: {
2765
- companyName: string | null;
2766
- }[] | null;
2767
- experience: {
2768
- duration: string | null;
2769
- description: string | null;
2770
- location: string | null;
2771
- companyName: string | null;
2772
- companyLinkedinUrl: string | null;
2773
- employmentType: string | null;
2774
- position: string | null;
2775
- workplaceType: string | null;
2776
- skills: string[] | null;
2777
- startDate: {
2778
- text: string | null;
2779
- year: number | null;
2780
- month: string | null;
2781
- } | null;
2782
- endDate: {
2783
- text: string | null;
2784
- year: number | null;
2785
- month: string | null;
2786
- } | null;
2787
- }[] | null;
2788
- education: {
2789
- startDate: {
2790
- text: string | null;
2791
- year: number | null;
2792
- month: string | null;
2793
- } | null;
2794
- endDate: {
2795
- text: string | null;
2796
- year: number | null;
2797
- month: string | null;
2798
- } | null;
2799
- schoolName: string | null;
2800
- schoolLinkedinUrl: string | null;
2801
- degree: string | null;
2802
- fieldOfStudy: string | null;
2803
- period: string | null;
2804
- }[] | null;
2805
- certifications: {
2806
- title: string | null;
2807
- issuedAt: string | null;
2808
- issuedBy: string | null;
2809
- }[] | null;
2810
- languages: {
2811
- name: string | null;
2812
- proficiency: string | null;
2813
- }[] | null;
2814
- }, {
2815
- id: string | null;
2816
- photo: string | null;
2817
- verified: boolean | null;
2818
- location: {
2819
- text: string | null;
2820
- countryCode: string | null;
2821
- country: string | null;
2822
- state: string | null;
2823
- city: string | null;
2824
- } | null;
2825
- headline: string | null;
2826
- skills: {
2827
- name: string | null;
2828
- }[] | null;
2829
- firstName: string | null;
2830
- lastName: string | null;
2831
- publicIdentifier: string | null;
2832
- linkedinUrl: string | null;
2833
- about: string | null;
2834
- openToWork: boolean | null;
2835
- hiring: boolean | null;
2836
- premium: boolean | null;
2837
- influencer: boolean | null;
2838
- topSkills: string | null;
2839
- connectionsCount: number | null;
2840
- followerCount: number | null;
2841
- currentPosition: {
2842
- companyName: string | null;
2843
- }[] | null;
2844
- experience: {
2845
- duration: string | null;
2846
- description: string | null;
2847
- location: string | null;
2848
- companyName: string | null;
2849
- companyLinkedinUrl: string | null;
2850
- employmentType: string | null;
2851
- position: string | null;
2852
- workplaceType: string | null;
2853
- skills: string[] | null;
2854
- startDate: {
2855
- text: string | null;
2856
- year: number | null;
2857
- month: string | null;
2858
- } | null;
2859
- endDate: {
2860
- text: string | null;
2861
- year: number | null;
2862
- month: string | null;
2863
- } | null;
2864
- }[] | null;
2865
- education: {
2866
- startDate: {
2867
- text: string | null;
2868
- year: number | null;
2869
- month: string | null;
2870
- } | null;
2871
- endDate: {
2872
- text: string | null;
2873
- year: number | null;
2874
- month: string | null;
2875
- } | null;
2876
- schoolName: string | null;
2877
- schoolLinkedinUrl: string | null;
2878
- degree: string | null;
2879
- fieldOfStudy: string | null;
2880
- period: string | null;
2881
- }[] | null;
2882
- certifications: {
2883
- title: string | null;
2884
- issuedAt: string | null;
2885
- issuedBy: string | null;
2886
- }[] | null;
2887
- languages: {
2888
- name: string | null;
2889
- proficiency: string | null;
2890
- }[] | null;
2891
- }>>>;
1618
+ operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
2892
1619
  jobs: z.ZodOptional<z.ZodArray<z.ZodObject<{
2893
1620
  id: z.ZodNullable<z.ZodString>;
2894
1621
  title: z.ZodNullable<z.ZodString>;
@@ -2920,59 +1647,59 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2920
1647
  }, "strip", z.ZodTypeAny, {
2921
1648
  from: number | null;
2922
1649
  to: number | null;
2923
- period: string | null;
2924
1650
  currency: string | null;
1651
+ period: string | null;
2925
1652
  }, {
2926
1653
  from: number | null;
2927
1654
  to: number | null;
2928
- period: string | null;
2929
1655
  currency: string | null;
1656
+ period: string | null;
2930
1657
  }>>;
2931
1658
  skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
2932
1659
  }, "strip", z.ZodTypeAny, {
2933
1660
  description: string | null;
2934
1661
  title: string | null;
2935
- id: string | null;
2936
1662
  url: string | null;
1663
+ id: string | null;
2937
1664
  location: string | null;
2938
1665
  postedAt: string | null;
2939
1666
  applyUrl: string | null;
2940
1667
  salary: {
2941
1668
  from: number | null;
2942
1669
  to: number | null;
2943
- period: string | null;
2944
1670
  currency: string | null;
1671
+ period: string | null;
2945
1672
  } | null;
2946
1673
  seniorityLevel: string | null;
2947
1674
  employmentType: string | null;
2948
- skills: string[] | null;
2949
1675
  company: {
2950
1676
  name: string | null;
2951
1677
  url: string | null;
2952
1678
  logo: string | null;
2953
1679
  } | null;
1680
+ skills: string[] | null;
2954
1681
  }, {
2955
1682
  description: string | null;
2956
1683
  title: string | null;
2957
- id: string | null;
2958
1684
  url: string | null;
1685
+ id: string | null;
2959
1686
  location: string | null;
2960
1687
  postedAt: string | null;
2961
1688
  applyUrl: string | null;
2962
1689
  salary: {
2963
1690
  from: number | null;
2964
1691
  to: number | null;
2965
- period: string | null;
2966
1692
  currency: string | null;
1693
+ period: string | null;
2967
1694
  } | null;
2968
1695
  seniorityLevel: string | null;
2969
1696
  employmentType: string | null;
2970
- skills: string[] | null;
2971
1697
  company: {
2972
1698
  name: string | null;
2973
1699
  url: string | null;
2974
1700
  logo: string | null;
2975
1701
  } | null;
1702
+ skills: string[] | null;
2976
1703
  }>, "many">>;
2977
1704
  posts: z.ZodArray<z.ZodObject<{
2978
1705
  urn: z.ZodNullable<z.ZodString>;
@@ -3003,17 +1730,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3003
1730
  }, "strip", z.ZodTypeAny, {
3004
1731
  username: string | null;
3005
1732
  headline: string | null;
3006
- firstName: string | null;
3007
- lastName: string | null;
3008
1733
  profileUrl: string | null;
3009
1734
  profilePicture: string | null;
1735
+ firstName: string | null;
1736
+ lastName: string | null;
3010
1737
  }, {
3011
1738
  username: string | null;
3012
1739
  headline: string | null;
3013
- firstName: string | null;
3014
- lastName: string | null;
3015
1740
  profileUrl: string | null;
3016
1741
  profilePicture: string | null;
1742
+ firstName: string | null;
1743
+ lastName: string | null;
3017
1744
  }>>;
3018
1745
  stats: z.ZodNullable<z.ZodObject<{
3019
1746
  totalReactions: z.ZodNullable<z.ZodNumber>;
@@ -3142,17 +1869,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3142
1869
  }, "strip", z.ZodTypeAny, {
3143
1870
  username: string | null;
3144
1871
  headline: string | null;
3145
- firstName: string | null;
3146
- lastName: string | null;
3147
1872
  profileUrl: string | null;
3148
1873
  profilePicture: string | null;
1874
+ firstName: string | null;
1875
+ lastName: string | null;
3149
1876
  }, {
3150
1877
  username: string | null;
3151
1878
  headline: string | null;
3152
- firstName: string | null;
3153
- lastName: string | null;
3154
1879
  profileUrl: string | null;
3155
1880
  profilePicture: string | null;
1881
+ firstName: string | null;
1882
+ lastName: string | null;
3156
1883
  }>>;
3157
1884
  stats: z.ZodNullable<z.ZodObject<{
3158
1885
  totalReactions: z.ZodNullable<z.ZodNumber>;
@@ -3222,6 +1949,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3222
1949
  thumbnail: string | null;
3223
1950
  }>>;
3224
1951
  }, "strip", z.ZodTypeAny, {
1952
+ url: string | null;
1953
+ text: string | null;
1954
+ urn: string | null;
1955
+ author: {
1956
+ username: string | null;
1957
+ headline: string | null;
1958
+ profileUrl: string | null;
1959
+ profilePicture: string | null;
1960
+ firstName: string | null;
1961
+ lastName: string | null;
1962
+ } | null;
3225
1963
  stats: {
3226
1964
  like: number | null;
3227
1965
  support: number | null;
@@ -3233,17 +1971,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3233
1971
  reposts: number | null;
3234
1972
  totalReactions: number | null;
3235
1973
  } | null;
3236
- text: string | null;
3237
- url: string | null;
3238
- urn: string | null;
3239
- author: {
3240
- username: string | null;
3241
- headline: string | null;
3242
- firstName: string | null;
3243
- lastName: string | null;
3244
- profileUrl: string | null;
3245
- profilePicture: string | null;
3246
- } | null;
3247
1974
  media: {
3248
1975
  type: string | null;
3249
1976
  url: string | null;
@@ -3261,6 +1988,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3261
1988
  } | null;
3262
1989
  postType: string | null;
3263
1990
  }, {
1991
+ url: string | null;
1992
+ text: string | null;
1993
+ urn: string | null;
1994
+ author: {
1995
+ username: string | null;
1996
+ headline: string | null;
1997
+ profileUrl: string | null;
1998
+ profilePicture: string | null;
1999
+ firstName: string | null;
2000
+ lastName: string | null;
2001
+ } | null;
3264
2002
  stats: {
3265
2003
  like: number | null;
3266
2004
  support: number | null;
@@ -3272,17 +2010,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3272
2010
  reposts: number | null;
3273
2011
  totalReactions: number | null;
3274
2012
  } | null;
3275
- text: string | null;
3276
- url: string | null;
3277
- urn: string | null;
3278
- author: {
3279
- username: string | null;
3280
- headline: string | null;
3281
- firstName: string | null;
3282
- lastName: string | null;
3283
- profileUrl: string | null;
3284
- profilePicture: string | null;
3285
- } | null;
3286
2013
  media: {
3287
2014
  type: string | null;
3288
2015
  url: string | null;
@@ -3301,19 +2028,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3301
2028
  postType: string | null;
3302
2029
  }>>;
3303
2030
  }, "strip", z.ZodTypeAny, {
3304
- stats: {
3305
- like: number | null;
3306
- support: number | null;
3307
- love: number | null;
3308
- insight: number | null;
3309
- celebrate: number | null;
3310
- funny: number | null;
3311
- comments: number | null;
3312
- reposts: number | null;
3313
- totalReactions: number | null;
3314
- } | null;
3315
- text: string | null;
3316
2031
  url: string | null;
2032
+ text: string | null;
3317
2033
  document: {
3318
2034
  title: string | null;
3319
2035
  url: string | null;
@@ -3324,10 +2040,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3324
2040
  author: {
3325
2041
  username: string | null;
3326
2042
  headline: string | null;
3327
- firstName: string | null;
3328
- lastName: string | null;
3329
2043
  profileUrl: string | null;
3330
2044
  profilePicture: string | null;
2045
+ firstName: string | null;
2046
+ lastName: string | null;
2047
+ } | null;
2048
+ stats: {
2049
+ like: number | null;
2050
+ support: number | null;
2051
+ love: number | null;
2052
+ insight: number | null;
2053
+ celebrate: number | null;
2054
+ funny: number | null;
2055
+ comments: number | null;
2056
+ reposts: number | null;
2057
+ totalReactions: number | null;
3331
2058
  } | null;
3332
2059
  media: {
3333
2060
  type: string | null;
@@ -3353,6 +2080,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3353
2080
  fullUrn: string | null;
3354
2081
  postType: string | null;
3355
2082
  resharedPost: {
2083
+ url: string | null;
2084
+ text: string | null;
2085
+ urn: string | null;
2086
+ author: {
2087
+ username: string | null;
2088
+ headline: string | null;
2089
+ profileUrl: string | null;
2090
+ profilePicture: string | null;
2091
+ firstName: string | null;
2092
+ lastName: string | null;
2093
+ } | null;
3356
2094
  stats: {
3357
2095
  like: number | null;
3358
2096
  support: number | null;
@@ -3364,17 +2102,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3364
2102
  reposts: number | null;
3365
2103
  totalReactions: number | null;
3366
2104
  } | null;
3367
- text: string | null;
3368
- url: string | null;
3369
- urn: string | null;
3370
- author: {
3371
- username: string | null;
3372
- headline: string | null;
3373
- firstName: string | null;
3374
- lastName: string | null;
3375
- profileUrl: string | null;
3376
- profilePicture: string | null;
3377
- } | null;
3378
2105
  media: {
3379
2106
  type: string | null;
3380
2107
  url: string | null;
@@ -3393,19 +2120,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3393
2120
  postType: string | null;
3394
2121
  } | null;
3395
2122
  }, {
3396
- stats: {
3397
- like: number | null;
3398
- support: number | null;
3399
- love: number | null;
3400
- insight: number | null;
3401
- celebrate: number | null;
3402
- funny: number | null;
3403
- comments: number | null;
3404
- reposts: number | null;
3405
- totalReactions: number | null;
3406
- } | null;
3407
- text: string | null;
3408
2123
  url: string | null;
2124
+ text: string | null;
3409
2125
  document: {
3410
2126
  title: string | null;
3411
2127
  url: string | null;
@@ -3416,10 +2132,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3416
2132
  author: {
3417
2133
  username: string | null;
3418
2134
  headline: string | null;
3419
- firstName: string | null;
3420
- lastName: string | null;
3421
2135
  profileUrl: string | null;
3422
2136
  profilePicture: string | null;
2137
+ firstName: string | null;
2138
+ lastName: string | null;
2139
+ } | null;
2140
+ stats: {
2141
+ like: number | null;
2142
+ support: number | null;
2143
+ love: number | null;
2144
+ insight: number | null;
2145
+ celebrate: number | null;
2146
+ funny: number | null;
2147
+ comments: number | null;
2148
+ reposts: number | null;
2149
+ totalReactions: number | null;
3423
2150
  } | null;
3424
2151
  media: {
3425
2152
  type: string | null;
@@ -3445,6 +2172,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3445
2172
  fullUrn: string | null;
3446
2173
  postType: string | null;
3447
2174
  resharedPost: {
2175
+ url: string | null;
2176
+ text: string | null;
2177
+ urn: string | null;
2178
+ author: {
2179
+ username: string | null;
2180
+ headline: string | null;
2181
+ profileUrl: string | null;
2182
+ profilePicture: string | null;
2183
+ firstName: string | null;
2184
+ lastName: string | null;
2185
+ } | null;
3448
2186
  stats: {
3449
2187
  like: number | null;
3450
2188
  support: number | null;
@@ -3456,17 +2194,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3456
2194
  reposts: number | null;
3457
2195
  totalReactions: number | null;
3458
2196
  } | null;
3459
- text: string | null;
3460
- url: string | null;
3461
- urn: string | null;
3462
- author: {
3463
- username: string | null;
3464
- headline: string | null;
3465
- firstName: string | null;
3466
- lastName: string | null;
3467
- profileUrl: string | null;
3468
- profilePicture: string | null;
3469
- } | null;
3470
2197
  media: {
3471
2198
  type: string | null;
3472
2199
  url: string | null;
@@ -3496,21 +2223,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3496
2223
  }, "strip", z.ZodTypeAny, {
3497
2224
  error: string;
3498
2225
  success: boolean;
3499
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2226
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
3500
2227
  posts: {
3501
- stats: {
3502
- like: number | null;
3503
- support: number | null;
3504
- love: number | null;
3505
- insight: number | null;
3506
- celebrate: number | null;
3507
- funny: number | null;
3508
- comments: number | null;
3509
- reposts: number | null;
3510
- totalReactions: number | null;
3511
- } | null;
3512
- text: string | null;
3513
2228
  url: string | null;
2229
+ text: string | null;
3514
2230
  document: {
3515
2231
  title: string | null;
3516
2232
  url: string | null;
@@ -3521,10 +2237,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3521
2237
  author: {
3522
2238
  username: string | null;
3523
2239
  headline: string | null;
3524
- firstName: string | null;
3525
- lastName: string | null;
3526
2240
  profileUrl: string | null;
3527
2241
  profilePicture: string | null;
2242
+ firstName: string | null;
2243
+ lastName: string | null;
2244
+ } | null;
2245
+ stats: {
2246
+ like: number | null;
2247
+ support: number | null;
2248
+ love: number | null;
2249
+ insight: number | null;
2250
+ celebrate: number | null;
2251
+ funny: number | null;
2252
+ comments: number | null;
2253
+ reposts: number | null;
2254
+ totalReactions: number | null;
3528
2255
  } | null;
3529
2256
  media: {
3530
2257
  type: string | null;
@@ -3550,6 +2277,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3550
2277
  fullUrn: string | null;
3551
2278
  postType: string | null;
3552
2279
  resharedPost: {
2280
+ url: string | null;
2281
+ text: string | null;
2282
+ urn: string | null;
2283
+ author: {
2284
+ username: string | null;
2285
+ headline: string | null;
2286
+ profileUrl: string | null;
2287
+ profilePicture: string | null;
2288
+ firstName: string | null;
2289
+ lastName: string | null;
2290
+ } | null;
3553
2291
  stats: {
3554
2292
  like: number | null;
3555
2293
  support: number | null;
@@ -3561,17 +2299,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3561
2299
  reposts: number | null;
3562
2300
  totalReactions: number | null;
3563
2301
  } | null;
3564
- text: string | null;
3565
- url: string | null;
3566
- urn: string | null;
3567
- author: {
3568
- username: string | null;
3569
- headline: string | null;
3570
- firstName: string | null;
3571
- lastName: string | null;
3572
- profileUrl: string | null;
3573
- profilePicture: string | null;
3574
- } | null;
3575
2302
  media: {
3576
2303
  type: string | null;
3577
2304
  url: string | null;
@@ -3591,108 +2318,30 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3591
2318
  } | null;
3592
2319
  }[];
3593
2320
  totalPosts: number;
3594
- profile?: {
3595
- id: string | null;
3596
- photo: string | null;
3597
- verified: boolean | null;
3598
- location: {
3599
- text: string | null;
3600
- countryCode: string | null;
3601
- country: string | null;
3602
- state: string | null;
3603
- city: string | null;
3604
- } | null;
3605
- headline: string | null;
3606
- skills: {
3607
- name: string | null;
3608
- }[] | null;
3609
- firstName: string | null;
3610
- lastName: string | null;
3611
- publicIdentifier: string | null;
3612
- linkedinUrl: string | null;
3613
- about: string | null;
3614
- openToWork: boolean | null;
3615
- hiring: boolean | null;
3616
- premium: boolean | null;
3617
- influencer: boolean | null;
3618
- topSkills: string | null;
3619
- connectionsCount: number | null;
3620
- followerCount: number | null;
3621
- currentPosition: {
3622
- companyName: string | null;
3623
- }[] | null;
3624
- experience: {
3625
- duration: string | null;
3626
- description: string | null;
3627
- location: string | null;
3628
- companyName: string | null;
3629
- companyLinkedinUrl: string | null;
3630
- employmentType: string | null;
3631
- position: string | null;
3632
- workplaceType: string | null;
3633
- skills: string[] | null;
3634
- startDate: {
3635
- text: string | null;
3636
- year: number | null;
3637
- month: string | null;
3638
- } | null;
3639
- endDate: {
3640
- text: string | null;
3641
- year: number | null;
3642
- month: string | null;
3643
- } | null;
3644
- }[] | null;
3645
- education: {
3646
- startDate: {
3647
- text: string | null;
3648
- year: number | null;
3649
- month: string | null;
3650
- } | null;
3651
- endDate: {
3652
- text: string | null;
3653
- year: number | null;
3654
- month: string | null;
3655
- } | null;
3656
- schoolName: string | null;
3657
- schoolLinkedinUrl: string | null;
3658
- degree: string | null;
3659
- fieldOfStudy: string | null;
3660
- period: string | null;
3661
- }[] | null;
3662
- certifications: {
3663
- title: string | null;
3664
- issuedAt: string | null;
3665
- issuedBy: string | null;
3666
- }[] | null;
3667
- languages: {
3668
- name: string | null;
3669
- proficiency: string | null;
3670
- }[] | null;
3671
- } | null | undefined;
3672
2321
  username?: string | undefined;
3673
2322
  keyword?: string | undefined;
3674
2323
  jobs?: {
3675
2324
  description: string | null;
3676
2325
  title: string | null;
3677
- id: string | null;
3678
2326
  url: string | null;
2327
+ id: string | null;
3679
2328
  location: string | null;
3680
2329
  postedAt: string | null;
3681
2330
  applyUrl: string | null;
3682
2331
  salary: {
3683
2332
  from: number | null;
3684
2333
  to: number | null;
3685
- period: string | null;
3686
2334
  currency: string | null;
2335
+ period: string | null;
3687
2336
  } | null;
3688
2337
  seniorityLevel: string | null;
3689
2338
  employmentType: string | null;
3690
- skills: string[] | null;
3691
2339
  company: {
3692
2340
  name: string | null;
3693
2341
  url: string | null;
3694
2342
  logo: string | null;
3695
2343
  } | null;
2344
+ skills: string[] | null;
3696
2345
  }[] | undefined;
3697
2346
  totalResults?: number | null | undefined;
3698
2347
  paginationToken?: string | null | undefined;
@@ -3700,21 +2349,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3700
2349
  }, {
3701
2350
  error: string;
3702
2351
  success: boolean;
3703
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2352
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
3704
2353
  posts: {
3705
- stats: {
3706
- like: number | null;
3707
- support: number | null;
3708
- love: number | null;
3709
- insight: number | null;
3710
- celebrate: number | null;
3711
- funny: number | null;
3712
- comments: number | null;
3713
- reposts: number | null;
3714
- totalReactions: number | null;
3715
- } | null;
3716
- text: string | null;
3717
2354
  url: string | null;
2355
+ text: string | null;
3718
2356
  document: {
3719
2357
  title: string | null;
3720
2358
  url: string | null;
@@ -3725,10 +2363,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3725
2363
  author: {
3726
2364
  username: string | null;
3727
2365
  headline: string | null;
3728
- firstName: string | null;
3729
- lastName: string | null;
3730
2366
  profileUrl: string | null;
3731
2367
  profilePicture: string | null;
2368
+ firstName: string | null;
2369
+ lastName: string | null;
2370
+ } | null;
2371
+ stats: {
2372
+ like: number | null;
2373
+ support: number | null;
2374
+ love: number | null;
2375
+ insight: number | null;
2376
+ celebrate: number | null;
2377
+ funny: number | null;
2378
+ comments: number | null;
2379
+ reposts: number | null;
2380
+ totalReactions: number | null;
3732
2381
  } | null;
3733
2382
  media: {
3734
2383
  type: string | null;
@@ -3754,6 +2403,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3754
2403
  fullUrn: string | null;
3755
2404
  postType: string | null;
3756
2405
  resharedPost: {
2406
+ url: string | null;
2407
+ text: string | null;
2408
+ urn: string | null;
2409
+ author: {
2410
+ username: string | null;
2411
+ headline: string | null;
2412
+ profileUrl: string | null;
2413
+ profilePicture: string | null;
2414
+ firstName: string | null;
2415
+ lastName: string | null;
2416
+ } | null;
3757
2417
  stats: {
3758
2418
  like: number | null;
3759
2419
  support: number | null;
@@ -3765,17 +2425,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3765
2425
  reposts: number | null;
3766
2426
  totalReactions: number | null;
3767
2427
  } | null;
3768
- text: string | null;
3769
- url: string | null;
3770
- urn: string | null;
3771
- author: {
3772
- username: string | null;
3773
- headline: string | null;
3774
- firstName: string | null;
3775
- lastName: string | null;
3776
- profileUrl: string | null;
3777
- profilePicture: string | null;
3778
- } | null;
3779
2428
  media: {
3780
2429
  type: string | null;
3781
2430
  url: string | null;
@@ -3795,115 +2444,37 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3795
2444
  } | null;
3796
2445
  }[];
3797
2446
  totalPosts: number;
3798
- profile?: {
3799
- id: string | null;
3800
- photo: string | null;
3801
- verified: boolean | null;
3802
- location: {
3803
- text: string | null;
3804
- countryCode: string | null;
3805
- country: string | null;
3806
- state: string | null;
3807
- city: string | null;
3808
- } | null;
3809
- headline: string | null;
3810
- skills: {
3811
- name: string | null;
3812
- }[] | null;
3813
- firstName: string | null;
3814
- lastName: string | null;
3815
- publicIdentifier: string | null;
3816
- linkedinUrl: string | null;
3817
- about: string | null;
3818
- openToWork: boolean | null;
3819
- hiring: boolean | null;
3820
- premium: boolean | null;
3821
- influencer: boolean | null;
3822
- topSkills: string | null;
3823
- connectionsCount: number | null;
3824
- followerCount: number | null;
3825
- currentPosition: {
3826
- companyName: string | null;
3827
- }[] | null;
3828
- experience: {
3829
- duration: string | null;
3830
- description: string | null;
3831
- location: string | null;
3832
- companyName: string | null;
3833
- companyLinkedinUrl: string | null;
3834
- employmentType: string | null;
3835
- position: string | null;
3836
- workplaceType: string | null;
3837
- skills: string[] | null;
3838
- startDate: {
3839
- text: string | null;
3840
- year: number | null;
3841
- month: string | null;
3842
- } | null;
3843
- endDate: {
3844
- text: string | null;
3845
- year: number | null;
3846
- month: string | null;
3847
- } | null;
3848
- }[] | null;
3849
- education: {
3850
- startDate: {
3851
- text: string | null;
3852
- year: number | null;
3853
- month: string | null;
3854
- } | null;
3855
- endDate: {
3856
- text: string | null;
3857
- year: number | null;
3858
- month: string | null;
3859
- } | null;
3860
- schoolName: string | null;
3861
- schoolLinkedinUrl: string | null;
3862
- degree: string | null;
3863
- fieldOfStudy: string | null;
3864
- period: string | null;
3865
- }[] | null;
3866
- certifications: {
3867
- title: string | null;
3868
- issuedAt: string | null;
3869
- issuedBy: string | null;
3870
- }[] | null;
3871
- languages: {
3872
- name: string | null;
3873
- proficiency: string | null;
3874
- }[] | null;
3875
- } | null | undefined;
3876
2447
  username?: string | undefined;
3877
2448
  keyword?: string | undefined;
3878
2449
  jobs?: {
3879
2450
  description: string | null;
3880
2451
  title: string | null;
3881
- id: string | null;
3882
2452
  url: string | null;
2453
+ id: string | null;
3883
2454
  location: string | null;
3884
2455
  postedAt: string | null;
3885
2456
  applyUrl: string | null;
3886
2457
  salary: {
3887
2458
  from: number | null;
3888
2459
  to: number | null;
3889
- period: string | null;
3890
2460
  currency: string | null;
2461
+ period: string | null;
3891
2462
  } | null;
3892
2463
  seniorityLevel: string | null;
3893
2464
  employmentType: string | null;
3894
- skills: string[] | null;
3895
2465
  company: {
3896
2466
  name: string | null;
3897
2467
  url: string | null;
3898
2468
  logo: string | null;
3899
2469
  } | null;
2470
+ skills: string[] | null;
3900
2471
  }[] | undefined;
3901
2472
  totalResults?: number | null | undefined;
3902
2473
  paginationToken?: string | null | undefined;
3903
2474
  hasNextPage?: boolean | null | undefined;
3904
2475
  }>;
3905
- static readonly shortDescription = "Look up LinkedIn profiles by URL, scrape posts by profile, or search posts/jobs by keyword.";
3906
- static readonly longDescription = "\n Universal LinkedIn tool for profile lookup, post scraping, and job search.\n\n **DO NOT USE research-agent-tool or web-scrape-tool for LinkedIn** - This tool is specifically optimized for LinkedIn.\n\n **OPERATIONS:**\n\n 1. **scrapeProfile**: Get full profile info from a LinkedIn URL\n - **USE THIS when you have a LinkedIn URL or username and need to know who someone is**\n - Returns: name, headline, about, current company, work experience, education, skills, location, certifications, languages, and more\n - Accepts full URLs (https://www.linkedin.com/in/williamhgates) or just usernames (\"williamhgates\")\n - This is the RIGHT tool for \"look up this LinkedIn profile\" or \"who is this person on LinkedIn?\"\n\n 2. **scrapePosts**: Scrape posts from a LinkedIn profile\n - Get posts from specific users by username\n - Extract post text, engagement stats, media, articles, documents\n - **DO NOT use scrapePosts to get profile info** - use scrapeProfile instead\n\n 3. **searchPosts**: Search LinkedIn posts by keyword\n - Find posts across all of LinkedIn by keyword\n - Filter by date (past 24h, week, month)\n - Sort by relevance or date\n\n 4. **scrapeJobs**: Search LinkedIn job postings\n - Search jobs by keyword and location\n - Filter by job type, workplace type, experience level\n\n **CHOOSING THE RIGHT OPERATION:**\n - \"Look up this LinkedIn profile\" \u2192 **scrapeProfile**\n - \"Who is this person?\" (with LinkedIn URL) \u2192 **scrapeProfile**\n - \"Get their name, company, experience\" \u2192 **scrapeProfile**\n - \"What has this person been posting?\" \u2192 **scrapePosts**\n - \"Find posts about AI on LinkedIn\" \u2192 **searchPosts**\n - \"Find software engineer jobs\" \u2192 **scrapeJobs**\n ";
2476
+ static readonly shortDescription = "Scrape LinkedIn posts by profile or search by keyword. Get engagement metrics, media, and complete metadata.";
2477
+ static readonly longDescription = "\n Universal LinkedIn scraping tool for extracting posts and activity data.\n \n **OPERATIONS:**\n 1. **scrapePosts**: Scrape posts from a LinkedIn profile\n - Get posts from specific users\n - Extract author information and post metadata\n - Track reactions, comments, and reposts\n - Support for articles, documents, and reshared content\n \n 2. **searchPosts**: Search LinkedIn posts by keyword\n - Find posts across all of LinkedIn by keyword\n - Filter by date (past 24h, week, month)\n - Sort by relevance or date\n - Perfect for monitoring topics, trends, and mentions\n \n **WHEN TO USE THIS TOOL:**\n - **LinkedIn profile research** - analyze someone's LinkedIn activity\n - **Content strategy** - research what content performs well\n - **Influencer analysis** - track thought leaders and their engagement\n - **Competitive intelligence** - monitor competitor LinkedIn presence\n - **Lead generation** - identify active LinkedIn users in your space\n - **Social listening** - track discussions and trends on LinkedIn\n - **Job Market Analysis** - scrape job postings and salary data\n \n **DO NOT USE research-agent-tool or web-scrape-tool for LinkedIn** - This tool is specifically optimized for LinkedIn and provides:\n - Clean, structured post data ready for analysis\n - Complete engagement metrics (reactions, comments, reposts)\n - Support for all LinkedIn post types\n - Automatic pagination handling\n - Rate limiting and reliability\n \n **Simple Interface:**\n Just provide a LinkedIn username to get back all their recent posts with complete metadata.\n The tool automatically handles:\n - Authentication with Apify\n - Data transformation to unified format\n - Error handling and retries\n - Pagination token management\n \n **What you get:**\n - Post text and metadata (URN, URL, type, timestamp)\n - Complete engagement statistics (likes, comments, reposts, all reaction types)\n - Author information (name, headline, profile URL, picture)\n - Media content (images, videos, documents, articles)\n - Reshared post data (for quote posts)\n \n **Use cases:**\n - Influencer and thought leader tracking\n - Content performance analysis\n - Competitive research on LinkedIn\n - Lead generation and prospecting\n - Brand monitoring and reputation management\n - Recruitment and talent sourcing\n - Partnership and collaboration discovery\n - Job market research and salary analysis\n\n The tool uses Apify's LinkedIn scrapers behind the scenes while maintaining a clean, consistent interface.\n ";
3907
2478
  static readonly alias = "li";
3908
2479
  static readonly type = "tool";
3909
2480
  constructor(params?: LinkedInToolParamsInput, context?: BubbleContext);
@@ -3912,15 +2483,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3912
2483
  * Create an error result
3913
2484
  */
3914
2485
  private createErrorResult;
3915
- /**
3916
- * Normalize profileUrl input to a full LinkedIn URL.
3917
- * Accepts either a full URL or just a username.
3918
- */
3919
- private normalizeProfileUrl;
3920
- /**
3921
- * Handle scrapeProfile operation - get full profile details from a LinkedIn URL
3922
- */
3923
- private handleScrapeProfile;
3924
2486
  /**
3925
2487
  * Handle scrapePosts operation
3926
2488
  */