@bubblelab/bubble-core 0.1.101 → 0.1.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -12,14 +12,14 @@ declare const YCFounderSchema: z.ZodObject<{
12
12
  title: string | null;
13
13
  name: string | null;
14
14
  linkedinUrl: string | null;
15
- twitterUrl: string | null;
16
15
  bio: string | null;
16
+ twitterUrl: string | null;
17
17
  }, {
18
18
  title: string | null;
19
19
  name: string | null;
20
20
  linkedinUrl: string | null;
21
- twitterUrl: string | null;
22
21
  bio: string | null;
22
+ twitterUrl: string | null;
23
23
  }>;
24
24
  declare const YCCompanySchema: z.ZodObject<{
25
25
  companyName: z.ZodNullable<z.ZodString>;
@@ -37,41 +37,41 @@ declare const YCCompanySchema: z.ZodObject<{
37
37
  title: string | null;
38
38
  name: string | null;
39
39
  linkedinUrl: string | null;
40
- twitterUrl: string | null;
41
40
  bio: string | null;
41
+ twitterUrl: string | null;
42
42
  }, {
43
43
  title: string | null;
44
44
  name: string | null;
45
45
  linkedinUrl: string | null;
46
- twitterUrl: string | null;
47
46
  bio: string | null;
47
+ twitterUrl: string | null;
48
48
  }>, "many">;
49
49
  }, "strip", z.ZodTypeAny, {
50
- batch: string | null;
51
50
  description: string | null;
51
+ batch: string | null;
52
52
  companyName: string | null;
53
53
  website: string | null;
54
- ycUrl: string | null;
55
54
  founders: {
56
55
  title: string | null;
57
56
  name: string | null;
58
57
  linkedinUrl: string | null;
59
- twitterUrl: string | null;
60
58
  bio: string | null;
59
+ twitterUrl: string | null;
61
60
  }[];
61
+ ycUrl: string | null;
62
62
  }, {
63
- batch: string | null;
64
63
  description: string | null;
64
+ batch: string | null;
65
65
  companyName: string | null;
66
66
  website: string | null;
67
- ycUrl: string | null;
68
67
  founders: {
69
68
  title: string | null;
70
69
  name: string | null;
71
70
  linkedinUrl: string | null;
72
- twitterUrl: string | null;
73
71
  bio: string | null;
72
+ twitterUrl: string | null;
74
73
  }[];
74
+ ycUrl: string | null;
75
75
  }>;
