@bubblelab/bubble-core 0.1.141 → 0.1.143
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.
- package/dist/bubble-bundle.d.ts +181 -118
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +158 -158
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +13 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +44 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +59 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +244 -244
- package/dist/bubbles/service-bubble/followupboss.d.ts +152 -152
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +556 -556
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +647 -647
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +496 -496
- package/dist/bubbles/service-bubble/slack/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1634 -196
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
- package/dist/bubbles.json +1148 -75
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
-
profileUrl: string | null;
|
|
16
|
-
profilePicture: string | null;
|
|
17
15
|
firstName: string | null;
|
|
18
16
|
lastName: string | null;
|
|
17
|
+
profileUrl: string | null;
|
|
18
|
+
profilePicture: string | null;
|
|
19
19
|
}, {
|
|
20
20
|
username: string | null;
|
|
21
21
|
headline: string | null;
|
|
22
|
-
profileUrl: string | null;
|
|
23
|
-
profilePicture: string | null;
|
|
24
22
|
firstName: string | null;
|
|
25
23
|
lastName: string | null;
|
|
24
|
+
profileUrl: string | null;
|
|
25
|
+
profilePicture: string | null;
|
|
26
26
|
}>;
|
|
27
27
|
declare const LinkedInStatsSchema: z.ZodObject<{
|
|
28
28
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -64,12 +64,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
64
64
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
66
|
date: string | null;
|
|
67
|
-
relative: string | null;
|
|
68
67
|
timestamp: number | null;
|
|
68
|
+
relative: string | null;
|
|
69
69
|
}, {
|
|
70
70
|
date: string | null;
|
|
71
|
-
relative: string | null;
|
|
72
71
|
timestamp: number | null;
|
|
72
|
+
relative: string | null;
|
|
73
73
|
}>>;
|
|
74
74
|
text: z.ZodNullable<z.ZodString>;
|
|
75
75
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -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
|
-
profileUrl: string | null;
|
|
88
|
-
profilePicture: string | null;
|
|
89
87
|
firstName: string | null;
|
|
90
88
|
lastName: string | null;
|
|
89
|
+
profileUrl: string | null;
|
|
90
|
+
profilePicture: string | null;
|
|
91
91
|
}, {
|
|
92
92
|
username: string | null;
|
|
93
93
|
headline: string | null;
|
|
94
|
-
profileUrl: string | null;
|
|
95
|
-
profilePicture: string | null;
|
|
96
94
|
firstName: string | null;
|
|
97
95
|
lastName: string | null;
|
|
96
|
+
profileUrl: string | null;
|
|
97
|
+
profilePicture: string | null;
|
|
98
98
|
}>>;
|
|
99
99
|
stats: z.ZodNullable<z.ZodObject<{
|
|
100
100
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -203,12 +203,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
203
203
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
205
|
date: string | null;
|
|
206
|
-
relative: string | null;
|
|
207
206
|
timestamp: number | null;
|
|
207
|
+
relative: string | null;
|
|
208
208
|
}, {
|
|
209
209
|
date: string | null;
|
|
210
|
-
relative: string | null;
|
|
211
210
|
timestamp: number | null;
|
|
211
|
+
relative: string | null;
|
|
212
212
|
}>>;
|
|
213
213
|
text: z.ZodNullable<z.ZodString>;
|
|
214
214
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -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
|
-
profileUrl: string | null;
|
|
227
|
-
profilePicture: string | null;
|
|
228
226
|
firstName: string | null;
|
|
229
227
|
lastName: string | null;
|
|
228
|
+
profileUrl: string | null;
|
|
229
|
+
profilePicture: string | null;
|
|
230
230
|
}, {
|
|
231
231
|
username: string | null;
|
|
232
232
|
headline: string | null;
|
|
233
|
-
profileUrl: string | null;
|
|
234
|
-
profilePicture: string | null;
|
|
235
233
|
firstName: string | null;
|
|
236
234
|
lastName: string | null;
|
|
235
|
+
profileUrl: string | null;
|
|
236
|
+
profilePicture: string | null;
|
|
237
237
|
}>>;
|
|
238
238
|
stats: z.ZodNullable<z.ZodObject<{
|
|
239
239
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -303,16 +303,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
306
|
text: string | null;
|
|
307
|
+
url: string | null;
|
|
308
308
|
urn: string | null;
|
|
309
309
|
author: {
|
|
310
310
|
username: string | null;
|
|
311
311
|
headline: string | null;
|
|
312
|
-
profileUrl: string | null;
|
|
313
|
-
profilePicture: string | null;
|
|
314
312
|
firstName: string | null;
|
|
315
313
|
lastName: string | null;
|
|
314
|
+
profileUrl: string | null;
|
|
315
|
+
profilePicture: string | null;
|
|
316
316
|
} | null;
|
|
317
317
|
stats: {
|
|
318
318
|
like: number | null;
|
|
@@ -337,21 +337,21 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
337
337
|
} | null;
|
|
338
338
|
postedAt: {
|
|
339
339
|
date: string | null;
|
|
340
|
-
relative: string | null;
|
|
341
340
|
timestamp: number | null;
|
|
341
|
+
relative: string | null;
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
url: string | null;
|
|
346
345
|
text: string | null;
|
|
346
|
+
url: string | null;
|
|
347
347
|
urn: string | null;
|
|
348
348
|
author: {
|
|
349
349
|
username: string | null;
|
|
350
350
|
headline: string | null;
|
|
351
|
-
profileUrl: string | null;
|
|
352
|
-
profilePicture: string | null;
|
|
353
351
|
firstName: string | null;
|
|
354
352
|
lastName: string | null;
|
|
353
|
+
profileUrl: string | null;
|
|
354
|
+
profilePicture: string | null;
|
|
355
355
|
} | null;
|
|
356
356
|
stats: {
|
|
357
357
|
like: number | null;
|
|
@@ -376,14 +376,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
376
376
|
} | null;
|
|
377
377
|
postedAt: {
|
|
378
378
|
date: string | null;
|
|
379
|
-
relative: string | null;
|
|
380
379
|
timestamp: number | null;
|
|
380
|
+
relative: string | null;
|
|
381
381
|
} | null;
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
url: string | null;
|
|
386
385
|
text: string | null;
|
|
386
|
+
url: string | null;
|
|
387
387
|
document: {
|
|
388
388
|
title: string | null;
|
|
389
389
|
url: string | null;
|
|
@@ -394,10 +394,10 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
394
394
|
author: {
|
|
395
395
|
username: string | null;
|
|
396
396
|
headline: string | null;
|
|
397
|
-
profileUrl: string | null;
|
|
398
|
-
profilePicture: string | null;
|
|
399
397
|
firstName: string | null;
|
|
400
398
|
lastName: string | null;
|
|
399
|
+
profileUrl: string | null;
|
|
400
|
+
profilePicture: string | null;
|
|
401
401
|
} | null;
|
|
402
402
|
stats: {
|
|
403
403
|
like: number | null;
|
|
@@ -428,22 +428,22 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
431
|
-
relative: string | null;
|
|
432
431
|
timestamp: number | null;
|
|
432
|
+
relative: string | null;
|
|
433
433
|
} | null;
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
url: string | null;
|
|
438
437
|
text: string | null;
|
|
438
|
+
url: string | null;
|
|
439
439
|
urn: string | null;
|
|
440
440
|
author: {
|
|
441
441
|
username: string | null;
|
|
442
442
|
headline: string | null;
|
|
443
|
-
profileUrl: string | null;
|
|
444
|
-
profilePicture: string | null;
|
|
445
443
|
firstName: string | null;
|
|
446
444
|
lastName: string | null;
|
|
445
|
+
profileUrl: string | null;
|
|
446
|
+
profilePicture: string | null;
|
|
447
447
|
} | null;
|
|
448
448
|
stats: {
|
|
449
449
|
like: number | null;
|
|
@@ -468,14 +468,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
468
468
|
} | null;
|
|
469
469
|
postedAt: {
|
|
470
470
|
date: string | null;
|
|
471
|
-
relative: string | null;
|
|
472
471
|
timestamp: number | null;
|
|
472
|
+
relative: string | null;
|
|
473
473
|
} | null;
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
url: string | null;
|
|
478
477
|
text: string | null;
|
|
478
|
+
url: string | null;
|
|
479
479
|
document: {
|
|
480
480
|
title: string | null;
|
|
481
481
|
url: string | null;
|
|
@@ -486,10 +486,10 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
486
486
|
author: {
|
|
487
487
|
username: string | null;
|
|
488
488
|
headline: string | null;
|
|
489
|
-
profileUrl: string | null;
|
|
490
|
-
profilePicture: string | null;
|
|
491
489
|
firstName: string | null;
|
|
492
490
|
lastName: string | null;
|
|
491
|
+
profileUrl: string | null;
|
|
492
|
+
profilePicture: string | null;
|
|
493
493
|
} | null;
|
|
494
494
|
stats: {
|
|
495
495
|
like: number | null;
|
|
@@ -520,22 +520,22 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
523
|
-
relative: string | null;
|
|
524
523
|
timestamp: number | null;
|
|
524
|
+
relative: string | null;
|
|
525
525
|
} | null;
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
url: string | null;
|
|
530
529
|
text: string | null;
|
|
530
|
+
url: string | null;
|
|
531
531
|
urn: string | null;
|
|
532
532
|
author: {
|
|
533
533
|
username: string | null;
|
|
534
534
|
headline: string | null;
|
|
535
|
-
profileUrl: string | null;
|
|
536
|
-
profilePicture: string | null;
|
|
537
535
|
firstName: string | null;
|
|
538
536
|
lastName: string | null;
|
|
537
|
+
profileUrl: string | null;
|
|
538
|
+
profilePicture: string | null;
|
|
539
539
|
} | null;
|
|
540
540
|
stats: {
|
|
541
541
|
like: number | null;
|
|
@@ -560,8 +560,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
560
560
|
} | null;
|
|
561
561
|
postedAt: {
|
|
562
562
|
date: string | null;
|
|
563
|
-
relative: string | null;
|
|
564
563
|
timestamp: number | null;
|
|
564
|
+
relative: string | null;
|
|
565
565
|
} | null;
|
|
566
566
|
postType: string | null;
|
|
567
567
|
} | null;
|
|
@@ -597,13 +597,13 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
597
597
|
}, "strip", z.ZodTypeAny, {
|
|
598
598
|
from: number | null;
|
|
599
599
|
to: number | null;
|
|
600
|
-
currency: string | null;
|
|
601
600
|
period: string | null;
|
|
601
|
+
currency: string | null;
|
|
602
602
|
}, {
|
|
603
603
|
from: number | null;
|
|
604
604
|
to: number | null;
|
|
605
|
-
currency: string | null;
|
|
606
605
|
period: string | null;
|
|
606
|
+
currency: string | null;
|
|
607
607
|
}>>;
|
|
608
608
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -617,17 +617,17 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
617
617
|
salary: {
|
|
618
618
|
from: number | null;
|
|
619
619
|
to: number | null;
|
|
620
|
-
currency: string | null;
|
|
621
620
|
period: string | null;
|
|
621
|
+
currency: string | null;
|
|
622
622
|
} | null;
|
|
623
623
|
seniorityLevel: string | null;
|
|
624
624
|
employmentType: string | null;
|
|
625
|
+
skills: string[] | null;
|
|
625
626
|
company: {
|
|
626
627
|
name: string | null;
|
|
627
628
|
url: string | null;
|
|
628
629
|
logo: string | null;
|
|
629
630
|
} | null;
|
|
630
|
-
skills: string[] | null;
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
633
633
|
title: string | null;
|
|
@@ -639,20 +639,391 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
639
639
|
salary: {
|
|
640
640
|
from: number | null;
|
|
641
641
|
to: number | null;
|
|
642
|
-
currency: string | null;
|
|
643
642
|
period: string | null;
|
|
643
|
+
currency: string | null;
|
|
644
644
|
} | null;
|
|
645
645
|
seniorityLevel: string | null;
|
|
646
646
|
employmentType: string | null;
|
|
647
|
+
skills: string[] | null;
|
|
647
648
|
company: {
|
|
648
649
|
name: string | null;
|
|
649
650
|
url: string | null;
|
|
650
651
|
logo: string | null;
|
|
651
652
|
} | null;
|
|
652
|
-
|
|
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>;
|
|
711
|
+
}, "strip", z.ZodTypeAny, {
|
|
712
|
+
text: string | null;
|
|
713
|
+
year: number | null;
|
|
714
|
+
month: string | null;
|
|
715
|
+
}, {
|
|
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
|
+
description: string | null;
|
|
735
|
+
duration: 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
|
+
description: string | null;
|
|
755
|
+
duration: 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
|
+
publicIdentifier: string | null;
|
|
882
|
+
linkedinUrl: string | null;
|
|
883
|
+
firstName: string | null;
|
|
884
|
+
lastName: string | null;
|
|
885
|
+
about: string | null;
|
|
886
|
+
openToWork: boolean | null;
|
|
887
|
+
hiring: boolean | null;
|
|
888
|
+
premium: boolean | null;
|
|
889
|
+
influencer: boolean | null;
|
|
890
|
+
topSkills: string | null;
|
|
891
|
+
connectionsCount: number | null;
|
|
892
|
+
followerCount: number | null;
|
|
893
|
+
currentPosition: {
|
|
894
|
+
companyName: string | null;
|
|
895
|
+
}[] | null;
|
|
896
|
+
skills: {
|
|
897
|
+
name: string | null;
|
|
898
|
+
}[] | null;
|
|
899
|
+
experience: {
|
|
900
|
+
description: string | null;
|
|
901
|
+
duration: 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
|
+
publicIdentifier: string | null;
|
|
959
|
+
linkedinUrl: string | null;
|
|
960
|
+
firstName: string | null;
|
|
961
|
+
lastName: string | null;
|
|
962
|
+
about: string | null;
|
|
963
|
+
openToWork: boolean | null;
|
|
964
|
+
hiring: boolean | null;
|
|
965
|
+
premium: boolean | null;
|
|
966
|
+
influencer: boolean | null;
|
|
967
|
+
topSkills: string | null;
|
|
968
|
+
connectionsCount: number | null;
|
|
969
|
+
followerCount: number | null;
|
|
970
|
+
currentPosition: {
|
|
971
|
+
companyName: string | null;
|
|
972
|
+
}[] | null;
|
|
973
|
+
skills: {
|
|
974
|
+
name: string | null;
|
|
975
|
+
}[] | null;
|
|
976
|
+
experience: {
|
|
977
|
+
description: string | null;
|
|
978
|
+
duration: 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;
|
|
653
1023
|
}>;
|
|
654
1024
|
declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
655
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
1025
|
+
operation: z.ZodEnum<["scrapeProfile", "scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
1026
|
+
profileUrl: z.ZodOptional<z.ZodString>;
|
|
656
1027
|
username: z.ZodOptional<z.ZodString>;
|
|
657
1028
|
keyword: z.ZodOptional<z.ZodString>;
|
|
658
1029
|
location: z.ZodOptional<z.ZodString>;
|
|
@@ -665,34 +1036,406 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
665
1036
|
pageNumber: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
666
1037
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
667
1038
|
}, "strip", z.ZodTypeAny, {
|
|
668
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1039
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
670
1040
|
username?: string | undefined;
|
|
1041
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
671
1042
|
limit?: number | undefined;
|
|
672
1043
|
pageNumber?: number | undefined;
|
|
673
1044
|
location?: string | undefined;
|
|
674
1045
|
keyword?: string | undefined;
|
|
675
1046
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
|
-
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
677
1047
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
678
|
-
|
|
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;
|
|
679
1051
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
1052
|
}, {
|
|
681
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1053
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
683
1054
|
username?: string | undefined;
|
|
1055
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
684
1056
|
limit?: number | undefined;
|
|
685
1057
|
pageNumber?: number | undefined;
|
|
686
1058
|
location?: string | undefined;
|
|
687
1059
|
keyword?: string | undefined;
|
|
688
1060
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
|
-
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
690
1061
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
691
|
-
|
|
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;
|
|
692
1065
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
693
1066
|
}>;
|
|
694
1067
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
695
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
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
|
+
description: string | null;
|
|
1150
|
+
duration: 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
|
+
description: string | null;
|
|
1170
|
+
duration: 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
|
+
publicIdentifier: string | null;
|
|
1297
|
+
linkedinUrl: string | null;
|
|
1298
|
+
firstName: string | null;
|
|
1299
|
+
lastName: string | null;
|
|
1300
|
+
about: string | null;
|
|
1301
|
+
openToWork: boolean | null;
|
|
1302
|
+
hiring: boolean | null;
|
|
1303
|
+
premium: boolean | null;
|
|
1304
|
+
influencer: boolean | null;
|
|
1305
|
+
topSkills: string | null;
|
|
1306
|
+
connectionsCount: number | null;
|
|
1307
|
+
followerCount: number | null;
|
|
1308
|
+
currentPosition: {
|
|
1309
|
+
companyName: string | null;
|
|
1310
|
+
}[] | null;
|
|
1311
|
+
skills: {
|
|
1312
|
+
name: string | null;
|
|
1313
|
+
}[] | null;
|
|
1314
|
+
experience: {
|
|
1315
|
+
description: string | null;
|
|
1316
|
+
duration: 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
|
+
publicIdentifier: string | null;
|
|
1374
|
+
linkedinUrl: string | null;
|
|
1375
|
+
firstName: string | null;
|
|
1376
|
+
lastName: string | null;
|
|
1377
|
+
about: string | null;
|
|
1378
|
+
openToWork: boolean | null;
|
|
1379
|
+
hiring: boolean | null;
|
|
1380
|
+
premium: boolean | null;
|
|
1381
|
+
influencer: boolean | null;
|
|
1382
|
+
topSkills: string | null;
|
|
1383
|
+
connectionsCount: number | null;
|
|
1384
|
+
followerCount: number | null;
|
|
1385
|
+
currentPosition: {
|
|
1386
|
+
companyName: string | null;
|
|
1387
|
+
}[] | null;
|
|
1388
|
+
skills: {
|
|
1389
|
+
name: string | null;
|
|
1390
|
+
}[] | null;
|
|
1391
|
+
experience: {
|
|
1392
|
+
description: string | null;
|
|
1393
|
+
duration: 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
|
+
}>>>;
|
|
696
1439
|
jobs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
697
1440
|
id: z.ZodNullable<z.ZodString>;
|
|
698
1441
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -724,13 +1467,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
724
1467
|
}, "strip", z.ZodTypeAny, {
|
|
725
1468
|
from: number | null;
|
|
726
1469
|
to: number | null;
|
|
727
|
-
currency: string | null;
|
|
728
1470
|
period: string | null;
|
|
1471
|
+
currency: string | null;
|
|
729
1472
|
}, {
|
|
730
1473
|
from: number | null;
|
|
731
1474
|
to: number | null;
|
|
732
|
-
currency: string | null;
|
|
733
1475
|
period: string | null;
|
|
1476
|
+
currency: string | null;
|
|
734
1477
|
}>>;
|
|
735
1478
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
736
1479
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -744,17 +1487,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
744
1487
|
salary: {
|
|
745
1488
|
from: number | null;
|
|
746
1489
|
to: number | null;
|
|
747
|
-
currency: string | null;
|
|
748
1490
|
period: string | null;
|
|
1491
|
+
currency: string | null;
|
|
749
1492
|
} | null;
|
|
750
1493
|
seniorityLevel: string | null;
|
|
751
1494
|
employmentType: string | null;
|
|
1495
|
+
skills: string[] | null;
|
|
752
1496
|
company: {
|
|
753
1497
|
name: string | null;
|
|
754
1498
|
url: string | null;
|
|
755
1499
|
logo: string | null;
|
|
756
1500
|
} | null;
|
|
757
|
-
skills: string[] | null;
|
|
758
1501
|
}, {
|
|
759
1502
|
description: string | null;
|
|
760
1503
|
title: string | null;
|
|
@@ -766,17 +1509,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
766
1509
|
salary: {
|
|
767
1510
|
from: number | null;
|
|
768
1511
|
to: number | null;
|
|
769
|
-
currency: string | null;
|
|
770
1512
|
period: string | null;
|
|
1513
|
+
currency: string | null;
|
|
771
1514
|
} | null;
|
|
772
1515
|
seniorityLevel: string | null;
|
|
773
1516
|
employmentType: string | null;
|
|
1517
|
+
skills: string[] | null;
|
|
774
1518
|
company: {
|
|
775
1519
|
name: string | null;
|
|
776
1520
|
url: string | null;
|
|
777
1521
|
logo: string | null;
|
|
778
1522
|
} | null;
|
|
779
|
-
skills: string[] | null;
|
|
780
1523
|
}>, "many">>;
|
|
781
1524
|
posts: z.ZodArray<z.ZodObject<{
|
|
782
1525
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -787,12 +1530,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
787
1530
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
788
1531
|
}, "strip", z.ZodTypeAny, {
|
|
789
1532
|
date: string | null;
|
|
790
|
-
relative: string | null;
|
|
791
1533
|
timestamp: number | null;
|
|
1534
|
+
relative: string | null;
|
|
792
1535
|
}, {
|
|
793
1536
|
date: string | null;
|
|
794
|
-
relative: string | null;
|
|
795
1537
|
timestamp: number | null;
|
|
1538
|
+
relative: string | null;
|
|
796
1539
|
}>>;
|
|
797
1540
|
text: z.ZodNullable<z.ZodString>;
|
|
798
1541
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -807,17 +1550,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
807
1550
|
}, "strip", z.ZodTypeAny, {
|
|
808
1551
|
username: string | null;
|
|
809
1552
|
headline: string | null;
|
|
810
|
-
profileUrl: string | null;
|
|
811
|
-
profilePicture: string | null;
|
|
812
1553
|
firstName: string | null;
|
|
813
1554
|
lastName: string | null;
|
|
1555
|
+
profileUrl: string | null;
|
|
1556
|
+
profilePicture: string | null;
|
|
814
1557
|
}, {
|
|
815
1558
|
username: string | null;
|
|
816
1559
|
headline: string | null;
|
|
817
|
-
profileUrl: string | null;
|
|
818
|
-
profilePicture: string | null;
|
|
819
1560
|
firstName: string | null;
|
|
820
1561
|
lastName: string | null;
|
|
1562
|
+
profileUrl: string | null;
|
|
1563
|
+
profilePicture: string | null;
|
|
821
1564
|
}>>;
|
|
822
1565
|
stats: z.ZodNullable<z.ZodObject<{
|
|
823
1566
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -926,12 +1669,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
926
1669
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
927
1670
|
}, "strip", z.ZodTypeAny, {
|
|
928
1671
|
date: string | null;
|
|
929
|
-
relative: string | null;
|
|
930
1672
|
timestamp: number | null;
|
|
1673
|
+
relative: string | null;
|
|
931
1674
|
}, {
|
|
932
1675
|
date: string | null;
|
|
933
|
-
relative: string | null;
|
|
934
1676
|
timestamp: number | null;
|
|
1677
|
+
relative: string | null;
|
|
935
1678
|
}>>;
|
|
936
1679
|
text: z.ZodNullable<z.ZodString>;
|
|
937
1680
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -946,17 +1689,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
946
1689
|
}, "strip", z.ZodTypeAny, {
|
|
947
1690
|
username: string | null;
|
|
948
1691
|
headline: string | null;
|
|
949
|
-
profileUrl: string | null;
|
|
950
|
-
profilePicture: string | null;
|
|
951
1692
|
firstName: string | null;
|
|
952
1693
|
lastName: string | null;
|
|
1694
|
+
profileUrl: string | null;
|
|
1695
|
+
profilePicture: string | null;
|
|
953
1696
|
}, {
|
|
954
1697
|
username: string | null;
|
|
955
1698
|
headline: string | null;
|
|
956
|
-
profileUrl: string | null;
|
|
957
|
-
profilePicture: string | null;
|
|
958
1699
|
firstName: string | null;
|
|
959
1700
|
lastName: string | null;
|
|
1701
|
+
profileUrl: string | null;
|
|
1702
|
+
profilePicture: string | null;
|
|
960
1703
|
}>>;
|
|
961
1704
|
stats: z.ZodNullable<z.ZodObject<{
|
|
962
1705
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1026,16 +1769,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1769
|
thumbnail: string | null;
|
|
1027
1770
|
}>>;
|
|
1028
1771
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
url: string | null;
|
|
1030
1772
|
text: string | null;
|
|
1773
|
+
url: string | null;
|
|
1031
1774
|
urn: string | null;
|
|
1032
1775
|
author: {
|
|
1033
1776
|
username: string | null;
|
|
1034
1777
|
headline: string | null;
|
|
1035
|
-
profileUrl: string | null;
|
|
1036
|
-
profilePicture: string | null;
|
|
1037
1778
|
firstName: string | null;
|
|
1038
1779
|
lastName: string | null;
|
|
1780
|
+
profileUrl: string | null;
|
|
1781
|
+
profilePicture: string | null;
|
|
1039
1782
|
} | null;
|
|
1040
1783
|
stats: {
|
|
1041
1784
|
like: number | null;
|
|
@@ -1060,21 +1803,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1060
1803
|
} | null;
|
|
1061
1804
|
postedAt: {
|
|
1062
1805
|
date: string | null;
|
|
1063
|
-
relative: string | null;
|
|
1064
1806
|
timestamp: number | null;
|
|
1807
|
+
relative: string | null;
|
|
1065
1808
|
} | null;
|
|
1066
1809
|
postType: string | null;
|
|
1067
1810
|
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
1811
|
text: string | null;
|
|
1812
|
+
url: string | null;
|
|
1070
1813
|
urn: string | null;
|
|
1071
1814
|
author: {
|
|
1072
1815
|
username: string | null;
|
|
1073
1816
|
headline: string | null;
|
|
1074
|
-
profileUrl: string | null;
|
|
1075
|
-
profilePicture: string | null;
|
|
1076
1817
|
firstName: string | null;
|
|
1077
1818
|
lastName: string | null;
|
|
1819
|
+
profileUrl: string | null;
|
|
1820
|
+
profilePicture: string | null;
|
|
1078
1821
|
} | null;
|
|
1079
1822
|
stats: {
|
|
1080
1823
|
like: number | null;
|
|
@@ -1099,14 +1842,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1099
1842
|
} | null;
|
|
1100
1843
|
postedAt: {
|
|
1101
1844
|
date: string | null;
|
|
1102
|
-
relative: string | null;
|
|
1103
1845
|
timestamp: number | null;
|
|
1846
|
+
relative: string | null;
|
|
1104
1847
|
} | null;
|
|
1105
1848
|
postType: string | null;
|
|
1106
1849
|
}>>;
|
|
1107
1850
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
url: string | null;
|
|
1109
1851
|
text: string | null;
|
|
1852
|
+
url: string | null;
|
|
1110
1853
|
document: {
|
|
1111
1854
|
title: string | null;
|
|
1112
1855
|
url: string | null;
|
|
@@ -1117,10 +1860,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1117
1860
|
author: {
|
|
1118
1861
|
username: string | null;
|
|
1119
1862
|
headline: string | null;
|
|
1120
|
-
profileUrl: string | null;
|
|
1121
|
-
profilePicture: string | null;
|
|
1122
1863
|
firstName: string | null;
|
|
1123
1864
|
lastName: string | null;
|
|
1865
|
+
profileUrl: string | null;
|
|
1866
|
+
profilePicture: string | null;
|
|
1124
1867
|
} | null;
|
|
1125
1868
|
stats: {
|
|
1126
1869
|
like: number | null;
|
|
@@ -1151,22 +1894,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1151
1894
|
} | null;
|
|
1152
1895
|
postedAt: {
|
|
1153
1896
|
date: string | null;
|
|
1154
|
-
relative: string | null;
|
|
1155
1897
|
timestamp: number | null;
|
|
1898
|
+
relative: string | null;
|
|
1156
1899
|
} | null;
|
|
1157
1900
|
fullUrn: string | null;
|
|
1158
1901
|
postType: string | null;
|
|
1159
1902
|
resharedPost: {
|
|
1160
|
-
url: string | null;
|
|
1161
1903
|
text: string | null;
|
|
1904
|
+
url: string | null;
|
|
1162
1905
|
urn: string | null;
|
|
1163
1906
|
author: {
|
|
1164
1907
|
username: string | null;
|
|
1165
1908
|
headline: string | null;
|
|
1166
|
-
profileUrl: string | null;
|
|
1167
|
-
profilePicture: string | null;
|
|
1168
1909
|
firstName: string | null;
|
|
1169
1910
|
lastName: string | null;
|
|
1911
|
+
profileUrl: string | null;
|
|
1912
|
+
profilePicture: string | null;
|
|
1170
1913
|
} | null;
|
|
1171
1914
|
stats: {
|
|
1172
1915
|
like: number | null;
|
|
@@ -1191,14 +1934,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1191
1934
|
} | null;
|
|
1192
1935
|
postedAt: {
|
|
1193
1936
|
date: string | null;
|
|
1194
|
-
relative: string | null;
|
|
1195
1937
|
timestamp: number | null;
|
|
1938
|
+
relative: string | null;
|
|
1196
1939
|
} | null;
|
|
1197
1940
|
postType: string | null;
|
|
1198
1941
|
} | null;
|
|
1199
1942
|
}, {
|
|
1200
|
-
url: string | null;
|
|
1201
1943
|
text: string | null;
|
|
1944
|
+
url: string | null;
|
|
1202
1945
|
document: {
|
|
1203
1946
|
title: string | null;
|
|
1204
1947
|
url: string | null;
|
|
@@ -1209,10 +1952,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1209
1952
|
author: {
|
|
1210
1953
|
username: string | null;
|
|
1211
1954
|
headline: string | null;
|
|
1212
|
-
profileUrl: string | null;
|
|
1213
|
-
profilePicture: string | null;
|
|
1214
1955
|
firstName: string | null;
|
|
1215
1956
|
lastName: string | null;
|
|
1957
|
+
profileUrl: string | null;
|
|
1958
|
+
profilePicture: string | null;
|
|
1216
1959
|
} | null;
|
|
1217
1960
|
stats: {
|
|
1218
1961
|
like: number | null;
|
|
@@ -1243,22 +1986,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1243
1986
|
} | null;
|
|
1244
1987
|
postedAt: {
|
|
1245
1988
|
date: string | null;
|
|
1246
|
-
relative: string | null;
|
|
1247
1989
|
timestamp: number | null;
|
|
1990
|
+
relative: string | null;
|
|
1248
1991
|
} | null;
|
|
1249
1992
|
fullUrn: string | null;
|
|
1250
1993
|
postType: string | null;
|
|
1251
1994
|
resharedPost: {
|
|
1252
|
-
url: string | null;
|
|
1253
1995
|
text: string | null;
|
|
1996
|
+
url: string | null;
|
|
1254
1997
|
urn: string | null;
|
|
1255
1998
|
author: {
|
|
1256
1999
|
username: string | null;
|
|
1257
2000
|
headline: string | null;
|
|
1258
|
-
profileUrl: string | null;
|
|
1259
|
-
profilePicture: string | null;
|
|
1260
2001
|
firstName: string | null;
|
|
1261
2002
|
lastName: string | null;
|
|
2003
|
+
profileUrl: string | null;
|
|
2004
|
+
profilePicture: string | null;
|
|
1262
2005
|
} | null;
|
|
1263
2006
|
stats: {
|
|
1264
2007
|
like: number | null;
|
|
@@ -1283,8 +2026,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1283
2026
|
} | null;
|
|
1284
2027
|
postedAt: {
|
|
1285
2028
|
date: string | null;
|
|
1286
|
-
relative: string | null;
|
|
1287
2029
|
timestamp: number | null;
|
|
2030
|
+
relative: string | null;
|
|
1288
2031
|
} | null;
|
|
1289
2032
|
postType: string | null;
|
|
1290
2033
|
} | null;
|
|
@@ -1298,12 +2041,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1298
2041
|
success: z.ZodBoolean;
|
|
1299
2042
|
error: z.ZodString;
|
|
1300
2043
|
}, "strip", z.ZodTypeAny, {
|
|
2044
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1301
2045
|
error: string;
|
|
1302
2046
|
success: boolean;
|
|
1303
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
2047
|
posts: {
|
|
1305
|
-
url: string | null;
|
|
1306
2048
|
text: string | null;
|
|
2049
|
+
url: string | null;
|
|
1307
2050
|
document: {
|
|
1308
2051
|
title: string | null;
|
|
1309
2052
|
url: string | null;
|
|
@@ -1314,10 +2057,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1314
2057
|
author: {
|
|
1315
2058
|
username: string | null;
|
|
1316
2059
|
headline: string | null;
|
|
1317
|
-
profileUrl: string | null;
|
|
1318
|
-
profilePicture: string | null;
|
|
1319
2060
|
firstName: string | null;
|
|
1320
2061
|
lastName: string | null;
|
|
2062
|
+
profileUrl: string | null;
|
|
2063
|
+
profilePicture: string | null;
|
|
1321
2064
|
} | null;
|
|
1322
2065
|
stats: {
|
|
1323
2066
|
like: number | null;
|
|
@@ -1348,22 +2091,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1348
2091
|
} | null;
|
|
1349
2092
|
postedAt: {
|
|
1350
2093
|
date: string | null;
|
|
1351
|
-
relative: string | null;
|
|
1352
2094
|
timestamp: number | null;
|
|
2095
|
+
relative: string | null;
|
|
1353
2096
|
} | null;
|
|
1354
2097
|
fullUrn: string | null;
|
|
1355
2098
|
postType: string | null;
|
|
1356
2099
|
resharedPost: {
|
|
1357
|
-
url: string | null;
|
|
1358
2100
|
text: string | null;
|
|
2101
|
+
url: string | null;
|
|
1359
2102
|
urn: string | null;
|
|
1360
2103
|
author: {
|
|
1361
2104
|
username: string | null;
|
|
1362
2105
|
headline: string | null;
|
|
1363
|
-
profileUrl: string | null;
|
|
1364
|
-
profilePicture: string | null;
|
|
1365
2106
|
firstName: string | null;
|
|
1366
2107
|
lastName: string | null;
|
|
2108
|
+
profileUrl: string | null;
|
|
2109
|
+
profilePicture: string | null;
|
|
1367
2110
|
} | null;
|
|
1368
2111
|
stats: {
|
|
1369
2112
|
like: number | null;
|
|
@@ -1388,14 +2131,92 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1388
2131
|
} | null;
|
|
1389
2132
|
postedAt: {
|
|
1390
2133
|
date: string | null;
|
|
1391
|
-
relative: string | null;
|
|
1392
2134
|
timestamp: number | null;
|
|
2135
|
+
relative: string | null;
|
|
1393
2136
|
} | null;
|
|
1394
2137
|
postType: string | null;
|
|
1395
2138
|
} | null;
|
|
1396
2139
|
}[];
|
|
1397
2140
|
totalPosts: number;
|
|
1398
2141
|
username?: string | undefined;
|
|
2142
|
+
profile?: {
|
|
2143
|
+
id: string | null;
|
|
2144
|
+
photo: string | null;
|
|
2145
|
+
verified: boolean | null;
|
|
2146
|
+
location: {
|
|
2147
|
+
text: string | null;
|
|
2148
|
+
countryCode: string | null;
|
|
2149
|
+
country: string | null;
|
|
2150
|
+
state: string | null;
|
|
2151
|
+
city: string | null;
|
|
2152
|
+
} | null;
|
|
2153
|
+
headline: string | null;
|
|
2154
|
+
publicIdentifier: string | null;
|
|
2155
|
+
linkedinUrl: string | null;
|
|
2156
|
+
firstName: string | null;
|
|
2157
|
+
lastName: string | null;
|
|
2158
|
+
about: string | null;
|
|
2159
|
+
openToWork: boolean | null;
|
|
2160
|
+
hiring: boolean | null;
|
|
2161
|
+
premium: boolean | null;
|
|
2162
|
+
influencer: boolean | null;
|
|
2163
|
+
topSkills: string | null;
|
|
2164
|
+
connectionsCount: number | null;
|
|
2165
|
+
followerCount: number | null;
|
|
2166
|
+
currentPosition: {
|
|
2167
|
+
companyName: string | null;
|
|
2168
|
+
}[] | null;
|
|
2169
|
+
skills: {
|
|
2170
|
+
name: string | null;
|
|
2171
|
+
}[] | null;
|
|
2172
|
+
experience: {
|
|
2173
|
+
description: string | null;
|
|
2174
|
+
duration: string | null;
|
|
2175
|
+
location: string | null;
|
|
2176
|
+
companyName: string | null;
|
|
2177
|
+
companyLinkedinUrl: string | null;
|
|
2178
|
+
employmentType: string | null;
|
|
2179
|
+
position: string | null;
|
|
2180
|
+
workplaceType: string | null;
|
|
2181
|
+
skills: string[] | null;
|
|
2182
|
+
startDate: {
|
|
2183
|
+
text: string | null;
|
|
2184
|
+
year: number | null;
|
|
2185
|
+
month: string | null;
|
|
2186
|
+
} | null;
|
|
2187
|
+
endDate: {
|
|
2188
|
+
text: string | null;
|
|
2189
|
+
year: number | null;
|
|
2190
|
+
month: string | null;
|
|
2191
|
+
} | null;
|
|
2192
|
+
}[] | null;
|
|
2193
|
+
education: {
|
|
2194
|
+
startDate: {
|
|
2195
|
+
text: string | null;
|
|
2196
|
+
year: number | null;
|
|
2197
|
+
month: string | null;
|
|
2198
|
+
} | null;
|
|
2199
|
+
endDate: {
|
|
2200
|
+
text: string | null;
|
|
2201
|
+
year: number | null;
|
|
2202
|
+
month: string | null;
|
|
2203
|
+
} | null;
|
|
2204
|
+
schoolName: string | null;
|
|
2205
|
+
schoolLinkedinUrl: string | null;
|
|
2206
|
+
degree: string | null;
|
|
2207
|
+
fieldOfStudy: string | null;
|
|
2208
|
+
period: string | null;
|
|
2209
|
+
}[] | null;
|
|
2210
|
+
certifications: {
|
|
2211
|
+
title: string | null;
|
|
2212
|
+
issuedAt: string | null;
|
|
2213
|
+
issuedBy: string | null;
|
|
2214
|
+
}[] | null;
|
|
2215
|
+
languages: {
|
|
2216
|
+
name: string | null;
|
|
2217
|
+
proficiency: string | null;
|
|
2218
|
+
}[] | null;
|
|
2219
|
+
} | null | undefined;
|
|
1399
2220
|
keyword?: string | undefined;
|
|
1400
2221
|
jobs?: {
|
|
1401
2222
|
description: string | null;
|
|
@@ -1408,28 +2229,28 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1408
2229
|
salary: {
|
|
1409
2230
|
from: number | null;
|
|
1410
2231
|
to: number | null;
|
|
1411
|
-
currency: string | null;
|
|
1412
2232
|
period: string | null;
|
|
2233
|
+
currency: string | null;
|
|
1413
2234
|
} | null;
|
|
1414
2235
|
seniorityLevel: string | null;
|
|
1415
2236
|
employmentType: string | null;
|
|
2237
|
+
skills: string[] | null;
|
|
1416
2238
|
company: {
|
|
1417
2239
|
name: string | null;
|
|
1418
2240
|
url: string | null;
|
|
1419
2241
|
logo: string | null;
|
|
1420
2242
|
} | null;
|
|
1421
|
-
skills: string[] | null;
|
|
1422
2243
|
}[] | undefined;
|
|
1423
2244
|
totalResults?: number | null | undefined;
|
|
1424
2245
|
paginationToken?: string | null | undefined;
|
|
1425
2246
|
hasNextPage?: boolean | null | undefined;
|
|
1426
2247
|
}, {
|
|
2248
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1427
2249
|
error: string;
|
|
1428
2250
|
success: boolean;
|
|
1429
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
2251
|
posts: {
|
|
1431
|
-
url: string | null;
|
|
1432
2252
|
text: string | null;
|
|
2253
|
+
url: string | null;
|
|
1433
2254
|
document: {
|
|
1434
2255
|
title: string | null;
|
|
1435
2256
|
url: string | null;
|
|
@@ -1440,10 +2261,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1440
2261
|
author: {
|
|
1441
2262
|
username: string | null;
|
|
1442
2263
|
headline: string | null;
|
|
1443
|
-
profileUrl: string | null;
|
|
1444
|
-
profilePicture: string | null;
|
|
1445
2264
|
firstName: string | null;
|
|
1446
2265
|
lastName: string | null;
|
|
2266
|
+
profileUrl: string | null;
|
|
2267
|
+
profilePicture: string | null;
|
|
1447
2268
|
} | null;
|
|
1448
2269
|
stats: {
|
|
1449
2270
|
like: number | null;
|
|
@@ -1474,22 +2295,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1474
2295
|
} | null;
|
|
1475
2296
|
postedAt: {
|
|
1476
2297
|
date: string | null;
|
|
1477
|
-
relative: string | null;
|
|
1478
2298
|
timestamp: number | null;
|
|
2299
|
+
relative: string | null;
|
|
1479
2300
|
} | null;
|
|
1480
2301
|
fullUrn: string | null;
|
|
1481
2302
|
postType: string | null;
|
|
1482
2303
|
resharedPost: {
|
|
1483
|
-
url: string | null;
|
|
1484
2304
|
text: string | null;
|
|
2305
|
+
url: string | null;
|
|
1485
2306
|
urn: string | null;
|
|
1486
2307
|
author: {
|
|
1487
2308
|
username: string | null;
|
|
1488
2309
|
headline: string | null;
|
|
1489
|
-
profileUrl: string | null;
|
|
1490
|
-
profilePicture: string | null;
|
|
1491
2310
|
firstName: string | null;
|
|
1492
2311
|
lastName: string | null;
|
|
2312
|
+
profileUrl: string | null;
|
|
2313
|
+
profilePicture: string | null;
|
|
1493
2314
|
} | null;
|
|
1494
2315
|
stats: {
|
|
1495
2316
|
like: number | null;
|
|
@@ -1514,14 +2335,92 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1514
2335
|
} | null;
|
|
1515
2336
|
postedAt: {
|
|
1516
2337
|
date: string | null;
|
|
1517
|
-
relative: string | null;
|
|
1518
2338
|
timestamp: number | null;
|
|
2339
|
+
relative: string | null;
|
|
1519
2340
|
} | null;
|
|
1520
2341
|
postType: string | null;
|
|
1521
2342
|
} | null;
|
|
1522
2343
|
}[];
|
|
1523
2344
|
totalPosts: number;
|
|
1524
2345
|
username?: string | undefined;
|
|
2346
|
+
profile?: {
|
|
2347
|
+
id: string | null;
|
|
2348
|
+
photo: string | null;
|
|
2349
|
+
verified: boolean | null;
|
|
2350
|
+
location: {
|
|
2351
|
+
text: string | null;
|
|
2352
|
+
countryCode: string | null;
|
|
2353
|
+
country: string | null;
|
|
2354
|
+
state: string | null;
|
|
2355
|
+
city: string | null;
|
|
2356
|
+
} | null;
|
|
2357
|
+
headline: string | null;
|
|
2358
|
+
publicIdentifier: string | null;
|
|
2359
|
+
linkedinUrl: string | null;
|
|
2360
|
+
firstName: string | null;
|
|
2361
|
+
lastName: string | null;
|
|
2362
|
+
about: string | null;
|
|
2363
|
+
openToWork: boolean | null;
|
|
2364
|
+
hiring: boolean | null;
|
|
2365
|
+
premium: boolean | null;
|
|
2366
|
+
influencer: boolean | null;
|
|
2367
|
+
topSkills: string | null;
|
|
2368
|
+
connectionsCount: number | null;
|
|
2369
|
+
followerCount: number | null;
|
|
2370
|
+
currentPosition: {
|
|
2371
|
+
companyName: string | null;
|
|
2372
|
+
}[] | null;
|
|
2373
|
+
skills: {
|
|
2374
|
+
name: string | null;
|
|
2375
|
+
}[] | null;
|
|
2376
|
+
experience: {
|
|
2377
|
+
description: string | null;
|
|
2378
|
+
duration: string | null;
|
|
2379
|
+
location: string | null;
|
|
2380
|
+
companyName: string | null;
|
|
2381
|
+
companyLinkedinUrl: string | null;
|
|
2382
|
+
employmentType: string | null;
|
|
2383
|
+
position: string | null;
|
|
2384
|
+
workplaceType: string | null;
|
|
2385
|
+
skills: string[] | null;
|
|
2386
|
+
startDate: {
|
|
2387
|
+
text: string | null;
|
|
2388
|
+
year: number | null;
|
|
2389
|
+
month: string | null;
|
|
2390
|
+
} | null;
|
|
2391
|
+
endDate: {
|
|
2392
|
+
text: string | null;
|
|
2393
|
+
year: number | null;
|
|
2394
|
+
month: string | null;
|
|
2395
|
+
} | null;
|
|
2396
|
+
}[] | null;
|
|
2397
|
+
education: {
|
|
2398
|
+
startDate: {
|
|
2399
|
+
text: string | null;
|
|
2400
|
+
year: number | null;
|
|
2401
|
+
month: string | null;
|
|
2402
|
+
} | null;
|
|
2403
|
+
endDate: {
|
|
2404
|
+
text: string | null;
|
|
2405
|
+
year: number | null;
|
|
2406
|
+
month: string | null;
|
|
2407
|
+
} | null;
|
|
2408
|
+
schoolName: string | null;
|
|
2409
|
+
schoolLinkedinUrl: string | null;
|
|
2410
|
+
degree: string | null;
|
|
2411
|
+
fieldOfStudy: string | null;
|
|
2412
|
+
period: string | null;
|
|
2413
|
+
}[] | null;
|
|
2414
|
+
certifications: {
|
|
2415
|
+
title: string | null;
|
|
2416
|
+
issuedAt: string | null;
|
|
2417
|
+
issuedBy: string | null;
|
|
2418
|
+
}[] | null;
|
|
2419
|
+
languages: {
|
|
2420
|
+
name: string | null;
|
|
2421
|
+
proficiency: string | null;
|
|
2422
|
+
}[] | null;
|
|
2423
|
+
} | null | undefined;
|
|
1525
2424
|
keyword?: string | undefined;
|
|
1526
2425
|
jobs?: {
|
|
1527
2426
|
description: string | null;
|
|
@@ -1534,17 +2433,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1534
2433
|
salary: {
|
|
1535
2434
|
from: number | null;
|
|
1536
2435
|
to: number | null;
|
|
1537
|
-
currency: string | null;
|
|
1538
2436
|
period: string | null;
|
|
2437
|
+
currency: string | null;
|
|
1539
2438
|
} | null;
|
|
1540
2439
|
seniorityLevel: string | null;
|
|
1541
2440
|
employmentType: string | null;
|
|
2441
|
+
skills: string[] | null;
|
|
1542
2442
|
company: {
|
|
1543
2443
|
name: string | null;
|
|
1544
2444
|
url: string | null;
|
|
1545
2445
|
logo: string | null;
|
|
1546
2446
|
} | null;
|
|
1547
|
-
skills: string[] | null;
|
|
1548
2447
|
}[] | undefined;
|
|
1549
2448
|
totalResults?: number | null | undefined;
|
|
1550
2449
|
paginationToken?: string | null | undefined;
|
|
@@ -1557,6 +2456,7 @@ export type LinkedInPost = z.output<typeof LinkedInPostSchema>;
|
|
|
1557
2456
|
export type LinkedInJob = z.output<typeof LinkedInJobSchema>;
|
|
1558
2457
|
export type LinkedInAuthor = z.output<typeof LinkedInAuthorSchema>;
|
|
1559
2458
|
export type LinkedInStats = z.output<typeof LinkedInStatsSchema>;
|
|
2459
|
+
export type LinkedInProfile = z.output<typeof LinkedInProfileSchema>;
|
|
1560
2460
|
/**
|
|
1561
2461
|
* LinkedIn scraping tool with multiple operations
|
|
1562
2462
|
*
|
|
@@ -1575,7 +2475,8 @@ export type LinkedInStats = z.output<typeof LinkedInStatsSchema>;
|
|
|
1575
2475
|
export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedInToolResult> {
|
|
1576
2476
|
static readonly bubbleName: BubbleName;
|
|
1577
2477
|
static readonly schema: z.ZodObject<{
|
|
1578
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
2478
|
+
operation: z.ZodEnum<["scrapeProfile", "scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
2479
|
+
profileUrl: z.ZodOptional<z.ZodString>;
|
|
1579
2480
|
username: z.ZodOptional<z.ZodString>;
|
|
1580
2481
|
keyword: z.ZodOptional<z.ZodString>;
|
|
1581
2482
|
location: z.ZodOptional<z.ZodString>;
|
|
@@ -1588,34 +2489,406 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1588
2489
|
pageNumber: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1589
2490
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1590
2491
|
}, "strip", z.ZodTypeAny, {
|
|
1591
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2492
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1593
2493
|
username?: string | undefined;
|
|
2494
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1594
2495
|
limit?: number | undefined;
|
|
1595
2496
|
pageNumber?: number | undefined;
|
|
1596
2497
|
location?: string | undefined;
|
|
1597
2498
|
keyword?: string | undefined;
|
|
1598
2499
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
|
-
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1600
2500
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1601
|
-
|
|
2501
|
+
profileUrl?: string | undefined;
|
|
2502
|
+
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2503
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1602
2504
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
2505
|
}, {
|
|
1604
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2506
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1606
2507
|
username?: string | undefined;
|
|
2508
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1607
2509
|
limit?: number | undefined;
|
|
1608
2510
|
pageNumber?: number | undefined;
|
|
1609
2511
|
location?: string | undefined;
|
|
1610
2512
|
keyword?: string | undefined;
|
|
1611
2513
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
|
-
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1613
2514
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1614
|
-
|
|
2515
|
+
profileUrl?: string | undefined;
|
|
2516
|
+
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2517
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1615
2518
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1616
2519
|
}>;
|
|
1617
2520
|
static readonly resultSchema: z.ZodObject<{
|
|
1618
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
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
|
+
description: string | null;
|
|
2603
|
+
duration: 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
|
+
description: string | null;
|
|
2623
|
+
duration: 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
|
+
publicIdentifier: string | null;
|
|
2750
|
+
linkedinUrl: string | null;
|
|
2751
|
+
firstName: string | null;
|
|
2752
|
+
lastName: string | null;
|
|
2753
|
+
about: string | null;
|
|
2754
|
+
openToWork: boolean | null;
|
|
2755
|
+
hiring: boolean | null;
|
|
2756
|
+
premium: boolean | null;
|
|
2757
|
+
influencer: boolean | null;
|
|
2758
|
+
topSkills: string | null;
|
|
2759
|
+
connectionsCount: number | null;
|
|
2760
|
+
followerCount: number | null;
|
|
2761
|
+
currentPosition: {
|
|
2762
|
+
companyName: string | null;
|
|
2763
|
+
}[] | null;
|
|
2764
|
+
skills: {
|
|
2765
|
+
name: string | null;
|
|
2766
|
+
}[] | null;
|
|
2767
|
+
experience: {
|
|
2768
|
+
description: string | null;
|
|
2769
|
+
duration: 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
|
+
publicIdentifier: string | null;
|
|
2827
|
+
linkedinUrl: string | null;
|
|
2828
|
+
firstName: string | null;
|
|
2829
|
+
lastName: string | null;
|
|
2830
|
+
about: string | null;
|
|
2831
|
+
openToWork: boolean | null;
|
|
2832
|
+
hiring: boolean | null;
|
|
2833
|
+
premium: boolean | null;
|
|
2834
|
+
influencer: boolean | null;
|
|
2835
|
+
topSkills: string | null;
|
|
2836
|
+
connectionsCount: number | null;
|
|
2837
|
+
followerCount: number | null;
|
|
2838
|
+
currentPosition: {
|
|
2839
|
+
companyName: string | null;
|
|
2840
|
+
}[] | null;
|
|
2841
|
+
skills: {
|
|
2842
|
+
name: string | null;
|
|
2843
|
+
}[] | null;
|
|
2844
|
+
experience: {
|
|
2845
|
+
description: string | null;
|
|
2846
|
+
duration: 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
|
+
}>>>;
|
|
1619
2892
|
jobs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1620
2893
|
id: z.ZodNullable<z.ZodString>;
|
|
1621
2894
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -1647,13 +2920,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1647
2920
|
}, "strip", z.ZodTypeAny, {
|
|
1648
2921
|
from: number | null;
|
|
1649
2922
|
to: number | null;
|
|
1650
|
-
currency: string | null;
|
|
1651
2923
|
period: string | null;
|
|
2924
|
+
currency: string | null;
|
|
1652
2925
|
}, {
|
|
1653
2926
|
from: number | null;
|
|
1654
2927
|
to: number | null;
|
|
1655
|
-
currency: string | null;
|
|
1656
2928
|
period: string | null;
|
|
2929
|
+
currency: string | null;
|
|
1657
2930
|
}>>;
|
|
1658
2931
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
1659
2932
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1667,17 +2940,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1667
2940
|
salary: {
|
|
1668
2941
|
from: number | null;
|
|
1669
2942
|
to: number | null;
|
|
1670
|
-
currency: string | null;
|
|
1671
2943
|
period: string | null;
|
|
2944
|
+
currency: string | null;
|
|
1672
2945
|
} | null;
|
|
1673
2946
|
seniorityLevel: string | null;
|
|
1674
2947
|
employmentType: string | null;
|
|
2948
|
+
skills: string[] | null;
|
|
1675
2949
|
company: {
|
|
1676
2950
|
name: string | null;
|
|
1677
2951
|
url: string | null;
|
|
1678
2952
|
logo: string | null;
|
|
1679
2953
|
} | null;
|
|
1680
|
-
skills: string[] | null;
|
|
1681
2954
|
}, {
|
|
1682
2955
|
description: string | null;
|
|
1683
2956
|
title: string | null;
|
|
@@ -1689,17 +2962,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1689
2962
|
salary: {
|
|
1690
2963
|
from: number | null;
|
|
1691
2964
|
to: number | null;
|
|
1692
|
-
currency: string | null;
|
|
1693
2965
|
period: string | null;
|
|
2966
|
+
currency: string | null;
|
|
1694
2967
|
} | null;
|
|
1695
2968
|
seniorityLevel: string | null;
|
|
1696
2969
|
employmentType: string | null;
|
|
2970
|
+
skills: string[] | null;
|
|
1697
2971
|
company: {
|
|
1698
2972
|
name: string | null;
|
|
1699
2973
|
url: string | null;
|
|
1700
2974
|
logo: string | null;
|
|
1701
2975
|
} | null;
|
|
1702
|
-
skills: string[] | null;
|
|
1703
2976
|
}>, "many">>;
|
|
1704
2977
|
posts: z.ZodArray<z.ZodObject<{
|
|
1705
2978
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -1710,12 +2983,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1710
2983
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
1711
2984
|
}, "strip", z.ZodTypeAny, {
|
|
1712
2985
|
date: string | null;
|
|
1713
|
-
relative: string | null;
|
|
1714
2986
|
timestamp: number | null;
|
|
2987
|
+
relative: string | null;
|
|
1715
2988
|
}, {
|
|
1716
2989
|
date: string | null;
|
|
1717
|
-
relative: string | null;
|
|
1718
2990
|
timestamp: number | null;
|
|
2991
|
+
relative: string | null;
|
|
1719
2992
|
}>>;
|
|
1720
2993
|
text: z.ZodNullable<z.ZodString>;
|
|
1721
2994
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -1730,17 +3003,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1730
3003
|
}, "strip", z.ZodTypeAny, {
|
|
1731
3004
|
username: string | null;
|
|
1732
3005
|
headline: string | null;
|
|
1733
|
-
profileUrl: string | null;
|
|
1734
|
-
profilePicture: string | null;
|
|
1735
3006
|
firstName: string | null;
|
|
1736
3007
|
lastName: string | null;
|
|
3008
|
+
profileUrl: string | null;
|
|
3009
|
+
profilePicture: string | null;
|
|
1737
3010
|
}, {
|
|
1738
3011
|
username: string | null;
|
|
1739
3012
|
headline: string | null;
|
|
1740
|
-
profileUrl: string | null;
|
|
1741
|
-
profilePicture: string | null;
|
|
1742
3013
|
firstName: string | null;
|
|
1743
3014
|
lastName: string | null;
|
|
3015
|
+
profileUrl: string | null;
|
|
3016
|
+
profilePicture: string | null;
|
|
1744
3017
|
}>>;
|
|
1745
3018
|
stats: z.ZodNullable<z.ZodObject<{
|
|
1746
3019
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1849,12 +3122,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1849
3122
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
1850
3123
|
}, "strip", z.ZodTypeAny, {
|
|
1851
3124
|
date: string | null;
|
|
1852
|
-
relative: string | null;
|
|
1853
3125
|
timestamp: number | null;
|
|
3126
|
+
relative: string | null;
|
|
1854
3127
|
}, {
|
|
1855
3128
|
date: string | null;
|
|
1856
|
-
relative: string | null;
|
|
1857
3129
|
timestamp: number | null;
|
|
3130
|
+
relative: string | null;
|
|
1858
3131
|
}>>;
|
|
1859
3132
|
text: z.ZodNullable<z.ZodString>;
|
|
1860
3133
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -1869,17 +3142,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1869
3142
|
}, "strip", z.ZodTypeAny, {
|
|
1870
3143
|
username: string | null;
|
|
1871
3144
|
headline: string | null;
|
|
1872
|
-
profileUrl: string | null;
|
|
1873
|
-
profilePicture: string | null;
|
|
1874
3145
|
firstName: string | null;
|
|
1875
3146
|
lastName: string | null;
|
|
3147
|
+
profileUrl: string | null;
|
|
3148
|
+
profilePicture: string | null;
|
|
1876
3149
|
}, {
|
|
1877
3150
|
username: string | null;
|
|
1878
3151
|
headline: string | null;
|
|
1879
|
-
profileUrl: string | null;
|
|
1880
|
-
profilePicture: string | null;
|
|
1881
3152
|
firstName: string | null;
|
|
1882
3153
|
lastName: string | null;
|
|
3154
|
+
profileUrl: string | null;
|
|
3155
|
+
profilePicture: string | null;
|
|
1883
3156
|
}>>;
|
|
1884
3157
|
stats: z.ZodNullable<z.ZodObject<{
|
|
1885
3158
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1949,16 +3222,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
3222
|
thumbnail: string | null;
|
|
1950
3223
|
}>>;
|
|
1951
3224
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
-
url: string | null;
|
|
1953
3225
|
text: string | null;
|
|
3226
|
+
url: string | null;
|
|
1954
3227
|
urn: string | null;
|
|
1955
3228
|
author: {
|
|
1956
3229
|
username: string | null;
|
|
1957
3230
|
headline: string | null;
|
|
1958
|
-
profileUrl: string | null;
|
|
1959
|
-
profilePicture: string | null;
|
|
1960
3231
|
firstName: string | null;
|
|
1961
3232
|
lastName: string | null;
|
|
3233
|
+
profileUrl: string | null;
|
|
3234
|
+
profilePicture: string | null;
|
|
1962
3235
|
} | null;
|
|
1963
3236
|
stats: {
|
|
1964
3237
|
like: number | null;
|
|
@@ -1983,21 +3256,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1983
3256
|
} | null;
|
|
1984
3257
|
postedAt: {
|
|
1985
3258
|
date: string | null;
|
|
1986
|
-
relative: string | null;
|
|
1987
3259
|
timestamp: number | null;
|
|
3260
|
+
relative: string | null;
|
|
1988
3261
|
} | null;
|
|
1989
3262
|
postType: string | null;
|
|
1990
3263
|
}, {
|
|
1991
|
-
url: string | null;
|
|
1992
3264
|
text: string | null;
|
|
3265
|
+
url: string | null;
|
|
1993
3266
|
urn: string | null;
|
|
1994
3267
|
author: {
|
|
1995
3268
|
username: string | null;
|
|
1996
3269
|
headline: string | null;
|
|
1997
|
-
profileUrl: string | null;
|
|
1998
|
-
profilePicture: string | null;
|
|
1999
3270
|
firstName: string | null;
|
|
2000
3271
|
lastName: string | null;
|
|
3272
|
+
profileUrl: string | null;
|
|
3273
|
+
profilePicture: string | null;
|
|
2001
3274
|
} | null;
|
|
2002
3275
|
stats: {
|
|
2003
3276
|
like: number | null;
|
|
@@ -2022,14 +3295,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2022
3295
|
} | null;
|
|
2023
3296
|
postedAt: {
|
|
2024
3297
|
date: string | null;
|
|
2025
|
-
relative: string | null;
|
|
2026
3298
|
timestamp: number | null;
|
|
3299
|
+
relative: string | null;
|
|
2027
3300
|
} | null;
|
|
2028
3301
|
postType: string | null;
|
|
2029
3302
|
}>>;
|
|
2030
3303
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
-
url: string | null;
|
|
2032
3304
|
text: string | null;
|
|
3305
|
+
url: string | null;
|
|
2033
3306
|
document: {
|
|
2034
3307
|
title: string | null;
|
|
2035
3308
|
url: string | null;
|
|
@@ -2040,10 +3313,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2040
3313
|
author: {
|
|
2041
3314
|
username: string | null;
|
|
2042
3315
|
headline: string | null;
|
|
2043
|
-
profileUrl: string | null;
|
|
2044
|
-
profilePicture: string | null;
|
|
2045
3316
|
firstName: string | null;
|
|
2046
3317
|
lastName: string | null;
|
|
3318
|
+
profileUrl: string | null;
|
|
3319
|
+
profilePicture: string | null;
|
|
2047
3320
|
} | null;
|
|
2048
3321
|
stats: {
|
|
2049
3322
|
like: number | null;
|
|
@@ -2074,22 +3347,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2074
3347
|
} | null;
|
|
2075
3348
|
postedAt: {
|
|
2076
3349
|
date: string | null;
|
|
2077
|
-
relative: string | null;
|
|
2078
3350
|
timestamp: number | null;
|
|
3351
|
+
relative: string | null;
|
|
2079
3352
|
} | null;
|
|
2080
3353
|
fullUrn: string | null;
|
|
2081
3354
|
postType: string | null;
|
|
2082
3355
|
resharedPost: {
|
|
2083
|
-
url: string | null;
|
|
2084
3356
|
text: string | null;
|
|
3357
|
+
url: string | null;
|
|
2085
3358
|
urn: string | null;
|
|
2086
3359
|
author: {
|
|
2087
3360
|
username: string | null;
|
|
2088
3361
|
headline: string | null;
|
|
2089
|
-
profileUrl: string | null;
|
|
2090
|
-
profilePicture: string | null;
|
|
2091
3362
|
firstName: string | null;
|
|
2092
3363
|
lastName: string | null;
|
|
3364
|
+
profileUrl: string | null;
|
|
3365
|
+
profilePicture: string | null;
|
|
2093
3366
|
} | null;
|
|
2094
3367
|
stats: {
|
|
2095
3368
|
like: number | null;
|
|
@@ -2114,14 +3387,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2114
3387
|
} | null;
|
|
2115
3388
|
postedAt: {
|
|
2116
3389
|
date: string | null;
|
|
2117
|
-
relative: string | null;
|
|
2118
3390
|
timestamp: number | null;
|
|
3391
|
+
relative: string | null;
|
|
2119
3392
|
} | null;
|
|
2120
3393
|
postType: string | null;
|
|
2121
3394
|
} | null;
|
|
2122
3395
|
}, {
|
|
2123
|
-
url: string | null;
|
|
2124
3396
|
text: string | null;
|
|
3397
|
+
url: string | null;
|
|
2125
3398
|
document: {
|
|
2126
3399
|
title: string | null;
|
|
2127
3400
|
url: string | null;
|
|
@@ -2132,10 +3405,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2132
3405
|
author: {
|
|
2133
3406
|
username: string | null;
|
|
2134
3407
|
headline: string | null;
|
|
2135
|
-
profileUrl: string | null;
|
|
2136
|
-
profilePicture: string | null;
|
|
2137
3408
|
firstName: string | null;
|
|
2138
3409
|
lastName: string | null;
|
|
3410
|
+
profileUrl: string | null;
|
|
3411
|
+
profilePicture: string | null;
|
|
2139
3412
|
} | null;
|
|
2140
3413
|
stats: {
|
|
2141
3414
|
like: number | null;
|
|
@@ -2166,22 +3439,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2166
3439
|
} | null;
|
|
2167
3440
|
postedAt: {
|
|
2168
3441
|
date: string | null;
|
|
2169
|
-
relative: string | null;
|
|
2170
3442
|
timestamp: number | null;
|
|
3443
|
+
relative: string | null;
|
|
2171
3444
|
} | null;
|
|
2172
3445
|
fullUrn: string | null;
|
|
2173
3446
|
postType: string | null;
|
|
2174
3447
|
resharedPost: {
|
|
2175
|
-
url: string | null;
|
|
2176
3448
|
text: string | null;
|
|
3449
|
+
url: string | null;
|
|
2177
3450
|
urn: string | null;
|
|
2178
3451
|
author: {
|
|
2179
3452
|
username: string | null;
|
|
2180
3453
|
headline: string | null;
|
|
2181
|
-
profileUrl: string | null;
|
|
2182
|
-
profilePicture: string | null;
|
|
2183
3454
|
firstName: string | null;
|
|
2184
3455
|
lastName: string | null;
|
|
3456
|
+
profileUrl: string | null;
|
|
3457
|
+
profilePicture: string | null;
|
|
2185
3458
|
} | null;
|
|
2186
3459
|
stats: {
|
|
2187
3460
|
like: number | null;
|
|
@@ -2206,8 +3479,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2206
3479
|
} | null;
|
|
2207
3480
|
postedAt: {
|
|
2208
3481
|
date: string | null;
|
|
2209
|
-
relative: string | null;
|
|
2210
3482
|
timestamp: number | null;
|
|
3483
|
+
relative: string | null;
|
|
2211
3484
|
} | null;
|
|
2212
3485
|
postType: string | null;
|
|
2213
3486
|
} | null;
|
|
@@ -2221,12 +3494,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2221
3494
|
success: z.ZodBoolean;
|
|
2222
3495
|
error: z.ZodString;
|
|
2223
3496
|
}, "strip", z.ZodTypeAny, {
|
|
3497
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2224
3498
|
error: string;
|
|
2225
3499
|
success: boolean;
|
|
2226
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
3500
|
posts: {
|
|
2228
|
-
url: string | null;
|
|
2229
3501
|
text: string | null;
|
|
3502
|
+
url: string | null;
|
|
2230
3503
|
document: {
|
|
2231
3504
|
title: string | null;
|
|
2232
3505
|
url: string | null;
|
|
@@ -2237,10 +3510,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2237
3510
|
author: {
|
|
2238
3511
|
username: string | null;
|
|
2239
3512
|
headline: string | null;
|
|
2240
|
-
profileUrl: string | null;
|
|
2241
|
-
profilePicture: string | null;
|
|
2242
3513
|
firstName: string | null;
|
|
2243
3514
|
lastName: string | null;
|
|
3515
|
+
profileUrl: string | null;
|
|
3516
|
+
profilePicture: string | null;
|
|
2244
3517
|
} | null;
|
|
2245
3518
|
stats: {
|
|
2246
3519
|
like: number | null;
|
|
@@ -2271,22 +3544,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2271
3544
|
} | null;
|
|
2272
3545
|
postedAt: {
|
|
2273
3546
|
date: string | null;
|
|
2274
|
-
relative: string | null;
|
|
2275
3547
|
timestamp: number | null;
|
|
3548
|
+
relative: string | null;
|
|
2276
3549
|
} | null;
|
|
2277
3550
|
fullUrn: string | null;
|
|
2278
3551
|
postType: string | null;
|
|
2279
3552
|
resharedPost: {
|
|
2280
|
-
url: string | null;
|
|
2281
3553
|
text: string | null;
|
|
3554
|
+
url: string | null;
|
|
2282
3555
|
urn: string | null;
|
|
2283
3556
|
author: {
|
|
2284
3557
|
username: string | null;
|
|
2285
3558
|
headline: string | null;
|
|
2286
|
-
profileUrl: string | null;
|
|
2287
|
-
profilePicture: string | null;
|
|
2288
3559
|
firstName: string | null;
|
|
2289
3560
|
lastName: string | null;
|
|
3561
|
+
profileUrl: string | null;
|
|
3562
|
+
profilePicture: string | null;
|
|
2290
3563
|
} | null;
|
|
2291
3564
|
stats: {
|
|
2292
3565
|
like: number | null;
|
|
@@ -2311,14 +3584,92 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2311
3584
|
} | null;
|
|
2312
3585
|
postedAt: {
|
|
2313
3586
|
date: string | null;
|
|
2314
|
-
relative: string | null;
|
|
2315
3587
|
timestamp: number | null;
|
|
3588
|
+
relative: string | null;
|
|
2316
3589
|
} | null;
|
|
2317
3590
|
postType: string | null;
|
|
2318
3591
|
} | null;
|
|
2319
3592
|
}[];
|
|
2320
3593
|
totalPosts: number;
|
|
2321
3594
|
username?: string | undefined;
|
|
3595
|
+
profile?: {
|
|
3596
|
+
id: string | null;
|
|
3597
|
+
photo: string | null;
|
|
3598
|
+
verified: boolean | null;
|
|
3599
|
+
location: {
|
|
3600
|
+
text: string | null;
|
|
3601
|
+
countryCode: string | null;
|
|
3602
|
+
country: string | null;
|
|
3603
|
+
state: string | null;
|
|
3604
|
+
city: string | null;
|
|
3605
|
+
} | null;
|
|
3606
|
+
headline: string | null;
|
|
3607
|
+
publicIdentifier: string | null;
|
|
3608
|
+
linkedinUrl: string | null;
|
|
3609
|
+
firstName: string | null;
|
|
3610
|
+
lastName: string | null;
|
|
3611
|
+
about: string | null;
|
|
3612
|
+
openToWork: boolean | null;
|
|
3613
|
+
hiring: boolean | null;
|
|
3614
|
+
premium: boolean | null;
|
|
3615
|
+
influencer: boolean | null;
|
|
3616
|
+
topSkills: string | null;
|
|
3617
|
+
connectionsCount: number | null;
|
|
3618
|
+
followerCount: number | null;
|
|
3619
|
+
currentPosition: {
|
|
3620
|
+
companyName: string | null;
|
|
3621
|
+
}[] | null;
|
|
3622
|
+
skills: {
|
|
3623
|
+
name: string | null;
|
|
3624
|
+
}[] | null;
|
|
3625
|
+
experience: {
|
|
3626
|
+
description: string | null;
|
|
3627
|
+
duration: string | null;
|
|
3628
|
+
location: string | null;
|
|
3629
|
+
companyName: string | null;
|
|
3630
|
+
companyLinkedinUrl: string | null;
|
|
3631
|
+
employmentType: string | null;
|
|
3632
|
+
position: string | null;
|
|
3633
|
+
workplaceType: string | null;
|
|
3634
|
+
skills: string[] | null;
|
|
3635
|
+
startDate: {
|
|
3636
|
+
text: string | null;
|
|
3637
|
+
year: number | null;
|
|
3638
|
+
month: string | null;
|
|
3639
|
+
} | null;
|
|
3640
|
+
endDate: {
|
|
3641
|
+
text: string | null;
|
|
3642
|
+
year: number | null;
|
|
3643
|
+
month: string | null;
|
|
3644
|
+
} | null;
|
|
3645
|
+
}[] | null;
|
|
3646
|
+
education: {
|
|
3647
|
+
startDate: {
|
|
3648
|
+
text: string | null;
|
|
3649
|
+
year: number | null;
|
|
3650
|
+
month: string | null;
|
|
3651
|
+
} | null;
|
|
3652
|
+
endDate: {
|
|
3653
|
+
text: string | null;
|
|
3654
|
+
year: number | null;
|
|
3655
|
+
month: string | null;
|
|
3656
|
+
} | null;
|
|
3657
|
+
schoolName: string | null;
|
|
3658
|
+
schoolLinkedinUrl: string | null;
|
|
3659
|
+
degree: string | null;
|
|
3660
|
+
fieldOfStudy: string | null;
|
|
3661
|
+
period: string | null;
|
|
3662
|
+
}[] | null;
|
|
3663
|
+
certifications: {
|
|
3664
|
+
title: string | null;
|
|
3665
|
+
issuedAt: string | null;
|
|
3666
|
+
issuedBy: string | null;
|
|
3667
|
+
}[] | null;
|
|
3668
|
+
languages: {
|
|
3669
|
+
name: string | null;
|
|
3670
|
+
proficiency: string | null;
|
|
3671
|
+
}[] | null;
|
|
3672
|
+
} | null | undefined;
|
|
2322
3673
|
keyword?: string | undefined;
|
|
2323
3674
|
jobs?: {
|
|
2324
3675
|
description: string | null;
|
|
@@ -2331,28 +3682,28 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2331
3682
|
salary: {
|
|
2332
3683
|
from: number | null;
|
|
2333
3684
|
to: number | null;
|
|
2334
|
-
currency: string | null;
|
|
2335
3685
|
period: string | null;
|
|
3686
|
+
currency: string | null;
|
|
2336
3687
|
} | null;
|
|
2337
3688
|
seniorityLevel: string | null;
|
|
2338
3689
|
employmentType: string | null;
|
|
3690
|
+
skills: string[] | null;
|
|
2339
3691
|
company: {
|
|
2340
3692
|
name: string | null;
|
|
2341
3693
|
url: string | null;
|
|
2342
3694
|
logo: string | null;
|
|
2343
3695
|
} | null;
|
|
2344
|
-
skills: string[] | null;
|
|
2345
3696
|
}[] | undefined;
|
|
2346
3697
|
totalResults?: number | null | undefined;
|
|
2347
3698
|
paginationToken?: string | null | undefined;
|
|
2348
3699
|
hasNextPage?: boolean | null | undefined;
|
|
2349
3700
|
}, {
|
|
3701
|
+
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2350
3702
|
error: string;
|
|
2351
3703
|
success: boolean;
|
|
2352
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
3704
|
posts: {
|
|
2354
|
-
url: string | null;
|
|
2355
3705
|
text: string | null;
|
|
3706
|
+
url: string | null;
|
|
2356
3707
|
document: {
|
|
2357
3708
|
title: string | null;
|
|
2358
3709
|
url: string | null;
|
|
@@ -2363,10 +3714,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2363
3714
|
author: {
|
|
2364
3715
|
username: string | null;
|
|
2365
3716
|
headline: string | null;
|
|
2366
|
-
profileUrl: string | null;
|
|
2367
|
-
profilePicture: string | null;
|
|
2368
3717
|
firstName: string | null;
|
|
2369
3718
|
lastName: string | null;
|
|
3719
|
+
profileUrl: string | null;
|
|
3720
|
+
profilePicture: string | null;
|
|
2370
3721
|
} | null;
|
|
2371
3722
|
stats: {
|
|
2372
3723
|
like: number | null;
|
|
@@ -2397,22 +3748,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2397
3748
|
} | null;
|
|
2398
3749
|
postedAt: {
|
|
2399
3750
|
date: string | null;
|
|
2400
|
-
relative: string | null;
|
|
2401
3751
|
timestamp: number | null;
|
|
3752
|
+
relative: string | null;
|
|
2402
3753
|
} | null;
|
|
2403
3754
|
fullUrn: string | null;
|
|
2404
3755
|
postType: string | null;
|
|
2405
3756
|
resharedPost: {
|
|
2406
|
-
url: string | null;
|
|
2407
3757
|
text: string | null;
|
|
3758
|
+
url: string | null;
|
|
2408
3759
|
urn: string | null;
|
|
2409
3760
|
author: {
|
|
2410
3761
|
username: string | null;
|
|
2411
3762
|
headline: string | null;
|
|
2412
|
-
profileUrl: string | null;
|
|
2413
|
-
profilePicture: string | null;
|
|
2414
3763
|
firstName: string | null;
|
|
2415
3764
|
lastName: string | null;
|
|
3765
|
+
profileUrl: string | null;
|
|
3766
|
+
profilePicture: string | null;
|
|
2416
3767
|
} | null;
|
|
2417
3768
|
stats: {
|
|
2418
3769
|
like: number | null;
|
|
@@ -2437,14 +3788,92 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2437
3788
|
} | null;
|
|
2438
3789
|
postedAt: {
|
|
2439
3790
|
date: string | null;
|
|
2440
|
-
relative: string | null;
|
|
2441
3791
|
timestamp: number | null;
|
|
3792
|
+
relative: string | null;
|
|
2442
3793
|
} | null;
|
|
2443
3794
|
postType: string | null;
|
|
2444
3795
|
} | null;
|
|
2445
3796
|
}[];
|
|
2446
3797
|
totalPosts: number;
|
|
2447
3798
|
username?: string | undefined;
|
|
3799
|
+
profile?: {
|
|
3800
|
+
id: string | null;
|
|
3801
|
+
photo: string | null;
|
|
3802
|
+
verified: boolean | null;
|
|
3803
|
+
location: {
|
|
3804
|
+
text: string | null;
|
|
3805
|
+
countryCode: string | null;
|
|
3806
|
+
country: string | null;
|
|
3807
|
+
state: string | null;
|
|
3808
|
+
city: string | null;
|
|
3809
|
+
} | null;
|
|
3810
|
+
headline: string | null;
|
|
3811
|
+
publicIdentifier: string | null;
|
|
3812
|
+
linkedinUrl: string | null;
|
|
3813
|
+
firstName: string | null;
|
|
3814
|
+
lastName: string | null;
|
|
3815
|
+
about: string | null;
|
|
3816
|
+
openToWork: boolean | null;
|
|
3817
|
+
hiring: boolean | null;
|
|
3818
|
+
premium: boolean | null;
|
|
3819
|
+
influencer: boolean | null;
|
|
3820
|
+
topSkills: string | null;
|
|
3821
|
+
connectionsCount: number | null;
|
|
3822
|
+
followerCount: number | null;
|
|
3823
|
+
currentPosition: {
|
|
3824
|
+
companyName: string | null;
|
|
3825
|
+
}[] | null;
|
|
3826
|
+
skills: {
|
|
3827
|
+
name: string | null;
|
|
3828
|
+
}[] | null;
|
|
3829
|
+
experience: {
|
|
3830
|
+
description: string | null;
|
|
3831
|
+
duration: string | null;
|
|
3832
|
+
location: string | null;
|
|
3833
|
+
companyName: string | null;
|
|
3834
|
+
companyLinkedinUrl: string | null;
|
|
3835
|
+
employmentType: string | null;
|
|
3836
|
+
position: string | null;
|
|
3837
|
+
workplaceType: string | null;
|
|
3838
|
+
skills: string[] | null;
|
|
3839
|
+
startDate: {
|
|
3840
|
+
text: string | null;
|
|
3841
|
+
year: number | null;
|
|
3842
|
+
month: string | null;
|
|
3843
|
+
} | null;
|
|
3844
|
+
endDate: {
|
|
3845
|
+
text: string | null;
|
|
3846
|
+
year: number | null;
|
|
3847
|
+
month: string | null;
|
|
3848
|
+
} | null;
|
|
3849
|
+
}[] | null;
|
|
3850
|
+
education: {
|
|
3851
|
+
startDate: {
|
|
3852
|
+
text: string | null;
|
|
3853
|
+
year: number | null;
|
|
3854
|
+
month: string | null;
|
|
3855
|
+
} | null;
|
|
3856
|
+
endDate: {
|
|
3857
|
+
text: string | null;
|
|
3858
|
+
year: number | null;
|
|
3859
|
+
month: string | null;
|
|
3860
|
+
} | null;
|
|
3861
|
+
schoolName: string | null;
|
|
3862
|
+
schoolLinkedinUrl: string | null;
|
|
3863
|
+
degree: string | null;
|
|
3864
|
+
fieldOfStudy: string | null;
|
|
3865
|
+
period: string | null;
|
|
3866
|
+
}[] | null;
|
|
3867
|
+
certifications: {
|
|
3868
|
+
title: string | null;
|
|
3869
|
+
issuedAt: string | null;
|
|
3870
|
+
issuedBy: string | null;
|
|
3871
|
+
}[] | null;
|
|
3872
|
+
languages: {
|
|
3873
|
+
name: string | null;
|
|
3874
|
+
proficiency: string | null;
|
|
3875
|
+
}[] | null;
|
|
3876
|
+
} | null | undefined;
|
|
2448
3877
|
keyword?: string | undefined;
|
|
2449
3878
|
jobs?: {
|
|
2450
3879
|
description: string | null;
|
|
@@ -2457,24 +3886,24 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2457
3886
|
salary: {
|
|
2458
3887
|
from: number | null;
|
|
2459
3888
|
to: number | null;
|
|
2460
|
-
currency: string | null;
|
|
2461
3889
|
period: string | null;
|
|
3890
|
+
currency: string | null;
|
|
2462
3891
|
} | null;
|
|
2463
3892
|
seniorityLevel: string | null;
|
|
2464
3893
|
employmentType: string | null;
|
|
3894
|
+
skills: string[] | null;
|
|
2465
3895
|
company: {
|
|
2466
3896
|
name: string | null;
|
|
2467
3897
|
url: string | null;
|
|
2468
3898
|
logo: string | null;
|
|
2469
3899
|
} | null;
|
|
2470
|
-
skills: string[] | null;
|
|
2471
3900
|
}[] | undefined;
|
|
2472
3901
|
totalResults?: number | null | undefined;
|
|
2473
3902
|
paginationToken?: string | null | undefined;
|
|
2474
3903
|
hasNextPage?: boolean | null | undefined;
|
|
2475
3904
|
}>;
|
|
2476
|
-
static readonly shortDescription = "
|
|
2477
|
-
static readonly longDescription = "\n Universal LinkedIn
|
|
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 ";
|
|
2478
3907
|
static readonly alias = "li";
|
|
2479
3908
|
static readonly type = "tool";
|
|
2480
3909
|
constructor(params?: LinkedInToolParamsInput, context?: BubbleContext);
|
|
@@ -2483,6 +3912,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2483
3912
|
* Create an error result
|
|
2484
3913
|
*/
|
|
2485
3914
|
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;
|
|
2486
3924
|
/**
|
|
2487
3925
|
* Handle scrapePosts operation
|
|
2488
3926
|
*/
|