@sellable/mcp 0.1.220 → 0.1.221
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/server.js +7 -1
- package/dist/tools/leads.d.ts +1721 -220
- package/dist/tools/leads.js +509 -3
- package/dist/tools/registry.d.ts +1655 -176
- package/package.json +1 -1
- package/skills/create-campaign/SKILL.md +14 -0
- package/skills/create-campaign/core/flow.v1.json +2 -0
- package/skills/create-campaign/core/providers/prospeo.json +6 -2
- package/skills/create-campaign/references/provider-selection-strategy.md +8 -0
- package/skills/create-campaign-v2/SKILL.md +9 -1
- package/skills/create-campaign-v2/core/flow.v2.json +1 -1
- package/skills/find-leads/SKILL.md +13 -0
- package/skills/providers/prospeo.md +109 -1
package/dist/tools/leads.d.ts
CHANGED
|
@@ -69,6 +69,26 @@ export type ProspeoSearchInput = {
|
|
|
69
69
|
currentStep?: string | null;
|
|
70
70
|
confirmed?: boolean;
|
|
71
71
|
};
|
|
72
|
+
export type ProspeoCompanySearchInput = {
|
|
73
|
+
campaignOfferId?: string;
|
|
74
|
+
seedCompanies?: string[];
|
|
75
|
+
seedDomains?: string[];
|
|
76
|
+
filters?: Record<string, unknown>;
|
|
77
|
+
limit?: number;
|
|
78
|
+
page?: number;
|
|
79
|
+
sort?: string;
|
|
80
|
+
previewOnly?: boolean;
|
|
81
|
+
currentStep?: string | null;
|
|
82
|
+
confirmed?: boolean;
|
|
83
|
+
};
|
|
84
|
+
export type ConfirmProspeoCompanyAccountsInput = {
|
|
85
|
+
campaignOfferId?: string;
|
|
86
|
+
companySearchToken?: string;
|
|
87
|
+
selectedCompanyIds?: string[];
|
|
88
|
+
name?: string;
|
|
89
|
+
currentStep?: string | null;
|
|
90
|
+
confirmed?: boolean;
|
|
91
|
+
};
|
|
72
92
|
export type SaveDomainFiltersInput = {
|
|
73
93
|
include?: string[];
|
|
74
94
|
exclude?: string[];
|
|
@@ -229,12 +249,19 @@ export declare const leadToolDefinitions: ({
|
|
|
229
249
|
linkedInColumn?: undefined;
|
|
230
250
|
include?: undefined;
|
|
231
251
|
exclude?: undefined;
|
|
252
|
+
seedCompanies?: undefined;
|
|
253
|
+
seedDomains?: undefined;
|
|
254
|
+
limit?: undefined;
|
|
255
|
+
sort?: undefined;
|
|
256
|
+
previewOnly?: undefined;
|
|
257
|
+
companySearchToken?: undefined;
|
|
258
|
+
selectedCompanyIds?: undefined;
|
|
259
|
+
name?: undefined;
|
|
232
260
|
domainFilterId?: undefined;
|
|
233
261
|
type?: undefined;
|
|
234
262
|
profileUrl?: undefined;
|
|
235
263
|
postUrl?: undefined;
|
|
236
264
|
companyUrl?: undefined;
|
|
237
|
-
limit?: undefined;
|
|
238
265
|
headlineICPCriteria?: undefined;
|
|
239
266
|
rubricGuidelines?: undefined;
|
|
240
267
|
sourceLeadListId?: undefined;
|
|
@@ -408,12 +435,19 @@ export declare const leadToolDefinitions: ({
|
|
|
408
435
|
linkedInColumn?: undefined;
|
|
409
436
|
include?: undefined;
|
|
410
437
|
exclude?: undefined;
|
|
438
|
+
seedCompanies?: undefined;
|
|
439
|
+
seedDomains?: undefined;
|
|
440
|
+
limit?: undefined;
|
|
441
|
+
sort?: undefined;
|
|
442
|
+
previewOnly?: undefined;
|
|
443
|
+
companySearchToken?: undefined;
|
|
444
|
+
selectedCompanyIds?: undefined;
|
|
445
|
+
name?: undefined;
|
|
411
446
|
domainFilterId?: undefined;
|
|
412
447
|
type?: undefined;
|
|
413
448
|
profileUrl?: undefined;
|
|
414
449
|
postUrl?: undefined;
|
|
415
450
|
companyUrl?: undefined;
|
|
416
|
-
limit?: undefined;
|
|
417
451
|
headlineICPCriteria?: undefined;
|
|
418
452
|
rubricGuidelines?: undefined;
|
|
419
453
|
sourceLeadListId?: undefined;
|
|
@@ -486,12 +520,19 @@ export declare const leadToolDefinitions: ({
|
|
|
486
520
|
linkedInColumn?: undefined;
|
|
487
521
|
include?: undefined;
|
|
488
522
|
exclude?: undefined;
|
|
523
|
+
seedCompanies?: undefined;
|
|
524
|
+
seedDomains?: undefined;
|
|
525
|
+
limit?: undefined;
|
|
526
|
+
sort?: undefined;
|
|
527
|
+
previewOnly?: undefined;
|
|
528
|
+
companySearchToken?: undefined;
|
|
529
|
+
selectedCompanyIds?: undefined;
|
|
530
|
+
name?: undefined;
|
|
489
531
|
domainFilterId?: undefined;
|
|
490
532
|
type?: undefined;
|
|
491
533
|
profileUrl?: undefined;
|
|
492
534
|
postUrl?: undefined;
|
|
493
535
|
companyUrl?: undefined;
|
|
494
|
-
limit?: undefined;
|
|
495
536
|
headlineICPCriteria?: undefined;
|
|
496
537
|
rubricGuidelines?: undefined;
|
|
497
538
|
sourceLeadListId?: undefined;
|
|
@@ -636,12 +677,19 @@ export declare const leadToolDefinitions: ({
|
|
|
636
677
|
linkedInColumn?: undefined;
|
|
637
678
|
include?: undefined;
|
|
638
679
|
exclude?: undefined;
|
|
680
|
+
seedCompanies?: undefined;
|
|
681
|
+
seedDomains?: undefined;
|
|
682
|
+
limit?: undefined;
|
|
683
|
+
sort?: undefined;
|
|
684
|
+
previewOnly?: undefined;
|
|
685
|
+
companySearchToken?: undefined;
|
|
686
|
+
selectedCompanyIds?: undefined;
|
|
687
|
+
name?: undefined;
|
|
639
688
|
domainFilterId?: undefined;
|
|
640
689
|
type?: undefined;
|
|
641
690
|
profileUrl?: undefined;
|
|
642
691
|
postUrl?: undefined;
|
|
643
692
|
companyUrl?: undefined;
|
|
644
|
-
limit?: undefined;
|
|
645
693
|
headlineICPCriteria?: undefined;
|
|
646
694
|
rubricGuidelines?: undefined;
|
|
647
695
|
sourceLeadListId?: undefined;
|
|
@@ -728,12 +776,19 @@ export declare const leadToolDefinitions: ({
|
|
|
728
776
|
linkedInColumn?: undefined;
|
|
729
777
|
include?: undefined;
|
|
730
778
|
exclude?: undefined;
|
|
779
|
+
seedCompanies?: undefined;
|
|
780
|
+
seedDomains?: undefined;
|
|
781
|
+
limit?: undefined;
|
|
782
|
+
sort?: undefined;
|
|
783
|
+
previewOnly?: undefined;
|
|
784
|
+
companySearchToken?: undefined;
|
|
785
|
+
selectedCompanyIds?: undefined;
|
|
786
|
+
name?: undefined;
|
|
731
787
|
domainFilterId?: undefined;
|
|
732
788
|
type?: undefined;
|
|
733
789
|
profileUrl?: undefined;
|
|
734
790
|
postUrl?: undefined;
|
|
735
791
|
companyUrl?: undefined;
|
|
736
|
-
limit?: undefined;
|
|
737
792
|
headlineICPCriteria?: undefined;
|
|
738
793
|
rubricGuidelines?: undefined;
|
|
739
794
|
sourceLeadListId?: undefined;
|
|
@@ -829,12 +884,19 @@ export declare const leadToolDefinitions: ({
|
|
|
829
884
|
domainColumn?: undefined;
|
|
830
885
|
include?: undefined;
|
|
831
886
|
exclude?: undefined;
|
|
887
|
+
seedCompanies?: undefined;
|
|
888
|
+
seedDomains?: undefined;
|
|
889
|
+
limit?: undefined;
|
|
890
|
+
sort?: undefined;
|
|
891
|
+
previewOnly?: undefined;
|
|
892
|
+
companySearchToken?: undefined;
|
|
893
|
+
selectedCompanyIds?: undefined;
|
|
894
|
+
name?: undefined;
|
|
832
895
|
domainFilterId?: undefined;
|
|
833
896
|
type?: undefined;
|
|
834
897
|
profileUrl?: undefined;
|
|
835
898
|
postUrl?: undefined;
|
|
836
899
|
companyUrl?: undefined;
|
|
837
|
-
limit?: undefined;
|
|
838
900
|
headlineICPCriteria?: undefined;
|
|
839
901
|
rubricGuidelines?: undefined;
|
|
840
902
|
sourceLeadListId?: undefined;
|
|
@@ -912,12 +974,19 @@ export declare const leadToolDefinitions: ({
|
|
|
912
974
|
leadListId?: undefined;
|
|
913
975
|
leadListName?: undefined;
|
|
914
976
|
linkedInColumn?: undefined;
|
|
977
|
+
seedCompanies?: undefined;
|
|
978
|
+
seedDomains?: undefined;
|
|
979
|
+
limit?: undefined;
|
|
980
|
+
sort?: undefined;
|
|
981
|
+
previewOnly?: undefined;
|
|
982
|
+
companySearchToken?: undefined;
|
|
983
|
+
selectedCompanyIds?: undefined;
|
|
984
|
+
name?: undefined;
|
|
915
985
|
domainFilterId?: undefined;
|
|
916
986
|
type?: undefined;
|
|
917
987
|
profileUrl?: undefined;
|
|
918
988
|
postUrl?: undefined;
|
|
919
989
|
companyUrl?: undefined;
|
|
920
|
-
limit?: undefined;
|
|
921
990
|
headlineICPCriteria?: undefined;
|
|
922
991
|
rubricGuidelines?: undefined;
|
|
923
992
|
sourceLeadListId?: undefined;
|
|
@@ -944,192 +1013,31 @@ export declare const leadToolDefinitions: ({
|
|
|
944
1013
|
inputSchema: {
|
|
945
1014
|
type: string;
|
|
946
1015
|
properties: {
|
|
1016
|
+
campaignOfferId: {
|
|
1017
|
+
type: string;
|
|
1018
|
+
description: string;
|
|
1019
|
+
};
|
|
1020
|
+
seedCompanies: {
|
|
1021
|
+
type: string;
|
|
1022
|
+
items: {
|
|
1023
|
+
type: string;
|
|
1024
|
+
};
|
|
1025
|
+
description: string;
|
|
1026
|
+
};
|
|
1027
|
+
seedDomains: {
|
|
1028
|
+
type: string;
|
|
1029
|
+
items: {
|
|
1030
|
+
type: string;
|
|
1031
|
+
};
|
|
1032
|
+
description: string;
|
|
1033
|
+
};
|
|
947
1034
|
filters: {
|
|
948
1035
|
type: string;
|
|
949
1036
|
description: string;
|
|
950
1037
|
properties: {
|
|
951
|
-
person_name: {
|
|
952
|
-
type: string;
|
|
953
|
-
description: string;
|
|
954
|
-
properties: {
|
|
955
|
-
include: {
|
|
956
|
-
type: string;
|
|
957
|
-
items: {
|
|
958
|
-
type: string;
|
|
959
|
-
};
|
|
960
|
-
};
|
|
961
|
-
exclude: {
|
|
962
|
-
type: string;
|
|
963
|
-
items: {
|
|
964
|
-
type: string;
|
|
965
|
-
};
|
|
966
|
-
};
|
|
967
|
-
};
|
|
968
|
-
};
|
|
969
|
-
person_name_or_job_title: {
|
|
970
|
-
type: string;
|
|
971
|
-
description: string;
|
|
972
|
-
};
|
|
973
|
-
person_job_title: {
|
|
974
|
-
type: string;
|
|
975
|
-
description: string;
|
|
976
|
-
properties: {
|
|
977
|
-
include: {
|
|
978
|
-
type: string;
|
|
979
|
-
items: {
|
|
980
|
-
type: string;
|
|
981
|
-
};
|
|
982
|
-
};
|
|
983
|
-
exclude: {
|
|
984
|
-
type: string;
|
|
985
|
-
items: {
|
|
986
|
-
type: string;
|
|
987
|
-
};
|
|
988
|
-
};
|
|
989
|
-
boolean_search: {
|
|
990
|
-
type: string;
|
|
991
|
-
};
|
|
992
|
-
match_only_exact_job_titles: {
|
|
993
|
-
type: string;
|
|
994
|
-
};
|
|
995
|
-
};
|
|
996
|
-
};
|
|
997
|
-
person_seniority: {
|
|
998
|
-
description: string;
|
|
999
|
-
type: string;
|
|
1000
|
-
properties: {
|
|
1001
|
-
include: {
|
|
1002
|
-
type: string;
|
|
1003
|
-
items: {
|
|
1004
|
-
type: string;
|
|
1005
|
-
};
|
|
1006
|
-
};
|
|
1007
|
-
exclude: {
|
|
1008
|
-
type: string;
|
|
1009
|
-
items: {
|
|
1010
|
-
type: string;
|
|
1011
|
-
};
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
};
|
|
1015
|
-
person_department: {
|
|
1016
|
-
description: string;
|
|
1017
|
-
type: string;
|
|
1018
|
-
properties: {
|
|
1019
|
-
include: {
|
|
1020
|
-
type: string;
|
|
1021
|
-
items: {
|
|
1022
|
-
type: string;
|
|
1023
|
-
};
|
|
1024
|
-
};
|
|
1025
|
-
exclude: {
|
|
1026
|
-
type: string;
|
|
1027
|
-
items: {
|
|
1028
|
-
type: string;
|
|
1029
|
-
};
|
|
1030
|
-
};
|
|
1031
|
-
};
|
|
1032
|
-
};
|
|
1033
|
-
person_year_of_experience: {
|
|
1034
|
-
type: string;
|
|
1035
|
-
description: string;
|
|
1036
|
-
properties: {
|
|
1037
|
-
min: {
|
|
1038
|
-
type: string;
|
|
1039
|
-
};
|
|
1040
|
-
max: {
|
|
1041
|
-
type: string;
|
|
1042
|
-
};
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
-
person_time_in_current_role: {
|
|
1046
|
-
type: string;
|
|
1047
|
-
description: string;
|
|
1048
|
-
properties: {
|
|
1049
|
-
min: {
|
|
1050
|
-
type: string;
|
|
1051
|
-
};
|
|
1052
|
-
max: {
|
|
1053
|
-
type: string;
|
|
1054
|
-
};
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
person_time_in_current_company: {
|
|
1058
|
-
type: string;
|
|
1059
|
-
description: string;
|
|
1060
|
-
properties: {
|
|
1061
|
-
min: {
|
|
1062
|
-
type: string;
|
|
1063
|
-
};
|
|
1064
|
-
max: {
|
|
1065
|
-
type: string;
|
|
1066
|
-
};
|
|
1067
|
-
};
|
|
1068
|
-
};
|
|
1069
|
-
person_location_search: {
|
|
1070
|
-
type: string;
|
|
1071
|
-
description: string;
|
|
1072
|
-
properties: {
|
|
1073
|
-
include: {
|
|
1074
|
-
type: string;
|
|
1075
|
-
items: {
|
|
1076
|
-
type: string;
|
|
1077
|
-
};
|
|
1078
|
-
};
|
|
1079
|
-
exclude: {
|
|
1080
|
-
type: string;
|
|
1081
|
-
items: {
|
|
1082
|
-
type: string;
|
|
1083
|
-
};
|
|
1084
|
-
};
|
|
1085
|
-
};
|
|
1086
|
-
};
|
|
1087
|
-
person_contact_details: {
|
|
1088
|
-
type: string;
|
|
1089
|
-
description: string;
|
|
1090
|
-
properties: {
|
|
1091
|
-
email: {
|
|
1092
|
-
type: string;
|
|
1093
|
-
items: {
|
|
1094
|
-
type: string;
|
|
1095
|
-
};
|
|
1096
|
-
};
|
|
1097
|
-
mobile: {
|
|
1098
|
-
type: string;
|
|
1099
|
-
items: {
|
|
1100
|
-
type: string;
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
operator: {
|
|
1104
|
-
type: string;
|
|
1105
|
-
enum: string[];
|
|
1106
|
-
};
|
|
1107
|
-
hide_people_with_details_already_revealed: {
|
|
1108
|
-
type: string;
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
};
|
|
1112
|
-
person_job_change: {
|
|
1113
|
-
type: string;
|
|
1114
|
-
description: string;
|
|
1115
|
-
properties: {
|
|
1116
|
-
timeframe_days: {
|
|
1117
|
-
type: string;
|
|
1118
|
-
};
|
|
1119
|
-
only_promotion: {
|
|
1120
|
-
type: string;
|
|
1121
|
-
};
|
|
1122
|
-
only_new_company: {
|
|
1123
|
-
type: string;
|
|
1124
|
-
};
|
|
1125
|
-
};
|
|
1126
|
-
};
|
|
1127
|
-
max_person_per_company: {
|
|
1128
|
-
type: string;
|
|
1129
|
-
};
|
|
1130
1038
|
company_industry: {
|
|
1131
|
-
description: string;
|
|
1132
1039
|
type: string;
|
|
1040
|
+
description: string;
|
|
1133
1041
|
properties: {
|
|
1134
1042
|
include: {
|
|
1135
1043
|
type: string;
|
|
@@ -1146,8 +1054,8 @@ export declare const leadToolDefinitions: ({
|
|
|
1146
1054
|
};
|
|
1147
1055
|
};
|
|
1148
1056
|
company_technology: {
|
|
1149
|
-
description: string;
|
|
1150
1057
|
type: string;
|
|
1058
|
+
description: string;
|
|
1151
1059
|
properties: {
|
|
1152
1060
|
include: {
|
|
1153
1061
|
type: string;
|
|
@@ -1168,7 +1076,7 @@ export declare const leadToolDefinitions: ({
|
|
|
1168
1076
|
items: {
|
|
1169
1077
|
type: string;
|
|
1170
1078
|
};
|
|
1171
|
-
description
|
|
1079
|
+
description?: undefined;
|
|
1172
1080
|
};
|
|
1173
1081
|
company_naics: {
|
|
1174
1082
|
type: string;
|
|
@@ -1211,7 +1119,7 @@ export declare const leadToolDefinitions: ({
|
|
|
1211
1119
|
items: {
|
|
1212
1120
|
type: string;
|
|
1213
1121
|
};
|
|
1214
|
-
description
|
|
1122
|
+
description?: undefined;
|
|
1215
1123
|
};
|
|
1216
1124
|
company_headcount_custom: {
|
|
1217
1125
|
type: string;
|
|
@@ -1245,11 +1153,11 @@ export declare const leadToolDefinitions: ({
|
|
|
1245
1153
|
};
|
|
1246
1154
|
company_type: {
|
|
1247
1155
|
type: string;
|
|
1248
|
-
description
|
|
1156
|
+
description?: undefined;
|
|
1249
1157
|
};
|
|
1250
1158
|
company_funding: {
|
|
1251
|
-
description: string;
|
|
1252
1159
|
type: string;
|
|
1160
|
+
description: string;
|
|
1253
1161
|
properties: {
|
|
1254
1162
|
stage: {
|
|
1255
1163
|
type: string;
|
|
@@ -1382,32 +1290,1574 @@ export declare const leadToolDefinitions: ({
|
|
|
1382
1290
|
pricing: {
|
|
1383
1291
|
type: string[];
|
|
1384
1292
|
};
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
company_revenue: {
|
|
1388
|
-
type: string;
|
|
1389
|
-
description: string;
|
|
1390
|
-
properties: {
|
|
1391
|
-
min: {
|
|
1392
|
-
type: string;
|
|
1293
|
+
uses_ai: {
|
|
1294
|
+
type: string[];
|
|
1393
1295
|
};
|
|
1394
|
-
|
|
1395
|
-
type: string;
|
|
1296
|
+
has_api: {
|
|
1297
|
+
type: string[];
|
|
1396
1298
|
};
|
|
1397
|
-
|
|
1398
|
-
type: string;
|
|
1299
|
+
has_chrome_extension: {
|
|
1300
|
+
type: string[];
|
|
1399
1301
|
};
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
company_founded: {
|
|
1403
|
-
type: string;
|
|
1404
|
-
description: string;
|
|
1405
|
-
properties: {
|
|
1406
|
-
min: {
|
|
1407
|
-
type: string;
|
|
1302
|
+
has_sso: {
|
|
1303
|
+
type: string[];
|
|
1408
1304
|
};
|
|
1409
|
-
|
|
1410
|
-
type: string;
|
|
1305
|
+
has_uptime_guarantee: {
|
|
1306
|
+
type: string[];
|
|
1307
|
+
};
|
|
1308
|
+
has_open_source: {
|
|
1309
|
+
type: string[];
|
|
1310
|
+
};
|
|
1311
|
+
has_marketplace: {
|
|
1312
|
+
type: string[];
|
|
1313
|
+
};
|
|
1314
|
+
has_blog: {
|
|
1315
|
+
type: string[];
|
|
1316
|
+
};
|
|
1317
|
+
has_podcast: {
|
|
1318
|
+
type: string[];
|
|
1319
|
+
};
|
|
1320
|
+
has_community_forum: {
|
|
1321
|
+
type: string[];
|
|
1322
|
+
};
|
|
1323
|
+
has_knowledge_base: {
|
|
1324
|
+
type: string[];
|
|
1325
|
+
};
|
|
1326
|
+
has_academy: {
|
|
1327
|
+
type: string[];
|
|
1328
|
+
};
|
|
1329
|
+
has_affiliate_program: {
|
|
1330
|
+
type: string[];
|
|
1331
|
+
};
|
|
1332
|
+
has_esg_reports: {
|
|
1333
|
+
type: string[];
|
|
1334
|
+
};
|
|
1335
|
+
has_physical_offices: {
|
|
1336
|
+
type: string[];
|
|
1337
|
+
};
|
|
1338
|
+
is_venture_backed: {
|
|
1339
|
+
type: string[];
|
|
1340
|
+
};
|
|
1341
|
+
is_publicly_traded: {
|
|
1342
|
+
type: string[];
|
|
1343
|
+
};
|
|
1344
|
+
has_soc2: {
|
|
1345
|
+
type: string[];
|
|
1346
|
+
};
|
|
1347
|
+
data_residency: {
|
|
1348
|
+
type: string;
|
|
1349
|
+
enum: string[];
|
|
1350
|
+
};
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1353
|
+
company_lookalike: {
|
|
1354
|
+
type: string;
|
|
1355
|
+
description: string;
|
|
1356
|
+
properties: {
|
|
1357
|
+
company_oids: {
|
|
1358
|
+
type: string;
|
|
1359
|
+
items: {
|
|
1360
|
+
type: string;
|
|
1361
|
+
};
|
|
1362
|
+
};
|
|
1363
|
+
minimum_tier: {
|
|
1364
|
+
type: string;
|
|
1365
|
+
enum: string[];
|
|
1366
|
+
};
|
|
1367
|
+
match_all: {
|
|
1368
|
+
type: string;
|
|
1369
|
+
};
|
|
1370
|
+
same_language: {
|
|
1371
|
+
type: string;
|
|
1372
|
+
};
|
|
1373
|
+
};
|
|
1374
|
+
required: string[];
|
|
1375
|
+
};
|
|
1376
|
+
company_news: {
|
|
1377
|
+
type: string;
|
|
1378
|
+
description: string;
|
|
1379
|
+
properties: {
|
|
1380
|
+
keywords: {
|
|
1381
|
+
type: string;
|
|
1382
|
+
items: {
|
|
1383
|
+
type: string;
|
|
1384
|
+
};
|
|
1385
|
+
};
|
|
1386
|
+
categories: {
|
|
1387
|
+
type: string;
|
|
1388
|
+
items: {
|
|
1389
|
+
type: string;
|
|
1390
|
+
enum: string[];
|
|
1391
|
+
};
|
|
1392
|
+
};
|
|
1393
|
+
timeframe_days: {
|
|
1394
|
+
type: string;
|
|
1395
|
+
enum: number[];
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
};
|
|
1399
|
+
company_awards: {
|
|
1400
|
+
type: string;
|
|
1401
|
+
description: string;
|
|
1402
|
+
properties: {
|
|
1403
|
+
include: {
|
|
1404
|
+
type: string;
|
|
1405
|
+
items: {
|
|
1406
|
+
type: string;
|
|
1407
|
+
};
|
|
1408
|
+
};
|
|
1409
|
+
exclude: {
|
|
1410
|
+
type: string;
|
|
1411
|
+
items: {
|
|
1412
|
+
type: string;
|
|
1413
|
+
};
|
|
1414
|
+
};
|
|
1415
|
+
match_mode: {
|
|
1416
|
+
type: string;
|
|
1417
|
+
enum: string[];
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1421
|
+
company_website_search: {
|
|
1422
|
+
type: string;
|
|
1423
|
+
description: string;
|
|
1424
|
+
properties: {
|
|
1425
|
+
include_keywords: {
|
|
1426
|
+
type: string;
|
|
1427
|
+
items: {
|
|
1428
|
+
type: string;
|
|
1429
|
+
};
|
|
1430
|
+
};
|
|
1431
|
+
exclude_keywords: {
|
|
1432
|
+
type: string;
|
|
1433
|
+
items: {
|
|
1434
|
+
type: string;
|
|
1435
|
+
};
|
|
1436
|
+
};
|
|
1437
|
+
url_contains: {
|
|
1438
|
+
type: string;
|
|
1439
|
+
items: {
|
|
1440
|
+
type: string;
|
|
1441
|
+
};
|
|
1442
|
+
};
|
|
1443
|
+
has_persona_pages: {
|
|
1444
|
+
type: string;
|
|
1445
|
+
};
|
|
1446
|
+
has_industry_pages: {
|
|
1447
|
+
type: string;
|
|
1448
|
+
};
|
|
1449
|
+
has_solution_pages: {
|
|
1450
|
+
type: string;
|
|
1451
|
+
};
|
|
1452
|
+
has_careers_page: {
|
|
1453
|
+
type: string;
|
|
1454
|
+
};
|
|
1455
|
+
has_status_page: {
|
|
1456
|
+
type: string;
|
|
1457
|
+
};
|
|
1458
|
+
has_sla_page: {
|
|
1459
|
+
type: string;
|
|
1460
|
+
};
|
|
1461
|
+
has_developer_docs_page: {
|
|
1462
|
+
type: string;
|
|
1463
|
+
};
|
|
1464
|
+
has_investor_page: {
|
|
1465
|
+
type: string;
|
|
1466
|
+
};
|
|
1467
|
+
has_security_page: {
|
|
1468
|
+
type: string;
|
|
1469
|
+
};
|
|
1470
|
+
has_comparison_pages: {
|
|
1471
|
+
type: string;
|
|
1472
|
+
};
|
|
1473
|
+
};
|
|
1474
|
+
};
|
|
1475
|
+
company_products_services: {
|
|
1476
|
+
type: string;
|
|
1477
|
+
description: string;
|
|
1478
|
+
properties: {
|
|
1479
|
+
products_include: {
|
|
1480
|
+
type: string;
|
|
1481
|
+
items: {
|
|
1482
|
+
type: string;
|
|
1483
|
+
};
|
|
1484
|
+
};
|
|
1485
|
+
products_exclude: {
|
|
1486
|
+
type: string;
|
|
1487
|
+
items: {
|
|
1488
|
+
type: string;
|
|
1489
|
+
};
|
|
1490
|
+
};
|
|
1491
|
+
products_match_all: {
|
|
1492
|
+
type: string;
|
|
1493
|
+
};
|
|
1494
|
+
service_tags_include: {
|
|
1495
|
+
type: string;
|
|
1496
|
+
items: {
|
|
1497
|
+
type: string;
|
|
1498
|
+
};
|
|
1499
|
+
};
|
|
1500
|
+
service_tags_exclude: {
|
|
1501
|
+
type: string;
|
|
1502
|
+
items: {
|
|
1503
|
+
type: string;
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
service_tags_match_all: {
|
|
1507
|
+
type: string;
|
|
1508
|
+
};
|
|
1509
|
+
};
|
|
1510
|
+
};
|
|
1511
|
+
company_integrations: {
|
|
1512
|
+
type: string;
|
|
1513
|
+
properties: {
|
|
1514
|
+
include: {
|
|
1515
|
+
type: string;
|
|
1516
|
+
items: {
|
|
1517
|
+
type: string;
|
|
1518
|
+
};
|
|
1519
|
+
};
|
|
1520
|
+
exclude: {
|
|
1521
|
+
type: string;
|
|
1522
|
+
items: {
|
|
1523
|
+
type: string;
|
|
1524
|
+
};
|
|
1525
|
+
};
|
|
1526
|
+
};
|
|
1527
|
+
};
|
|
1528
|
+
company_key_customers: {
|
|
1529
|
+
type: string;
|
|
1530
|
+
properties: {
|
|
1531
|
+
include: {
|
|
1532
|
+
type: string;
|
|
1533
|
+
items: {
|
|
1534
|
+
type: string;
|
|
1535
|
+
};
|
|
1536
|
+
};
|
|
1537
|
+
};
|
|
1538
|
+
};
|
|
1539
|
+
company_operating_languages: {
|
|
1540
|
+
type: string;
|
|
1541
|
+
properties: {
|
|
1542
|
+
include: {
|
|
1543
|
+
type: string;
|
|
1544
|
+
items: {
|
|
1545
|
+
type: string;
|
|
1546
|
+
};
|
|
1547
|
+
};
|
|
1548
|
+
};
|
|
1549
|
+
};
|
|
1550
|
+
company_google_discovery: {
|
|
1551
|
+
type: string;
|
|
1552
|
+
description: string;
|
|
1553
|
+
properties: {
|
|
1554
|
+
seo_keywords: {
|
|
1555
|
+
type: string;
|
|
1556
|
+
items: {
|
|
1557
|
+
type: string;
|
|
1558
|
+
};
|
|
1559
|
+
};
|
|
1560
|
+
};
|
|
1561
|
+
};
|
|
1562
|
+
company_headcount_by_location: {
|
|
1563
|
+
type: string;
|
|
1564
|
+
description: string;
|
|
1565
|
+
properties: {
|
|
1566
|
+
entries: {
|
|
1567
|
+
type: string;
|
|
1568
|
+
items: {
|
|
1569
|
+
type: string;
|
|
1570
|
+
properties: {
|
|
1571
|
+
country: {
|
|
1572
|
+
type: string;
|
|
1573
|
+
};
|
|
1574
|
+
state: {
|
|
1575
|
+
type: string;
|
|
1576
|
+
};
|
|
1577
|
+
city: {
|
|
1578
|
+
type: string;
|
|
1579
|
+
};
|
|
1580
|
+
min_headcount: {
|
|
1581
|
+
type: string;
|
|
1582
|
+
};
|
|
1583
|
+
max_headcount: {
|
|
1584
|
+
type: string;
|
|
1585
|
+
};
|
|
1586
|
+
};
|
|
1587
|
+
required: string[];
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
required: string[];
|
|
1592
|
+
};
|
|
1593
|
+
company_icp: {
|
|
1594
|
+
type: string;
|
|
1595
|
+
description: string;
|
|
1596
|
+
properties: {
|
|
1597
|
+
titles_include: {
|
|
1598
|
+
type: string;
|
|
1599
|
+
items: {
|
|
1600
|
+
type: string;
|
|
1601
|
+
};
|
|
1602
|
+
};
|
|
1603
|
+
titles_exclude: {
|
|
1604
|
+
type: string;
|
|
1605
|
+
items: {
|
|
1606
|
+
type: string;
|
|
1607
|
+
};
|
|
1608
|
+
};
|
|
1609
|
+
departments: {
|
|
1610
|
+
type: string;
|
|
1611
|
+
properties: {
|
|
1612
|
+
include: {
|
|
1613
|
+
type: string;
|
|
1614
|
+
items: {
|
|
1615
|
+
type: string;
|
|
1616
|
+
};
|
|
1617
|
+
};
|
|
1618
|
+
other: {
|
|
1619
|
+
type: string;
|
|
1620
|
+
items: {
|
|
1621
|
+
type: string;
|
|
1622
|
+
};
|
|
1623
|
+
};
|
|
1624
|
+
match_mode: {
|
|
1625
|
+
type: string;
|
|
1626
|
+
enum: string[];
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
};
|
|
1630
|
+
company_sizes: {
|
|
1631
|
+
type: string;
|
|
1632
|
+
items: {
|
|
1633
|
+
type: string;
|
|
1634
|
+
enum: string[];
|
|
1635
|
+
};
|
|
1636
|
+
};
|
|
1637
|
+
industries: {
|
|
1638
|
+
type: string;
|
|
1639
|
+
items: {
|
|
1640
|
+
type: string;
|
|
1641
|
+
};
|
|
1642
|
+
};
|
|
1643
|
+
geographic_markets: {
|
|
1644
|
+
type: string;
|
|
1645
|
+
items: {
|
|
1646
|
+
type: string;
|
|
1647
|
+
};
|
|
1648
|
+
};
|
|
1649
|
+
geographic_scope: {
|
|
1650
|
+
type: string;
|
|
1651
|
+
};
|
|
1652
|
+
};
|
|
1653
|
+
};
|
|
1654
|
+
company_website_traffic: {
|
|
1655
|
+
type: string;
|
|
1656
|
+
description: string;
|
|
1657
|
+
properties: {
|
|
1658
|
+
min_monthly_visits: {
|
|
1659
|
+
type: string;
|
|
1660
|
+
};
|
|
1661
|
+
max_monthly_visits: {
|
|
1662
|
+
type: string;
|
|
1663
|
+
};
|
|
1664
|
+
visit_change: {
|
|
1665
|
+
type: string;
|
|
1666
|
+
enum: string[];
|
|
1667
|
+
};
|
|
1668
|
+
top_countries: {
|
|
1669
|
+
type: string;
|
|
1670
|
+
items: {
|
|
1671
|
+
type: string;
|
|
1672
|
+
};
|
|
1673
|
+
};
|
|
1674
|
+
min_country_percentage: {
|
|
1675
|
+
type: string;
|
|
1676
|
+
};
|
|
1677
|
+
max_country_percentage: {
|
|
1678
|
+
type: string;
|
|
1679
|
+
};
|
|
1680
|
+
};
|
|
1681
|
+
};
|
|
1682
|
+
company_key_execs: {
|
|
1683
|
+
type: string;
|
|
1684
|
+
description: string;
|
|
1685
|
+
properties: {
|
|
1686
|
+
event_types: {
|
|
1687
|
+
type: string;
|
|
1688
|
+
items: {
|
|
1689
|
+
type: string;
|
|
1690
|
+
enum: string[];
|
|
1691
|
+
};
|
|
1692
|
+
};
|
|
1693
|
+
timeframe_days: {
|
|
1694
|
+
type: string;
|
|
1695
|
+
enum: number[];
|
|
1696
|
+
};
|
|
1697
|
+
};
|
|
1698
|
+
};
|
|
1699
|
+
company_revenue: {
|
|
1700
|
+
type: string;
|
|
1701
|
+
description: string;
|
|
1702
|
+
properties: {
|
|
1703
|
+
min: {
|
|
1704
|
+
type: string;
|
|
1705
|
+
};
|
|
1706
|
+
max: {
|
|
1707
|
+
type: string;
|
|
1708
|
+
};
|
|
1709
|
+
include_unknown_revenue: {
|
|
1710
|
+
type: string;
|
|
1711
|
+
};
|
|
1712
|
+
};
|
|
1713
|
+
};
|
|
1714
|
+
company_founded: {
|
|
1715
|
+
type: string;
|
|
1716
|
+
description: string;
|
|
1717
|
+
properties: {
|
|
1718
|
+
min: {
|
|
1719
|
+
type: string;
|
|
1720
|
+
};
|
|
1721
|
+
max: {
|
|
1722
|
+
type: string;
|
|
1723
|
+
};
|
|
1724
|
+
include_unknown_founded: {
|
|
1725
|
+
type: string;
|
|
1726
|
+
};
|
|
1727
|
+
};
|
|
1728
|
+
};
|
|
1729
|
+
company_headcount_growth: {
|
|
1730
|
+
type: string;
|
|
1731
|
+
description: string;
|
|
1732
|
+
properties: {
|
|
1733
|
+
timeframe_month: {
|
|
1734
|
+
type: string;
|
|
1735
|
+
};
|
|
1736
|
+
min: {
|
|
1737
|
+
type: string;
|
|
1738
|
+
};
|
|
1739
|
+
max: {
|
|
1740
|
+
type: string;
|
|
1741
|
+
};
|
|
1742
|
+
departments: {
|
|
1743
|
+
type: string;
|
|
1744
|
+
items: {
|
|
1745
|
+
type: string;
|
|
1746
|
+
};
|
|
1747
|
+
};
|
|
1748
|
+
};
|
|
1749
|
+
};
|
|
1750
|
+
company_job_posting_hiring_for: {
|
|
1751
|
+
type: string;
|
|
1752
|
+
items: {
|
|
1753
|
+
type: string;
|
|
1754
|
+
};
|
|
1755
|
+
description?: undefined;
|
|
1756
|
+
};
|
|
1757
|
+
company_job_posting_quantity: {
|
|
1758
|
+
type: string;
|
|
1759
|
+
description: string;
|
|
1760
|
+
properties: {
|
|
1761
|
+
min: {
|
|
1762
|
+
type: string;
|
|
1763
|
+
};
|
|
1764
|
+
max: {
|
|
1765
|
+
type: string;
|
|
1766
|
+
};
|
|
1767
|
+
};
|
|
1768
|
+
};
|
|
1769
|
+
company_headcount_by_department: {
|
|
1770
|
+
type: string;
|
|
1771
|
+
items: {
|
|
1772
|
+
type: string;
|
|
1773
|
+
description: string;
|
|
1774
|
+
properties: {
|
|
1775
|
+
department: {
|
|
1776
|
+
type: string;
|
|
1777
|
+
};
|
|
1778
|
+
min: {
|
|
1779
|
+
type: string;
|
|
1780
|
+
};
|
|
1781
|
+
max: {
|
|
1782
|
+
type: string;
|
|
1783
|
+
};
|
|
1784
|
+
};
|
|
1785
|
+
};
|
|
1786
|
+
};
|
|
1787
|
+
person_name?: undefined;
|
|
1788
|
+
person_name_or_job_title?: undefined;
|
|
1789
|
+
person_job_title?: undefined;
|
|
1790
|
+
person_seniority?: undefined;
|
|
1791
|
+
person_department?: undefined;
|
|
1792
|
+
person_year_of_experience?: undefined;
|
|
1793
|
+
person_time_in_current_role?: undefined;
|
|
1794
|
+
person_time_in_current_company?: undefined;
|
|
1795
|
+
person_location_search?: undefined;
|
|
1796
|
+
person_contact_details?: undefined;
|
|
1797
|
+
person_job_change?: undefined;
|
|
1798
|
+
max_person_per_company?: undefined;
|
|
1799
|
+
};
|
|
1800
|
+
items?: undefined;
|
|
1801
|
+
};
|
|
1802
|
+
limit: {
|
|
1803
|
+
type: string;
|
|
1804
|
+
description: string;
|
|
1805
|
+
};
|
|
1806
|
+
page: {
|
|
1807
|
+
type: string;
|
|
1808
|
+
description: string;
|
|
1809
|
+
};
|
|
1810
|
+
sort: {
|
|
1811
|
+
type: string;
|
|
1812
|
+
description: string;
|
|
1813
|
+
};
|
|
1814
|
+
previewOnly: {
|
|
1815
|
+
type: string;
|
|
1816
|
+
description: string;
|
|
1817
|
+
};
|
|
1818
|
+
currentStep: {
|
|
1819
|
+
type: string[];
|
|
1820
|
+
description: string;
|
|
1821
|
+
};
|
|
1822
|
+
confirmed: {
|
|
1823
|
+
type: string;
|
|
1824
|
+
description: string;
|
|
1825
|
+
};
|
|
1826
|
+
provider?: undefined;
|
|
1827
|
+
searchMode?: undefined;
|
|
1828
|
+
organization_num_employees_ranges?: undefined;
|
|
1829
|
+
organization_locations?: undefined;
|
|
1830
|
+
organization_not_locations?: undefined;
|
|
1831
|
+
q_organization_keyword_tags?: undefined;
|
|
1832
|
+
organization_industry_tag_ids?: undefined;
|
|
1833
|
+
latest_funding_amount_min?: undefined;
|
|
1834
|
+
latest_funding_amount_max?: undefined;
|
|
1835
|
+
organization_revenue_min?: undefined;
|
|
1836
|
+
organization_revenue_max?: undefined;
|
|
1837
|
+
person_titles?: undefined;
|
|
1838
|
+
person_seniorities?: undefined;
|
|
1839
|
+
person_locations?: undefined;
|
|
1840
|
+
include_similar_titles?: undefined;
|
|
1841
|
+
q_keywords?: undefined;
|
|
1842
|
+
companyFilters?: undefined;
|
|
1843
|
+
contactFilters?: undefined;
|
|
1844
|
+
searchId?: undefined;
|
|
1845
|
+
searchName?: undefined;
|
|
1846
|
+
companySearchMode?: undefined;
|
|
1847
|
+
uploadedDomains?: undefined;
|
|
1848
|
+
filterType?: undefined;
|
|
1849
|
+
query?: undefined;
|
|
1850
|
+
keywords?: undefined;
|
|
1851
|
+
filePath?: undefined;
|
|
1852
|
+
domainColumn?: undefined;
|
|
1853
|
+
selectedColumns?: undefined;
|
|
1854
|
+
confirmationToken?: undefined;
|
|
1855
|
+
leadListId?: undefined;
|
|
1856
|
+
leadListName?: undefined;
|
|
1857
|
+
linkedInColumn?: undefined;
|
|
1858
|
+
include?: undefined;
|
|
1859
|
+
exclude?: undefined;
|
|
1860
|
+
companySearchToken?: undefined;
|
|
1861
|
+
selectedCompanyIds?: undefined;
|
|
1862
|
+
name?: undefined;
|
|
1863
|
+
domainFilterId?: undefined;
|
|
1864
|
+
type?: undefined;
|
|
1865
|
+
profileUrl?: undefined;
|
|
1866
|
+
postUrl?: undefined;
|
|
1867
|
+
companyUrl?: undefined;
|
|
1868
|
+
headlineICPCriteria?: undefined;
|
|
1869
|
+
rubricGuidelines?: undefined;
|
|
1870
|
+
sourceLeadListId?: undefined;
|
|
1871
|
+
targetLeadCount?: undefined;
|
|
1872
|
+
mode?: undefined;
|
|
1873
|
+
targetEngagerCount?: undefined;
|
|
1874
|
+
maxPostsToScrape?: undefined;
|
|
1875
|
+
tableId?: undefined;
|
|
1876
|
+
campaignName?: undefined;
|
|
1877
|
+
keepInSync?: undefined;
|
|
1878
|
+
jobId?: undefined;
|
|
1879
|
+
reviewBatchLimit?: undefined;
|
|
1880
|
+
allowPartialSourceList?: undefined;
|
|
1881
|
+
includeRawImportResult?: undefined;
|
|
1882
|
+
selections?: undefined;
|
|
1883
|
+
selectionMode?: undefined;
|
|
1884
|
+
scrapePlanMode?: undefined;
|
|
1885
|
+
};
|
|
1886
|
+
required: never[];
|
|
1887
|
+
};
|
|
1888
|
+
} | {
|
|
1889
|
+
name: string;
|
|
1890
|
+
description: string;
|
|
1891
|
+
inputSchema: {
|
|
1892
|
+
type: string;
|
|
1893
|
+
properties: {
|
|
1894
|
+
campaignOfferId: {
|
|
1895
|
+
type: string;
|
|
1896
|
+
description: string;
|
|
1897
|
+
};
|
|
1898
|
+
companySearchToken: {
|
|
1899
|
+
type: string;
|
|
1900
|
+
description: string;
|
|
1901
|
+
};
|
|
1902
|
+
selectedCompanyIds: {
|
|
1903
|
+
type: string;
|
|
1904
|
+
items: {
|
|
1905
|
+
type: string;
|
|
1906
|
+
};
|
|
1907
|
+
description: string;
|
|
1908
|
+
};
|
|
1909
|
+
name: {
|
|
1910
|
+
type: string;
|
|
1911
|
+
description: string;
|
|
1912
|
+
};
|
|
1913
|
+
currentStep: {
|
|
1914
|
+
type: string[];
|
|
1915
|
+
description: string;
|
|
1916
|
+
};
|
|
1917
|
+
confirmed: {
|
|
1918
|
+
type: string;
|
|
1919
|
+
description: string;
|
|
1920
|
+
};
|
|
1921
|
+
provider?: undefined;
|
|
1922
|
+
searchMode?: undefined;
|
|
1923
|
+
organization_num_employees_ranges?: undefined;
|
|
1924
|
+
organization_locations?: undefined;
|
|
1925
|
+
organization_not_locations?: undefined;
|
|
1926
|
+
q_organization_keyword_tags?: undefined;
|
|
1927
|
+
organization_industry_tag_ids?: undefined;
|
|
1928
|
+
latest_funding_amount_min?: undefined;
|
|
1929
|
+
latest_funding_amount_max?: undefined;
|
|
1930
|
+
organization_revenue_min?: undefined;
|
|
1931
|
+
organization_revenue_max?: undefined;
|
|
1932
|
+
person_titles?: undefined;
|
|
1933
|
+
person_seniorities?: undefined;
|
|
1934
|
+
person_locations?: undefined;
|
|
1935
|
+
include_similar_titles?: undefined;
|
|
1936
|
+
q_keywords?: undefined;
|
|
1937
|
+
filters?: undefined;
|
|
1938
|
+
companyFilters?: undefined;
|
|
1939
|
+
contactFilters?: undefined;
|
|
1940
|
+
page?: undefined;
|
|
1941
|
+
searchId?: undefined;
|
|
1942
|
+
searchName?: undefined;
|
|
1943
|
+
companySearchMode?: undefined;
|
|
1944
|
+
uploadedDomains?: undefined;
|
|
1945
|
+
filterType?: undefined;
|
|
1946
|
+
query?: undefined;
|
|
1947
|
+
keywords?: undefined;
|
|
1948
|
+
filePath?: undefined;
|
|
1949
|
+
domainColumn?: undefined;
|
|
1950
|
+
selectedColumns?: undefined;
|
|
1951
|
+
confirmationToken?: undefined;
|
|
1952
|
+
leadListId?: undefined;
|
|
1953
|
+
leadListName?: undefined;
|
|
1954
|
+
linkedInColumn?: undefined;
|
|
1955
|
+
include?: undefined;
|
|
1956
|
+
exclude?: undefined;
|
|
1957
|
+
seedCompanies?: undefined;
|
|
1958
|
+
seedDomains?: undefined;
|
|
1959
|
+
limit?: undefined;
|
|
1960
|
+
sort?: undefined;
|
|
1961
|
+
previewOnly?: undefined;
|
|
1962
|
+
domainFilterId?: undefined;
|
|
1963
|
+
type?: undefined;
|
|
1964
|
+
profileUrl?: undefined;
|
|
1965
|
+
postUrl?: undefined;
|
|
1966
|
+
companyUrl?: undefined;
|
|
1967
|
+
headlineICPCriteria?: undefined;
|
|
1968
|
+
rubricGuidelines?: undefined;
|
|
1969
|
+
sourceLeadListId?: undefined;
|
|
1970
|
+
targetLeadCount?: undefined;
|
|
1971
|
+
mode?: undefined;
|
|
1972
|
+
targetEngagerCount?: undefined;
|
|
1973
|
+
maxPostsToScrape?: undefined;
|
|
1974
|
+
tableId?: undefined;
|
|
1975
|
+
campaignName?: undefined;
|
|
1976
|
+
keepInSync?: undefined;
|
|
1977
|
+
jobId?: undefined;
|
|
1978
|
+
reviewBatchLimit?: undefined;
|
|
1979
|
+
allowPartialSourceList?: undefined;
|
|
1980
|
+
includeRawImportResult?: undefined;
|
|
1981
|
+
selections?: undefined;
|
|
1982
|
+
selectionMode?: undefined;
|
|
1983
|
+
scrapePlanMode?: undefined;
|
|
1984
|
+
};
|
|
1985
|
+
required: string[];
|
|
1986
|
+
};
|
|
1987
|
+
} | {
|
|
1988
|
+
name: string;
|
|
1989
|
+
description: string;
|
|
1990
|
+
inputSchema: {
|
|
1991
|
+
type: string;
|
|
1992
|
+
properties: {
|
|
1993
|
+
filters: {
|
|
1994
|
+
type: string;
|
|
1995
|
+
description: string;
|
|
1996
|
+
properties: {
|
|
1997
|
+
person_name: {
|
|
1998
|
+
type: string;
|
|
1999
|
+
description: string;
|
|
2000
|
+
properties: {
|
|
2001
|
+
include: {
|
|
2002
|
+
type: string;
|
|
2003
|
+
items: {
|
|
2004
|
+
type: string;
|
|
2005
|
+
};
|
|
2006
|
+
};
|
|
2007
|
+
exclude: {
|
|
2008
|
+
type: string;
|
|
2009
|
+
items: {
|
|
2010
|
+
type: string;
|
|
2011
|
+
};
|
|
2012
|
+
};
|
|
2013
|
+
};
|
|
2014
|
+
};
|
|
2015
|
+
person_name_or_job_title: {
|
|
2016
|
+
type: string;
|
|
2017
|
+
description: string;
|
|
2018
|
+
};
|
|
2019
|
+
person_job_title: {
|
|
2020
|
+
type: string;
|
|
2021
|
+
description: string;
|
|
2022
|
+
properties: {
|
|
2023
|
+
include: {
|
|
2024
|
+
type: string;
|
|
2025
|
+
items: {
|
|
2026
|
+
type: string;
|
|
2027
|
+
};
|
|
2028
|
+
};
|
|
2029
|
+
exclude: {
|
|
2030
|
+
type: string;
|
|
2031
|
+
items: {
|
|
2032
|
+
type: string;
|
|
2033
|
+
};
|
|
2034
|
+
};
|
|
2035
|
+
boolean_search: {
|
|
2036
|
+
type: string;
|
|
2037
|
+
};
|
|
2038
|
+
match_only_exact_job_titles: {
|
|
2039
|
+
type: string;
|
|
2040
|
+
};
|
|
2041
|
+
};
|
|
2042
|
+
};
|
|
2043
|
+
person_seniority: {
|
|
2044
|
+
description: string;
|
|
2045
|
+
type: string;
|
|
2046
|
+
properties: {
|
|
2047
|
+
include: {
|
|
2048
|
+
type: string;
|
|
2049
|
+
items: {
|
|
2050
|
+
type: string;
|
|
2051
|
+
};
|
|
2052
|
+
};
|
|
2053
|
+
exclude: {
|
|
2054
|
+
type: string;
|
|
2055
|
+
items: {
|
|
2056
|
+
type: string;
|
|
2057
|
+
};
|
|
2058
|
+
};
|
|
2059
|
+
};
|
|
2060
|
+
};
|
|
2061
|
+
person_department: {
|
|
2062
|
+
description: string;
|
|
2063
|
+
type: string;
|
|
2064
|
+
properties: {
|
|
2065
|
+
include: {
|
|
2066
|
+
type: string;
|
|
2067
|
+
items: {
|
|
2068
|
+
type: string;
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
exclude: {
|
|
2072
|
+
type: string;
|
|
2073
|
+
items: {
|
|
2074
|
+
type: string;
|
|
2075
|
+
};
|
|
2076
|
+
};
|
|
2077
|
+
};
|
|
2078
|
+
};
|
|
2079
|
+
person_year_of_experience: {
|
|
2080
|
+
type: string;
|
|
2081
|
+
description: string;
|
|
2082
|
+
properties: {
|
|
2083
|
+
min: {
|
|
2084
|
+
type: string;
|
|
2085
|
+
};
|
|
2086
|
+
max: {
|
|
2087
|
+
type: string;
|
|
2088
|
+
};
|
|
2089
|
+
};
|
|
2090
|
+
};
|
|
2091
|
+
person_time_in_current_role: {
|
|
2092
|
+
type: string;
|
|
2093
|
+
description: string;
|
|
2094
|
+
properties: {
|
|
2095
|
+
min: {
|
|
2096
|
+
type: string;
|
|
2097
|
+
};
|
|
2098
|
+
max: {
|
|
2099
|
+
type: string;
|
|
2100
|
+
};
|
|
2101
|
+
};
|
|
2102
|
+
};
|
|
2103
|
+
person_time_in_current_company: {
|
|
2104
|
+
type: string;
|
|
2105
|
+
description: string;
|
|
2106
|
+
properties: {
|
|
2107
|
+
min: {
|
|
2108
|
+
type: string;
|
|
2109
|
+
};
|
|
2110
|
+
max: {
|
|
2111
|
+
type: string;
|
|
2112
|
+
};
|
|
2113
|
+
};
|
|
2114
|
+
};
|
|
2115
|
+
person_location_search: {
|
|
2116
|
+
type: string;
|
|
2117
|
+
description: string;
|
|
2118
|
+
properties: {
|
|
2119
|
+
include: {
|
|
2120
|
+
type: string;
|
|
2121
|
+
items: {
|
|
2122
|
+
type: string;
|
|
2123
|
+
};
|
|
2124
|
+
};
|
|
2125
|
+
exclude: {
|
|
2126
|
+
type: string;
|
|
2127
|
+
items: {
|
|
2128
|
+
type: string;
|
|
2129
|
+
};
|
|
2130
|
+
};
|
|
2131
|
+
};
|
|
2132
|
+
};
|
|
2133
|
+
person_contact_details: {
|
|
2134
|
+
type: string;
|
|
2135
|
+
description: string;
|
|
2136
|
+
properties: {
|
|
2137
|
+
email: {
|
|
2138
|
+
type: string;
|
|
2139
|
+
items: {
|
|
2140
|
+
type: string;
|
|
2141
|
+
};
|
|
2142
|
+
};
|
|
2143
|
+
mobile: {
|
|
2144
|
+
type: string;
|
|
2145
|
+
items: {
|
|
2146
|
+
type: string;
|
|
2147
|
+
};
|
|
2148
|
+
};
|
|
2149
|
+
operator: {
|
|
2150
|
+
type: string;
|
|
2151
|
+
enum: string[];
|
|
2152
|
+
};
|
|
2153
|
+
hide_people_with_details_already_revealed: {
|
|
2154
|
+
type: string;
|
|
2155
|
+
};
|
|
2156
|
+
};
|
|
2157
|
+
};
|
|
2158
|
+
person_job_change: {
|
|
2159
|
+
type: string;
|
|
2160
|
+
description: string;
|
|
2161
|
+
properties: {
|
|
2162
|
+
timeframe_days: {
|
|
2163
|
+
type: string;
|
|
2164
|
+
};
|
|
2165
|
+
only_promotion: {
|
|
2166
|
+
type: string;
|
|
2167
|
+
};
|
|
2168
|
+
only_new_company: {
|
|
2169
|
+
type: string;
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
2172
|
+
};
|
|
2173
|
+
max_person_per_company: {
|
|
2174
|
+
type: string;
|
|
2175
|
+
};
|
|
2176
|
+
company_industry: {
|
|
2177
|
+
description: string;
|
|
2178
|
+
type: string;
|
|
2179
|
+
properties: {
|
|
2180
|
+
include: {
|
|
2181
|
+
type: string;
|
|
2182
|
+
items: {
|
|
2183
|
+
type: string;
|
|
2184
|
+
};
|
|
2185
|
+
};
|
|
2186
|
+
exclude: {
|
|
2187
|
+
type: string;
|
|
2188
|
+
items: {
|
|
2189
|
+
type: string;
|
|
2190
|
+
};
|
|
2191
|
+
};
|
|
2192
|
+
};
|
|
2193
|
+
};
|
|
2194
|
+
company_technology: {
|
|
2195
|
+
description: string;
|
|
2196
|
+
type: string;
|
|
2197
|
+
properties: {
|
|
2198
|
+
include: {
|
|
2199
|
+
type: string;
|
|
2200
|
+
items: {
|
|
2201
|
+
type: string;
|
|
2202
|
+
};
|
|
2203
|
+
};
|
|
2204
|
+
exclude: {
|
|
2205
|
+
type: string;
|
|
2206
|
+
items: {
|
|
2207
|
+
type: string;
|
|
2208
|
+
};
|
|
2209
|
+
};
|
|
2210
|
+
};
|
|
2211
|
+
};
|
|
2212
|
+
company_email_provider: {
|
|
2213
|
+
type: string;
|
|
2214
|
+
items: {
|
|
2215
|
+
type: string;
|
|
2216
|
+
};
|
|
2217
|
+
description: string;
|
|
2218
|
+
};
|
|
2219
|
+
company_naics: {
|
|
2220
|
+
type: string;
|
|
2221
|
+
description: string;
|
|
2222
|
+
properties: {
|
|
2223
|
+
include: {
|
|
2224
|
+
type: string;
|
|
2225
|
+
items: {
|
|
2226
|
+
type: string;
|
|
2227
|
+
};
|
|
2228
|
+
};
|
|
2229
|
+
exclude: {
|
|
2230
|
+
type: string;
|
|
2231
|
+
items: {
|
|
2232
|
+
type: string;
|
|
2233
|
+
};
|
|
2234
|
+
};
|
|
2235
|
+
};
|
|
2236
|
+
};
|
|
2237
|
+
company_sics: {
|
|
2238
|
+
type: string;
|
|
2239
|
+
description: string;
|
|
2240
|
+
properties: {
|
|
2241
|
+
include: {
|
|
2242
|
+
type: string;
|
|
2243
|
+
items: {
|
|
2244
|
+
type: string;
|
|
2245
|
+
};
|
|
2246
|
+
};
|
|
2247
|
+
exclude: {
|
|
2248
|
+
type: string;
|
|
2249
|
+
items: {
|
|
2250
|
+
type: string;
|
|
2251
|
+
};
|
|
2252
|
+
};
|
|
2253
|
+
};
|
|
2254
|
+
};
|
|
2255
|
+
company_headcount_range: {
|
|
2256
|
+
type: string;
|
|
2257
|
+
items: {
|
|
2258
|
+
type: string;
|
|
2259
|
+
};
|
|
2260
|
+
description: string;
|
|
2261
|
+
};
|
|
2262
|
+
company_headcount_custom: {
|
|
2263
|
+
type: string;
|
|
2264
|
+
description: string;
|
|
2265
|
+
properties: {
|
|
2266
|
+
min: {
|
|
2267
|
+
type: string;
|
|
2268
|
+
};
|
|
2269
|
+
max: {
|
|
2270
|
+
type: string;
|
|
2271
|
+
};
|
|
2272
|
+
};
|
|
2273
|
+
};
|
|
2274
|
+
company_location_search: {
|
|
2275
|
+
type: string;
|
|
2276
|
+
description: string;
|
|
2277
|
+
properties: {
|
|
2278
|
+
include: {
|
|
2279
|
+
type: string;
|
|
2280
|
+
items: {
|
|
2281
|
+
type: string;
|
|
2282
|
+
};
|
|
2283
|
+
};
|
|
2284
|
+
exclude: {
|
|
2285
|
+
type: string;
|
|
2286
|
+
items: {
|
|
2287
|
+
type: string;
|
|
2288
|
+
};
|
|
2289
|
+
};
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
company_type: {
|
|
2293
|
+
type: string;
|
|
2294
|
+
description: string;
|
|
2295
|
+
};
|
|
2296
|
+
company_funding: {
|
|
2297
|
+
description: string;
|
|
2298
|
+
type: string;
|
|
2299
|
+
properties: {
|
|
2300
|
+
stage: {
|
|
2301
|
+
type: string;
|
|
2302
|
+
items: {
|
|
2303
|
+
type: string;
|
|
2304
|
+
};
|
|
2305
|
+
};
|
|
2306
|
+
funding_date: {
|
|
2307
|
+
oneOf: ({
|
|
2308
|
+
type: string;
|
|
2309
|
+
description: string;
|
|
2310
|
+
properties: {
|
|
2311
|
+
min: {
|
|
2312
|
+
type: string;
|
|
2313
|
+
};
|
|
2314
|
+
max: {
|
|
2315
|
+
type: string;
|
|
2316
|
+
};
|
|
2317
|
+
};
|
|
2318
|
+
} | {
|
|
2319
|
+
type: string;
|
|
2320
|
+
})[];
|
|
2321
|
+
description: string;
|
|
2322
|
+
};
|
|
2323
|
+
last_funding: {
|
|
2324
|
+
type: string;
|
|
2325
|
+
description: string;
|
|
2326
|
+
properties: {
|
|
2327
|
+
min: {
|
|
2328
|
+
type: string;
|
|
2329
|
+
};
|
|
2330
|
+
max: {
|
|
2331
|
+
type: string;
|
|
2332
|
+
};
|
|
2333
|
+
};
|
|
2334
|
+
};
|
|
2335
|
+
total_funding: {
|
|
2336
|
+
type: string;
|
|
2337
|
+
description: string;
|
|
2338
|
+
properties: {
|
|
2339
|
+
min: {
|
|
2340
|
+
type: string;
|
|
2341
|
+
};
|
|
2342
|
+
max: {
|
|
2343
|
+
type: string;
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2346
|
+
};
|
|
2347
|
+
funding_stage: {
|
|
2348
|
+
type: string;
|
|
2349
|
+
description: string;
|
|
2350
|
+
properties: {
|
|
2351
|
+
include: {
|
|
2352
|
+
type: string;
|
|
2353
|
+
items: {
|
|
2354
|
+
type: string;
|
|
2355
|
+
};
|
|
2356
|
+
};
|
|
2357
|
+
exclude: {
|
|
2358
|
+
type: string;
|
|
2359
|
+
items: {
|
|
2360
|
+
type: string;
|
|
2361
|
+
};
|
|
2362
|
+
};
|
|
2363
|
+
};
|
|
2364
|
+
};
|
|
2365
|
+
funding_amount: {
|
|
2366
|
+
type: string;
|
|
2367
|
+
description: string;
|
|
2368
|
+
properties: {
|
|
2369
|
+
min: {
|
|
2370
|
+
type: string;
|
|
2371
|
+
};
|
|
2372
|
+
max: {
|
|
2373
|
+
type: string;
|
|
2374
|
+
};
|
|
2375
|
+
};
|
|
2376
|
+
};
|
|
2377
|
+
};
|
|
2378
|
+
};
|
|
2379
|
+
company_keywords: {
|
|
2380
|
+
type: string;
|
|
2381
|
+
description: string;
|
|
2382
|
+
properties: {
|
|
2383
|
+
include: {
|
|
2384
|
+
type: string;
|
|
2385
|
+
items: {
|
|
2386
|
+
type: string;
|
|
2387
|
+
};
|
|
2388
|
+
};
|
|
2389
|
+
exclude: {
|
|
2390
|
+
type: string;
|
|
2391
|
+
items: {
|
|
2392
|
+
type: string;
|
|
2393
|
+
};
|
|
2394
|
+
};
|
|
2395
|
+
include_all: {
|
|
2396
|
+
type: string;
|
|
2397
|
+
};
|
|
2398
|
+
include_company_description: {
|
|
2399
|
+
type: string;
|
|
2400
|
+
};
|
|
2401
|
+
include_company_description_seo: {
|
|
2402
|
+
type: string;
|
|
2403
|
+
};
|
|
2404
|
+
};
|
|
2405
|
+
};
|
|
2406
|
+
company_attributes: {
|
|
2407
|
+
type: string;
|
|
2408
|
+
description: string;
|
|
2409
|
+
properties: {
|
|
2410
|
+
b2b: {
|
|
2411
|
+
type: string[];
|
|
2412
|
+
};
|
|
2413
|
+
demo: {
|
|
2414
|
+
type: string[];
|
|
2415
|
+
};
|
|
2416
|
+
freetrial: {
|
|
2417
|
+
type: string[];
|
|
2418
|
+
};
|
|
2419
|
+
downloadable: {
|
|
2420
|
+
type: string[];
|
|
2421
|
+
};
|
|
2422
|
+
mobileapps: {
|
|
2423
|
+
type: string[];
|
|
2424
|
+
};
|
|
2425
|
+
onlinereviews: {
|
|
2426
|
+
type: string[];
|
|
2427
|
+
};
|
|
2428
|
+
pricing: {
|
|
2429
|
+
type: string[];
|
|
2430
|
+
};
|
|
2431
|
+
uses_ai: {
|
|
2432
|
+
type: string[];
|
|
2433
|
+
};
|
|
2434
|
+
has_api: {
|
|
2435
|
+
type: string[];
|
|
2436
|
+
};
|
|
2437
|
+
has_chrome_extension: {
|
|
2438
|
+
type: string[];
|
|
2439
|
+
};
|
|
2440
|
+
has_sso: {
|
|
2441
|
+
type: string[];
|
|
2442
|
+
};
|
|
2443
|
+
has_uptime_guarantee: {
|
|
2444
|
+
type: string[];
|
|
2445
|
+
};
|
|
2446
|
+
has_open_source: {
|
|
2447
|
+
type: string[];
|
|
2448
|
+
};
|
|
2449
|
+
has_marketplace: {
|
|
2450
|
+
type: string[];
|
|
2451
|
+
};
|
|
2452
|
+
has_blog: {
|
|
2453
|
+
type: string[];
|
|
2454
|
+
};
|
|
2455
|
+
has_podcast: {
|
|
2456
|
+
type: string[];
|
|
2457
|
+
};
|
|
2458
|
+
has_community_forum: {
|
|
2459
|
+
type: string[];
|
|
2460
|
+
};
|
|
2461
|
+
has_knowledge_base: {
|
|
2462
|
+
type: string[];
|
|
2463
|
+
};
|
|
2464
|
+
has_academy: {
|
|
2465
|
+
type: string[];
|
|
2466
|
+
};
|
|
2467
|
+
has_affiliate_program: {
|
|
2468
|
+
type: string[];
|
|
2469
|
+
};
|
|
2470
|
+
has_esg_reports: {
|
|
2471
|
+
type: string[];
|
|
2472
|
+
};
|
|
2473
|
+
has_physical_offices: {
|
|
2474
|
+
type: string[];
|
|
2475
|
+
};
|
|
2476
|
+
is_venture_backed: {
|
|
2477
|
+
type: string[];
|
|
2478
|
+
};
|
|
2479
|
+
is_publicly_traded: {
|
|
2480
|
+
type: string[];
|
|
2481
|
+
};
|
|
2482
|
+
has_soc2: {
|
|
2483
|
+
type: string[];
|
|
2484
|
+
};
|
|
2485
|
+
data_residency: {
|
|
2486
|
+
type: string;
|
|
2487
|
+
enum: string[];
|
|
2488
|
+
};
|
|
2489
|
+
};
|
|
2490
|
+
};
|
|
2491
|
+
company_lookalike: {
|
|
2492
|
+
type: string;
|
|
2493
|
+
description: string;
|
|
2494
|
+
properties: {
|
|
2495
|
+
company_oids: {
|
|
2496
|
+
type: string;
|
|
2497
|
+
items: {
|
|
2498
|
+
type: string;
|
|
2499
|
+
};
|
|
2500
|
+
};
|
|
2501
|
+
minimum_tier: {
|
|
2502
|
+
type: string;
|
|
2503
|
+
enum: string[];
|
|
2504
|
+
};
|
|
2505
|
+
match_all: {
|
|
2506
|
+
type: string;
|
|
2507
|
+
};
|
|
2508
|
+
same_language: {
|
|
2509
|
+
type: string;
|
|
2510
|
+
};
|
|
2511
|
+
};
|
|
2512
|
+
required: string[];
|
|
2513
|
+
};
|
|
2514
|
+
company_news: {
|
|
2515
|
+
type: string;
|
|
2516
|
+
description: string;
|
|
2517
|
+
properties: {
|
|
2518
|
+
keywords: {
|
|
2519
|
+
type: string;
|
|
2520
|
+
items: {
|
|
2521
|
+
type: string;
|
|
2522
|
+
};
|
|
2523
|
+
};
|
|
2524
|
+
categories: {
|
|
2525
|
+
type: string;
|
|
2526
|
+
items: {
|
|
2527
|
+
type: string;
|
|
2528
|
+
enum: string[];
|
|
2529
|
+
};
|
|
2530
|
+
};
|
|
2531
|
+
timeframe_days: {
|
|
2532
|
+
type: string;
|
|
2533
|
+
enum: number[];
|
|
2534
|
+
};
|
|
2535
|
+
};
|
|
2536
|
+
};
|
|
2537
|
+
company_awards: {
|
|
2538
|
+
type: string;
|
|
2539
|
+
description: string;
|
|
2540
|
+
properties: {
|
|
2541
|
+
include: {
|
|
2542
|
+
type: string;
|
|
2543
|
+
items: {
|
|
2544
|
+
type: string;
|
|
2545
|
+
};
|
|
2546
|
+
};
|
|
2547
|
+
exclude: {
|
|
2548
|
+
type: string;
|
|
2549
|
+
items: {
|
|
2550
|
+
type: string;
|
|
2551
|
+
};
|
|
2552
|
+
};
|
|
2553
|
+
match_mode: {
|
|
2554
|
+
type: string;
|
|
2555
|
+
enum: string[];
|
|
2556
|
+
};
|
|
2557
|
+
};
|
|
2558
|
+
};
|
|
2559
|
+
company_website_search: {
|
|
2560
|
+
type: string;
|
|
2561
|
+
description: string;
|
|
2562
|
+
properties: {
|
|
2563
|
+
include_keywords: {
|
|
2564
|
+
type: string;
|
|
2565
|
+
items: {
|
|
2566
|
+
type: string;
|
|
2567
|
+
};
|
|
2568
|
+
};
|
|
2569
|
+
exclude_keywords: {
|
|
2570
|
+
type: string;
|
|
2571
|
+
items: {
|
|
2572
|
+
type: string;
|
|
2573
|
+
};
|
|
2574
|
+
};
|
|
2575
|
+
url_contains: {
|
|
2576
|
+
type: string;
|
|
2577
|
+
items: {
|
|
2578
|
+
type: string;
|
|
2579
|
+
};
|
|
2580
|
+
};
|
|
2581
|
+
has_persona_pages: {
|
|
2582
|
+
type: string;
|
|
2583
|
+
};
|
|
2584
|
+
has_industry_pages: {
|
|
2585
|
+
type: string;
|
|
2586
|
+
};
|
|
2587
|
+
has_solution_pages: {
|
|
2588
|
+
type: string;
|
|
2589
|
+
};
|
|
2590
|
+
has_careers_page: {
|
|
2591
|
+
type: string;
|
|
2592
|
+
};
|
|
2593
|
+
has_status_page: {
|
|
2594
|
+
type: string;
|
|
2595
|
+
};
|
|
2596
|
+
has_sla_page: {
|
|
2597
|
+
type: string;
|
|
2598
|
+
};
|
|
2599
|
+
has_developer_docs_page: {
|
|
2600
|
+
type: string;
|
|
2601
|
+
};
|
|
2602
|
+
has_investor_page: {
|
|
2603
|
+
type: string;
|
|
2604
|
+
};
|
|
2605
|
+
has_security_page: {
|
|
2606
|
+
type: string;
|
|
2607
|
+
};
|
|
2608
|
+
has_comparison_pages: {
|
|
2609
|
+
type: string;
|
|
2610
|
+
};
|
|
2611
|
+
};
|
|
2612
|
+
};
|
|
2613
|
+
company_products_services: {
|
|
2614
|
+
type: string;
|
|
2615
|
+
description: string;
|
|
2616
|
+
properties: {
|
|
2617
|
+
products_include: {
|
|
2618
|
+
type: string;
|
|
2619
|
+
items: {
|
|
2620
|
+
type: string;
|
|
2621
|
+
};
|
|
2622
|
+
};
|
|
2623
|
+
products_exclude: {
|
|
2624
|
+
type: string;
|
|
2625
|
+
items: {
|
|
2626
|
+
type: string;
|
|
2627
|
+
};
|
|
2628
|
+
};
|
|
2629
|
+
products_match_all: {
|
|
2630
|
+
type: string;
|
|
2631
|
+
};
|
|
2632
|
+
service_tags_include: {
|
|
2633
|
+
type: string;
|
|
2634
|
+
items: {
|
|
2635
|
+
type: string;
|
|
2636
|
+
};
|
|
2637
|
+
};
|
|
2638
|
+
service_tags_exclude: {
|
|
2639
|
+
type: string;
|
|
2640
|
+
items: {
|
|
2641
|
+
type: string;
|
|
2642
|
+
};
|
|
2643
|
+
};
|
|
2644
|
+
service_tags_match_all: {
|
|
2645
|
+
type: string;
|
|
2646
|
+
};
|
|
2647
|
+
};
|
|
2648
|
+
};
|
|
2649
|
+
company_integrations: {
|
|
2650
|
+
type: string;
|
|
2651
|
+
properties: {
|
|
2652
|
+
include: {
|
|
2653
|
+
type: string;
|
|
2654
|
+
items: {
|
|
2655
|
+
type: string;
|
|
2656
|
+
};
|
|
2657
|
+
};
|
|
2658
|
+
exclude: {
|
|
2659
|
+
type: string;
|
|
2660
|
+
items: {
|
|
2661
|
+
type: string;
|
|
2662
|
+
};
|
|
2663
|
+
};
|
|
2664
|
+
};
|
|
2665
|
+
};
|
|
2666
|
+
company_key_customers: {
|
|
2667
|
+
type: string;
|
|
2668
|
+
properties: {
|
|
2669
|
+
include: {
|
|
2670
|
+
type: string;
|
|
2671
|
+
items: {
|
|
2672
|
+
type: string;
|
|
2673
|
+
};
|
|
2674
|
+
};
|
|
2675
|
+
};
|
|
2676
|
+
};
|
|
2677
|
+
company_operating_languages: {
|
|
2678
|
+
type: string;
|
|
2679
|
+
properties: {
|
|
2680
|
+
include: {
|
|
2681
|
+
type: string;
|
|
2682
|
+
items: {
|
|
2683
|
+
type: string;
|
|
2684
|
+
};
|
|
2685
|
+
};
|
|
2686
|
+
};
|
|
2687
|
+
};
|
|
2688
|
+
company_google_discovery: {
|
|
2689
|
+
type: string;
|
|
2690
|
+
description: string;
|
|
2691
|
+
properties: {
|
|
2692
|
+
seo_keywords: {
|
|
2693
|
+
type: string;
|
|
2694
|
+
items: {
|
|
2695
|
+
type: string;
|
|
2696
|
+
};
|
|
2697
|
+
};
|
|
2698
|
+
};
|
|
2699
|
+
};
|
|
2700
|
+
company_headcount_by_location: {
|
|
2701
|
+
type: string;
|
|
2702
|
+
description: string;
|
|
2703
|
+
properties: {
|
|
2704
|
+
entries: {
|
|
2705
|
+
type: string;
|
|
2706
|
+
items: {
|
|
2707
|
+
type: string;
|
|
2708
|
+
properties: {
|
|
2709
|
+
country: {
|
|
2710
|
+
type: string;
|
|
2711
|
+
};
|
|
2712
|
+
state: {
|
|
2713
|
+
type: string;
|
|
2714
|
+
};
|
|
2715
|
+
city: {
|
|
2716
|
+
type: string;
|
|
2717
|
+
};
|
|
2718
|
+
min_headcount: {
|
|
2719
|
+
type: string;
|
|
2720
|
+
};
|
|
2721
|
+
max_headcount: {
|
|
2722
|
+
type: string;
|
|
2723
|
+
};
|
|
2724
|
+
};
|
|
2725
|
+
required: string[];
|
|
2726
|
+
};
|
|
2727
|
+
};
|
|
2728
|
+
};
|
|
2729
|
+
required: string[];
|
|
2730
|
+
};
|
|
2731
|
+
company_icp: {
|
|
2732
|
+
type: string;
|
|
2733
|
+
description: string;
|
|
2734
|
+
properties: {
|
|
2735
|
+
titles_include: {
|
|
2736
|
+
type: string;
|
|
2737
|
+
items: {
|
|
2738
|
+
type: string;
|
|
2739
|
+
};
|
|
2740
|
+
};
|
|
2741
|
+
titles_exclude: {
|
|
2742
|
+
type: string;
|
|
2743
|
+
items: {
|
|
2744
|
+
type: string;
|
|
2745
|
+
};
|
|
2746
|
+
};
|
|
2747
|
+
departments: {
|
|
2748
|
+
type: string;
|
|
2749
|
+
properties: {
|
|
2750
|
+
include: {
|
|
2751
|
+
type: string;
|
|
2752
|
+
items: {
|
|
2753
|
+
type: string;
|
|
2754
|
+
};
|
|
2755
|
+
};
|
|
2756
|
+
other: {
|
|
2757
|
+
type: string;
|
|
2758
|
+
items: {
|
|
2759
|
+
type: string;
|
|
2760
|
+
};
|
|
2761
|
+
};
|
|
2762
|
+
match_mode: {
|
|
2763
|
+
type: string;
|
|
2764
|
+
enum: string[];
|
|
2765
|
+
};
|
|
2766
|
+
};
|
|
2767
|
+
};
|
|
2768
|
+
company_sizes: {
|
|
2769
|
+
type: string;
|
|
2770
|
+
items: {
|
|
2771
|
+
type: string;
|
|
2772
|
+
enum: string[];
|
|
2773
|
+
};
|
|
2774
|
+
};
|
|
2775
|
+
industries: {
|
|
2776
|
+
type: string;
|
|
2777
|
+
items: {
|
|
2778
|
+
type: string;
|
|
2779
|
+
};
|
|
2780
|
+
};
|
|
2781
|
+
geographic_markets: {
|
|
2782
|
+
type: string;
|
|
2783
|
+
items: {
|
|
2784
|
+
type: string;
|
|
2785
|
+
};
|
|
2786
|
+
};
|
|
2787
|
+
geographic_scope: {
|
|
2788
|
+
type: string;
|
|
2789
|
+
};
|
|
2790
|
+
};
|
|
2791
|
+
};
|
|
2792
|
+
company_website_traffic: {
|
|
2793
|
+
type: string;
|
|
2794
|
+
description: string;
|
|
2795
|
+
properties: {
|
|
2796
|
+
min_monthly_visits: {
|
|
2797
|
+
type: string;
|
|
2798
|
+
};
|
|
2799
|
+
max_monthly_visits: {
|
|
2800
|
+
type: string;
|
|
2801
|
+
};
|
|
2802
|
+
visit_change: {
|
|
2803
|
+
type: string;
|
|
2804
|
+
enum: string[];
|
|
2805
|
+
};
|
|
2806
|
+
top_countries: {
|
|
2807
|
+
type: string;
|
|
2808
|
+
items: {
|
|
2809
|
+
type: string;
|
|
2810
|
+
};
|
|
2811
|
+
};
|
|
2812
|
+
min_country_percentage: {
|
|
2813
|
+
type: string;
|
|
2814
|
+
};
|
|
2815
|
+
max_country_percentage: {
|
|
2816
|
+
type: string;
|
|
2817
|
+
};
|
|
2818
|
+
};
|
|
2819
|
+
};
|
|
2820
|
+
company_key_execs: {
|
|
2821
|
+
type: string;
|
|
2822
|
+
description: string;
|
|
2823
|
+
properties: {
|
|
2824
|
+
event_types: {
|
|
2825
|
+
type: string;
|
|
2826
|
+
items: {
|
|
2827
|
+
type: string;
|
|
2828
|
+
enum: string[];
|
|
2829
|
+
};
|
|
2830
|
+
};
|
|
2831
|
+
timeframe_days: {
|
|
2832
|
+
type: string;
|
|
2833
|
+
enum: number[];
|
|
2834
|
+
};
|
|
2835
|
+
};
|
|
2836
|
+
};
|
|
2837
|
+
company_revenue: {
|
|
2838
|
+
type: string;
|
|
2839
|
+
description: string;
|
|
2840
|
+
properties: {
|
|
2841
|
+
min: {
|
|
2842
|
+
type: string;
|
|
2843
|
+
};
|
|
2844
|
+
max: {
|
|
2845
|
+
type: string;
|
|
2846
|
+
};
|
|
2847
|
+
include_unknown_revenue: {
|
|
2848
|
+
type: string;
|
|
2849
|
+
};
|
|
2850
|
+
};
|
|
2851
|
+
};
|
|
2852
|
+
company_founded: {
|
|
2853
|
+
type: string;
|
|
2854
|
+
description: string;
|
|
2855
|
+
properties: {
|
|
2856
|
+
min: {
|
|
2857
|
+
type: string;
|
|
2858
|
+
};
|
|
2859
|
+
max: {
|
|
2860
|
+
type: string;
|
|
1411
2861
|
};
|
|
1412
2862
|
include_unknown_founded: {
|
|
1413
2863
|
type: string;
|
|
@@ -1535,11 +2985,18 @@ export declare const leadToolDefinitions: ({
|
|
|
1535
2985
|
linkedInColumn?: undefined;
|
|
1536
2986
|
include?: undefined;
|
|
1537
2987
|
exclude?: undefined;
|
|
2988
|
+
seedCompanies?: undefined;
|
|
2989
|
+
seedDomains?: undefined;
|
|
2990
|
+
limit?: undefined;
|
|
2991
|
+
sort?: undefined;
|
|
2992
|
+
previewOnly?: undefined;
|
|
2993
|
+
companySearchToken?: undefined;
|
|
2994
|
+
selectedCompanyIds?: undefined;
|
|
2995
|
+
name?: undefined;
|
|
1538
2996
|
type?: undefined;
|
|
1539
2997
|
profileUrl?: undefined;
|
|
1540
2998
|
postUrl?: undefined;
|
|
1541
2999
|
companyUrl?: undefined;
|
|
1542
|
-
limit?: undefined;
|
|
1543
3000
|
headlineICPCriteria?: undefined;
|
|
1544
3001
|
rubricGuidelines?: undefined;
|
|
1545
3002
|
sourceLeadListId?: undefined;
|
|
@@ -1676,6 +3133,13 @@ export declare const leadToolDefinitions: ({
|
|
|
1676
3133
|
linkedInColumn?: undefined;
|
|
1677
3134
|
include?: undefined;
|
|
1678
3135
|
exclude?: undefined;
|
|
3136
|
+
seedCompanies?: undefined;
|
|
3137
|
+
seedDomains?: undefined;
|
|
3138
|
+
sort?: undefined;
|
|
3139
|
+
previewOnly?: undefined;
|
|
3140
|
+
companySearchToken?: undefined;
|
|
3141
|
+
selectedCompanyIds?: undefined;
|
|
3142
|
+
name?: undefined;
|
|
1679
3143
|
domainFilterId?: undefined;
|
|
1680
3144
|
sourceLeadListId?: undefined;
|
|
1681
3145
|
targetLeadCount?: undefined;
|
|
@@ -1799,12 +3263,19 @@ export declare const leadToolDefinitions: ({
|
|
|
1799
3263
|
linkedInColumn?: undefined;
|
|
1800
3264
|
include?: undefined;
|
|
1801
3265
|
exclude?: undefined;
|
|
3266
|
+
seedCompanies?: undefined;
|
|
3267
|
+
seedDomains?: undefined;
|
|
3268
|
+
limit?: undefined;
|
|
3269
|
+
sort?: undefined;
|
|
3270
|
+
previewOnly?: undefined;
|
|
3271
|
+
companySearchToken?: undefined;
|
|
3272
|
+
selectedCompanyIds?: undefined;
|
|
3273
|
+
name?: undefined;
|
|
1802
3274
|
domainFilterId?: undefined;
|
|
1803
3275
|
type?: undefined;
|
|
1804
3276
|
profileUrl?: undefined;
|
|
1805
3277
|
postUrl?: undefined;
|
|
1806
3278
|
companyUrl?: undefined;
|
|
1807
|
-
limit?: undefined;
|
|
1808
3279
|
tableId?: undefined;
|
|
1809
3280
|
campaignName?: undefined;
|
|
1810
3281
|
keepInSync?: undefined;
|
|
@@ -1874,12 +3345,19 @@ export declare const leadToolDefinitions: ({
|
|
|
1874
3345
|
linkedInColumn?: undefined;
|
|
1875
3346
|
include?: undefined;
|
|
1876
3347
|
exclude?: undefined;
|
|
3348
|
+
seedCompanies?: undefined;
|
|
3349
|
+
seedDomains?: undefined;
|
|
3350
|
+
limit?: undefined;
|
|
3351
|
+
sort?: undefined;
|
|
3352
|
+
previewOnly?: undefined;
|
|
3353
|
+
companySearchToken?: undefined;
|
|
3354
|
+
selectedCompanyIds?: undefined;
|
|
3355
|
+
name?: undefined;
|
|
1877
3356
|
domainFilterId?: undefined;
|
|
1878
3357
|
type?: undefined;
|
|
1879
3358
|
profileUrl?: undefined;
|
|
1880
3359
|
postUrl?: undefined;
|
|
1881
3360
|
companyUrl?: undefined;
|
|
1882
|
-
limit?: undefined;
|
|
1883
3361
|
headlineICPCriteria?: undefined;
|
|
1884
3362
|
rubricGuidelines?: undefined;
|
|
1885
3363
|
sourceLeadListId?: undefined;
|
|
@@ -1985,12 +3463,19 @@ export declare const leadToolDefinitions: ({
|
|
|
1985
3463
|
linkedInColumn?: undefined;
|
|
1986
3464
|
include?: undefined;
|
|
1987
3465
|
exclude?: undefined;
|
|
3466
|
+
seedCompanies?: undefined;
|
|
3467
|
+
seedDomains?: undefined;
|
|
3468
|
+
limit?: undefined;
|
|
3469
|
+
sort?: undefined;
|
|
3470
|
+
previewOnly?: undefined;
|
|
3471
|
+
companySearchToken?: undefined;
|
|
3472
|
+
selectedCompanyIds?: undefined;
|
|
3473
|
+
name?: undefined;
|
|
1988
3474
|
domainFilterId?: undefined;
|
|
1989
3475
|
type?: undefined;
|
|
1990
3476
|
profileUrl?: undefined;
|
|
1991
3477
|
postUrl?: undefined;
|
|
1992
3478
|
companyUrl?: undefined;
|
|
1993
|
-
limit?: undefined;
|
|
1994
3479
|
headlineICPCriteria?: undefined;
|
|
1995
3480
|
rubricGuidelines?: undefined;
|
|
1996
3481
|
mode?: undefined;
|
|
@@ -2101,12 +3586,19 @@ export declare const leadToolDefinitions: ({
|
|
|
2101
3586
|
linkedInColumn?: undefined;
|
|
2102
3587
|
include?: undefined;
|
|
2103
3588
|
exclude?: undefined;
|
|
3589
|
+
seedCompanies?: undefined;
|
|
3590
|
+
seedDomains?: undefined;
|
|
3591
|
+
limit?: undefined;
|
|
3592
|
+
sort?: undefined;
|
|
3593
|
+
previewOnly?: undefined;
|
|
3594
|
+
companySearchToken?: undefined;
|
|
3595
|
+
selectedCompanyIds?: undefined;
|
|
3596
|
+
name?: undefined;
|
|
2104
3597
|
domainFilterId?: undefined;
|
|
2105
3598
|
type?: undefined;
|
|
2106
3599
|
profileUrl?: undefined;
|
|
2107
3600
|
postUrl?: undefined;
|
|
2108
3601
|
companyUrl?: undefined;
|
|
2109
|
-
limit?: undefined;
|
|
2110
3602
|
rubricGuidelines?: undefined;
|
|
2111
3603
|
sourceLeadListId?: undefined;
|
|
2112
3604
|
targetLeadCount?: undefined;
|
|
@@ -2181,12 +3673,19 @@ export declare const leadToolDefinitions: ({
|
|
|
2181
3673
|
linkedInColumn?: undefined;
|
|
2182
3674
|
include?: undefined;
|
|
2183
3675
|
exclude?: undefined;
|
|
3676
|
+
seedCompanies?: undefined;
|
|
3677
|
+
seedDomains?: undefined;
|
|
3678
|
+
limit?: undefined;
|
|
3679
|
+
sort?: undefined;
|
|
3680
|
+
previewOnly?: undefined;
|
|
3681
|
+
companySearchToken?: undefined;
|
|
3682
|
+
selectedCompanyIds?: undefined;
|
|
3683
|
+
name?: undefined;
|
|
2184
3684
|
domainFilterId?: undefined;
|
|
2185
3685
|
type?: undefined;
|
|
2186
3686
|
profileUrl?: undefined;
|
|
2187
3687
|
postUrl?: undefined;
|
|
2188
3688
|
companyUrl?: undefined;
|
|
2189
|
-
limit?: undefined;
|
|
2190
3689
|
rubricGuidelines?: undefined;
|
|
2191
3690
|
sourceLeadListId?: undefined;
|
|
2192
3691
|
targetLeadCount?: undefined;
|
|
@@ -2210,6 +3709,8 @@ export declare const leadToolDefinitions: ({
|
|
|
2210
3709
|
export declare function searchApollo(input: ApolloSearchInput): Promise<unknown>;
|
|
2211
3710
|
export declare function searchSalesNav(input: SalesNavSearchInput): Promise<unknown>;
|
|
2212
3711
|
export declare function normalizeSalesNavSearchInput(input: SalesNavSearchInput): SalesNavSearchInput;
|
|
3712
|
+
export declare function searchProspeoCompanies(input: ProspeoCompanySearchInput): Promise<any>;
|
|
3713
|
+
export declare function confirmProspeoCompanyAccounts(input: ConfirmProspeoCompanyAccountsInput): Promise<any>;
|
|
2213
3714
|
export declare function searchProspeo(input: ProspeoSearchInput): Promise<any>;
|
|
2214
3715
|
export declare function loadCsvDomains(input: LoadCsvDomainsInput): Promise<{
|
|
2215
3716
|
ok: boolean;
|