76
76
  declare const YCPersonSchema: z.ZodObject<{
77
77
  name: z.ZodNullable<z.ZodString>;
@@ -90,23 +90,23 @@ declare const YCPersonSchema: z.ZodObject<{
90
90
  }, "strip", z.ZodTypeAny, {
91
91
  title: string | null;
92
92
  name: string | null;
93
+ emails: string[] | null;
94
+ linkedinUrl: string | null;
95
+ bio: string | null;
93
96
  currentEmployers: {
94
97
  companyName: string | null;
95
98
  }[];
96
- linkedinUrl: string | null;
97
99
  twitterUrl: string | null;
98
- bio: string | null;
99
- emails: string[] | null;
100
100
  }, {
101
101
  title: string | null;
102
102
  name: string | null;
103
+ emails: string[] | null;
104
+ linkedinUrl: string | null;
105
+ bio: string | null;
103
106
  currentEmployers: {
104
107
  companyName: string | null;
105
108
  }[];
106
- linkedinUrl: string | null;
107
109
  twitterUrl: string | null;
108
- bio: string | null;
109
- emails: string[] | null;
110
110
  }>;
111
111
  declare const YCScraperToolParamsSchema: z.ZodObject<{
112
112
  batch: z.ZodOptional<z.ZodString>;
@@ -115,17 +115,17 @@ declare const YCScraperToolParamsSchema: z.ZodObject<{
115
115
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
116
116
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
117
117
  }, "strip", z.ZodTypeAny, {
118
- batch?: string | undefined;
118
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
119
119
  url?: string | undefined;
120
+ batch?: string | undefined;
120
121
  maxCompanies?: number | undefined;
121
122
  includeFounders?: boolean | undefined;
122
- credentials?: Partial<Record<CredentialType, string>> | undefined;
123
123
  }, {
124
- batch?: string | undefined;
124
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
125
125
  url?: string | undefined;
126
+ batch?: string | undefined;
126
127
  maxCompanies?: number | undefined;
127
128
  includeFounders?: boolean | undefined;
128
- credentials?: Partial<Record<CredentialType, string>> | undefined;
129
129
  }>;
130
130
  declare const YCScraperToolResultSchema: z.ZodObject<{
131
131
  people: z.ZodArray<z.ZodObject<{
@@ -145,23 +145,23 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
145
145
  }, "strip", z.ZodTypeAny, {
146
146
  title: string | null;
147
147
  name: string | null;
148
+ emails: string[] | null;
149
+ linkedinUrl: string | null;
150
+ bio: string | null;
148
151
  currentEmployers: {
149
152
  companyName: string | null;
150
153
  }[];
151
- linkedinUrl: string | null;
152
154
  twitterUrl: string | null;
153
- bio: string | null;
154
- emails: string[] | null;
155
155
  }, {
156
156
  title: string | null;
157
157
  name: string | null;
158
+ emails: string[] | null;
159
+ linkedinUrl: string | null;
160
+ bio: string | null;
158
161
  currentEmployers: {
159
162
  companyName: string | null;
160
163
  }[];
161
- linkedinUrl: string | null;
162
164
  twitterUrl: string | null;
163
- bio: string | null;
164
- emails: string[] | null;
165
165
  }>, "many">;
166
166
  companies: z.ZodArray<z.ZodObject<{
167
167
  companyName: z.ZodNullable<z.ZodString>;
@@ -179,41 +179,41 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
179
179
  title: string | null;
180
180
  name: string | null;
181
181
  linkedinUrl: string | null;
182
- twitterUrl: string | null;
183
182
  bio: string | null;
183
+ twitterUrl: string | null;
184
184
  }, {
185
185
  title: string | null;
186
186
  name: string | null;
187
187
  linkedinUrl: string | null;
188
- twitterUrl: string | null;
189
188
  bio: string | null;
189
+ twitterUrl: string | null;
190
190
  }>, "many">;
191
191
  }, "strip", z.ZodTypeAny, {
192
- batch: string | null;
193
192
  description: string | null;
193
+ batch: string | null;
194
194
  companyName: string | null;
195
195
  website: string | null;
196
- ycUrl: string | null;
197
196
  founders: {
198
197
  title: string | null;
199
198
  name: string | null;
200
199
  linkedinUrl: string | null;
201
- twitterUrl: string | null;
202
200
  bio: string | null;
201
+ twitterUrl: string | null;
203
202
  }[];
203
+ ycUrl: string | null;
204
204
  }, {
205
- batch: string | null;
206
205
  description: string | null;
206
+ batch: string | null;
207
207
  companyName: string | null;
208
208
  website: string | null;
209
- ycUrl: string | null;
210
209
  founders: {
211
210
  title: string | null;
212
211
  name: string | null;
213
212
  linkedinUrl: string | null;
214
- twitterUrl: string | null;
215
213
  bio: string | null;
214
+ twitterUrl: string | null;
216
215
  }[];
216
+ ycUrl: string | null;
217
217
  }>, "many">;
218
218
  totalPeople: z.ZodNumber;
219
219
  totalCompanies: z.ZodNumber;
@@ -222,69 +222,69 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
222
222
  success: z.ZodBoolean;
223
223
  error: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
- batch: string | null;
225
+ error: string;
226
+ success: boolean;
226
227
  url: string | null;
228
+ batch: string | null;
227
229
  people: {
228
230
  title: string | null;
229
231
  name: string | null;
232
+ emails: string[] | null;
233
+ linkedinUrl: string | null;
234
+ bio: string | null;
230
235
  currentEmployers: {
231
236
  companyName: string | null;
232
237
  }[];
233
- linkedinUrl: string | null;
234
238
  twitterUrl: string | null;
235
- bio: string | null;
236
- emails: string[] | null;
237
239
  }[];
238
240
  companies: {
239
- batch: string | null;
240
241
  description: string | null;
242
+ batch: string | null;
241
243
  companyName: string | null;
242
244
  website: string | null;
243
- ycUrl: string | null;
244
245
  founders: {
245
246
  title: string | null;
246
247
  name: string | null;
247
248
  linkedinUrl: string | null;
248
- twitterUrl: string | null;
249
249
  bio: string | null;
250
+ twitterUrl: string | null;
250
251
  }[];
252
+ ycUrl: string | null;
251
253
  }[];
252
254
  totalPeople: number;
253
255
  totalCompanies: number;
254
- success: boolean;
255
- error: string;
256
256
  }, {
257
- batch: string | null;
257
+ error: string;
258
+ success: boolean;
258
259
  url: string | null;
260
+ batch: string | null;
259
261
  people: {
260
262
  title: string | null;
261
263
  name: string | null;
264
+ emails: string[] | null;
265
+ linkedinUrl: string | null;
266
+ bio: string | null;
262
267
  currentEmployers: {
263
268
  companyName: string | null;
264
269
  }[];
265
- linkedinUrl: string | null;
266
270
  twitterUrl: string | null;
267
- bio: string | null;
268
- emails: string[] | null;
269
271
  }[];
270
272
  companies: {
271
- batch: string | null;
272
273
  description: string | null;
274
+ batch: string | null;
273
275
  companyName: string | null;
274
276
  website: string | null;
275
- ycUrl: string | null;
276
277
  founders: {
277
278
  title: string | null;
278
279
  name: string | null;
279
280
  linkedinUrl: string | null;
280
- twitterUrl: string | null;
281
281
  bio: string | null;
282
+ twitterUrl: string | null;
282
283
  }[];
284
+ ycUrl: string | null;
283
285
  }[];
284
286
  totalPeople: number;
285
287
  totalCompanies: number;
286
- success: boolean;
287
- error: string;
288
288
  }>;
289
289
  type YCScraperToolParams = z.output<typeof YCScraperToolParamsSchema>;
290
290
  type YCScraperToolResult = z.output<typeof YCScraperToolResultSchema>;
@@ -313,17 +313,17 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
313
313
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
314
314
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
315
315
  }, "strip", z.ZodTypeAny, {
316
- batch?: string | undefined;
316
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
317
317
  url?: string | undefined;
318
+ batch?: string | undefined;
318
319
  maxCompanies?: number | undefined;
319
320
  includeFounders?: boolean | undefined;
320
- credentials?: Partial<Record<CredentialType, string>> | undefined;
321
321
  }, {
322
- batch?: string | undefined;
322
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
323
323
  url?: string | undefined;
324
+ batch?: string | undefined;
324
325
  maxCompanies?: number | undefined;
325
326
  includeFounders?: boolean | undefined;
326
- credentials?: Partial<Record<CredentialType, string>> | undefined;
327
327
  }>;
328
328
  static readonly resultSchema: z.ZodObject<{
329
329
  people: z.ZodArray<z.ZodObject<{
@@ -343,23 +343,23 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
343
343
  }, "strip", z.ZodTypeAny, {
344
344
  title: string | null;
345
345
  name: string | null;
346
+ emails: string[] | null;
347
+ linkedinUrl: string | null;
348
+ bio: string | null;
346
349
  currentEmployers: {
347
350
  companyName: string | null;
348
351
  }[];
349
- linkedinUrl: string | null;
350
352
  twitterUrl: string | null;
351
- bio: string | null;
352
- emails: string[] | null;
353
353
  }, {
354
354
  title: string | null;
355
355
  name: string | null;
356
+ emails: string[] | null;
357
+ linkedinUrl: string | null;
358
+ bio: string | null;
356
359
  currentEmployers: {
357
360
  companyName: string | null;
358
361
  }[];
359
- linkedinUrl: string | null;
360
362
  twitterUrl: string | null;
361
- bio: string | null;
362
- emails: string[] | null;
363
363
  }>, "many">;
364
364
  companies: z.ZodArray<z.ZodObject<{
365
365
  companyName: z.ZodNullable<z.ZodString>;
@@ -377,41 +377,41 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
377
377
  title: string | null;
378
378
  name: string | null;
379
379
  linkedinUrl: string | null;
380
- twitterUrl: string | null;
381
380
  bio: string | null;
381
+ twitterUrl: string | null;
382
382
  }, {
383
383
  title: string | null;
384
384
  name: string | null;
385
385
  linkedinUrl: string | null;
386
- twitterUrl: string | null;
387
386
  bio: string | null;
387
+ twitterUrl: string | null;
388
388
  }>, "many">;
389
389
  }, "strip", z.ZodTypeAny, {
390
- batch: string | null;
391
390
  description: string | null;
391
+ batch: string | null;
392
392
  companyName: string | null;
393
393
  website: string | null;
394
- ycUrl: string | null;
395
394
  founders: {
396
395
  title: string | null;
397
396
  name: string | null;
398
397
  linkedinUrl: string | null;
399
- twitterUrl: string | null;
400
398
  bio: string | null;
399
+ twitterUrl: string | null;
401
400
  }[];
401
+ ycUrl: string | null;
402
402
  }, {
403
- batch: string | null;
404
403
  description: string | null;
404
+ batch: string | null;
405
405
  companyName: string | null;
406
406
  website: string | null;
407
- ycUrl: string | null;
408
407
  founders: {
409
408
  title: string | null;
410
409
  name: string | null;
411
410
  linkedinUrl: string | null;
412
- twitterUrl: string | null;
413
411
  bio: string | null;
412
+ twitterUrl: string | null;
414
413
  }[];
414
+ ycUrl: string | null;
415
415
  }>, "many">;
416
416
  totalPeople: z.ZodNumber;
417
417
  totalCompanies: z.ZodNumber;
@@ -420,69 +420,69 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
420
420
  success: z.ZodBoolean;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- batch: string | null;
423
+ error: string;
424
+ success: boolean;
424
425
  url: string | null;
426
+ batch: string | null;
425
427
  people: {
426
428
  title: string | null;
427
429
  name: string | null;
430
+ emails: string[] | null;
431
+ linkedinUrl: string | null;
432
+ bio: string | null;
428
433
  currentEmployers: {
429
434
  companyName: string | null;
430
435
  }[];
431
- linkedinUrl: string | null;
432
436
  twitterUrl: string | null;
433
- bio: string | null;
434
- emails: string[] | null;
435
437
  }[];
436
438
  companies: {
437
- batch: string | null;
438
439
  description: string | null;
440
+ batch: string | null;
439
441
  companyName: string | null;
440
442
  website: string | null;
441
- ycUrl: string | null;
442
443
  founders: {
443
444
  title: string | null;
444
445
  name: string | null;
445
446
  linkedinUrl: string | null;
446
- twitterUrl: string | null;
447
447
  bio: string | null;
448
+ twitterUrl: string | null;
448
449
  }[];
450
+ ycUrl: string | null;
449
451
  }[];
450
452
  totalPeople: number;
451
453
  totalCompanies: number;
452
- success: boolean;
453
- error: string;
454
454
  }, {
455
- batch: string | null;
455
+ error: string;
456
+ success: boolean;
456
457
  url: string | null;
458
+ batch: string | null;
457
459
  people: {
458
460
  title: string | null;
459
461
  name: string | null;
462
+ emails: string[] | null;
463
+ linkedinUrl: string | null;
464
+ bio: string | null;
460
465
  currentEmployers: {
461
466
  companyName: string | null;
462
467
  }[];
463
- linkedinUrl: string | null;
464
468
  twitterUrl: string | null;
465
- bio: string | null;
466
- emails: string[] | null;
467
469
  }[];
468
470
  companies: {
469
- batch: string | null;
470
471
  description: string | null;
472
+ batch: string | null;
471
473
  companyName: string | null;
472
474
  website: string | null;
473
- ycUrl: string | null;
474
475
  founders: {
475
476
  title: string | null;
476
477
  name: string | null;
477
478
  linkedinUrl: string | null;
478
- twitterUrl: string | null;
479
479
  bio: string | null;
480
+ twitterUrl: string | null;
480
481
  }[];
482
+ ycUrl: string | null;
481
483
  }[];
482
484
  totalPeople: number;
483
485
  totalCompanies: number;
484
- success: boolean;
485
- error: string;
486
486
  }>;
487
487
  static readonly shortDescription = "Scrape Y Combinator directory for company and founder data. Find founders by batch (W24, S23, etc.) with LinkedIn profiles.";
488
488
  static readonly longDescription = "\n Y Combinator directory scraper for extracting company and founder data.\n\n **OPERATIONS:**\n - Scrape companies and founders by YC batch (e.g., W24, S23, W22)\n - Extract founder details including LinkedIn profiles, titles, and bios\n - Get company information including descriptions and websites\n\n **WHEN TO USE THIS TOOL:**\n - **YC founder outreach** - find founders from specific batches for networking\n - **Lead generation** - build lists of YC founders for sales/recruiting\n - **Research** - analyze YC companies by batch, industry, or founder background\n - **Competitive analysis** - research YC companies in specific sectors\n\n **BATCH FORMAT:**\n - W = Winter batch (January start)\n - S = Summer batch (June start)\n - Examples: W24 (Winter 2024), S23 (Summer 2023), W22 (Winter 2022)\n\n **OUTPUT:**\n - People array: Flattened list of founders with company context\n - Companies array: Company-level data with nested founders\n - LinkedIn URLs for direct founder outreach\n\n **TIPS:**\n - Start with smaller maxCompanies (20-50) for faster results\n - Use the batch parameter for easier filtering\n - Use url parameter for advanced filtering (industry, location, etc.)\n\n The tool uses Apify's Y Combinator scraper for reliable data extraction.\n ";