@pipe0/client 0.0.24 → 0.0.25

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.
@@ -1150,11 +1150,11 @@ export interface components {
1150
1150
  waterfall?: {
1151
1151
  attempted_providers: {
1152
1152
  /** @enum {string} */
1153
- provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
1153
+ provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
1154
1154
  }[];
1155
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
1155
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
1156
1156
  /** @enum {string} */
1157
- successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
1157
+ successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
1158
1158
  };
1159
1159
  icon?: {
1160
1160
  /** @enum {string} */
@@ -1920,6 +1920,9 @@ export interface components {
1920
1920
  * "provider": "prospeo"
1921
1921
  * },
1922
1922
  * {
1923
+ * "provider": "amplemarket"
1924
+ * },
1925
+ * {
1923
1926
  * "provider": "hunter"
1924
1927
  * },
1925
1928
  * {
@@ -1932,7 +1935,7 @@ export interface components {
1932
1935
  */
1933
1936
  providers?: {
1934
1937
  /** @enum {string} */
1935
- provider: "leadmagic" | "prospeo" | "hunter" | "icypeas" | "findymail";
1938
+ provider: "leadmagic" | "prospeo" | "amplemarket" | "hunter" | "icypeas" | "findymail";
1936
1939
  }[];
1937
1940
  /** @default true */
1938
1941
  allow_catch_all_emails?: boolean;
@@ -6230,16 +6233,16 @@ export interface components {
6230
6233
  * "provider": "prospeo"
6231
6234
  * },
6232
6235
  * {
6233
- * "provider": "findymail"
6236
+ * "provider": "amplemarket"
6234
6237
  * },
6235
6238
  * {
6236
- * "provider": "clado"
6239
+ * "provider": "findymail"
6237
6240
  * }
6238
6241
  * ]
6239
6242
  */
6240
6243
  providers?: {
6241
6244
  /** @enum {string} */
6242
- provider: "leadmagic" | "prospeo" | "findymail" | "clado";
6245
+ provider: "leadmagic" | "prospeo" | "amplemarket" | "findymail" | "clado";
6243
6246
  }[];
6244
6247
  input_fields?: {
6245
6248
  /**
@@ -6346,13 +6349,13 @@ export interface components {
6346
6349
  * "provider": "leadmagic"
6347
6350
  * },
6348
6351
  * {
6349
- * "provider": "clado"
6352
+ * "provider": "mixrank"
6350
6353
  * }
6351
6354
  * ]
6352
6355
  */
6353
6356
  providers?: {
6354
6357
  /** @enum {string} */
6355
- provider: "clado" | "leadmagic";
6358
+ provider: "clado" | "leadmagic" | "mixrank";
6356
6359
  }[];
6357
6360
  input_fields?: {
6358
6361
  /**
@@ -6475,7 +6478,7 @@ export interface components {
6475
6478
  /**
6476
6479
  * @default [
6477
6480
  * {
6478
- * "provider": "clado"
6481
+ * "provider": "amplemarket"
6479
6482
  * },
6480
6483
  * {
6481
6484
  * "provider": "prospeo"
@@ -6487,7 +6490,7 @@ export interface components {
6487
6490
  */
6488
6491
  providers?: {
6489
6492
  /** @enum {string} */
6490
- provider: "prospeo" | "icypeas" | "clado";
6493
+ provider: "prospeo" | "icypeas" | "amplemarket" | "clado";
6491
6494
  }[];
6492
6495
  input_fields?: {
6493
6496
  /**
@@ -7045,12 +7048,15 @@ export interface components {
7045
7048
  * @default [
7046
7049
  * {
7047
7050
  * "provider": "leadmagic"
7051
+ * },
7052
+ * {
7053
+ * "provider": "amplemarket"
7048
7054
  * }
7049
7055
  * ]
7050
7056
  */
7051
7057
  providers?: {
7052
7058
  /** @enum {string} */
7053
- provider: "leadmagic";
7059
+ provider: "leadmagic" | "amplemarket";
7054
7060
  }[];
7055
7061
  input_fields?: {
7056
7062
  /**
@@ -7157,22 +7163,22 @@ export interface components {
7157
7163
  * "provider": "hunter"
7158
7164
  * },
7159
7165
  * {
7160
- * "provider": "findymail"
7166
+ * "provider": "amplemarket"
7161
7167
  * },
7162
7168
  * {
7163
7169
  * "provider": "leadmagic"
7164
7170
  * },
7165
7171
  * {
7166
- * "provider": "crustdata"
7172
+ * "provider": "findymail"
7167
7173
  * },
7168
7174
  * {
7169
- * "provider": "clado"
7175
+ * "provider": "crustdata"
7170
7176
  * }
7171
7177
  * ]
7172
7178
  */
7173
7179
  providers?: {
7174
7180
  /** @enum {string} */
7175
- provider: "hunter" | "findymail" | "leadmagic" | "crustdata" | "clado";
7181
+ provider: "hunter" | "amplemarket" | "findymail" | "leadmagic" | "crustdata" | "clado";
7176
7182
  }[];
7177
7183
  /** @default true */
7178
7184
  allow_catch_all_emails?: boolean;
@@ -7989,11 +7995,11 @@ export interface components {
7989
7995
  waterfall?: {
7990
7996
  attempted_providers: {
7991
7997
  /** @enum {string} */
7992
- provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
7998
+ provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
7993
7999
  }[];
7994
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
8000
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
7995
8001
  /** @enum {string} */
7996
- successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
8002
+ successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
7997
8003
  };
7998
8004
  icon?: {
7999
8005
  /** @enum {string} */
@@ -8068,11 +8074,11 @@ export interface components {
8068
8074
  waterfall?: {
8069
8075
  attempted_providers: {
8070
8076
  /** @enum {string} */
8071
- provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
8077
+ provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
8072
8078
  }[];
8073
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
8079
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
8074
8080
  /** @enum {string} */
8075
- successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
8081
+ successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
8076
8082
  };
8077
8083
  icon?: {
8078
8084
  /** @enum {string} */
@@ -10227,222 +10233,587 @@ export interface components {
10227
10233
  };
10228
10234
  };
10229
10235
  };
10230
- } | null;
10231
- SearchResponseSchema: {
10232
- id: string;
10233
- /** @enum {string} */
10234
- status: "completed" | "failed" | "pending" | "processing";
10236
+ } | {
10235
10237
  /** @enum {string} */
10236
- search_id: "companies:profiles:crustdata@1" | "people:profiles:crustdata@1";
10237
- errors: {
10238
- code: string;
10239
- message: string;
10240
- path?: string;
10241
- }[];
10242
- results: {
10243
- [key: string]: {
10244
- value: string | number | boolean | null | {
10245
- [key: string]: unknown;
10246
- } | unknown[];
10247
- status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
10248
- /** @enum {string} */
10249
- type?: "string" | "number" | "boolean" | "json" | "unknown";
10250
- /** @enum {string|null} */
10251
- format?: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
10252
- resolved_by?: {
10253
- /** @enum {string|null} */
10254
- ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
10255
- /** @enum {string|null} */
10256
- environment: "production" | "sandbox" | null;
10257
- config_hash: string | null;
10258
- input_hash: string | null;
10259
- } | null;
10260
- /** @description A map of widgets associated with this field for UI display, keyed by widget type. */
10261
- widgets?: {
10262
- display_value?: {
10263
- label?: string;
10264
- };
10265
- entity_logo?: {
10266
- /**
10267
- * Format: uri
10268
- * @description URL to the provider's logo image.
10269
- */
10270
- image_url: string;
10271
- /** @description The name of the entity. */
10272
- entity: string;
10273
- };
10274
- location_indicator?: {
10275
- /** @description Country flag emoji. */
10276
- emoji: string;
10277
- };
10278
- avatar?: {
10279
- /**
10280
- * Format: uri
10281
- * @description URL to the provider's logo image.
10282
- */
10283
- image_url: string;
10284
- /** @description The name of the avatar owner. */
10285
- name: string;
10286
- };
10287
- waterfall?: {
10288
- attempted_providers: {
10289
- /** @enum {string} */
10290
- provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
10291
- }[];
10292
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
10293
- /** @enum {string} */
10294
- successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
10295
- };
10296
- icon?: {
10297
- /** @enum {string} */
10298
- key: "linkedin" | "job";
10299
- };
10300
- action_summary?: {
10301
- /** @enum {string} */
10302
- result_status: "completed" | "failed";
10303
- };
10304
- sources?: {
10305
- list: {
10306
- source: string;
10307
- description?: string;
10308
- url: string;
10309
- }[];
10310
- };
10311
- confidence?: {
10312
- numeric: number;
10313
- };
10314
- };
10315
- } | null;
10316
- }[];
10317
- organization_id: string;
10318
- next_page: components["schemas"]["SearchPayloadSchema"];
10319
- /** @enum {string|null} */
10320
- pagination_type: "cursor" | null;
10321
- total_pages: number | null;
10322
- };
10323
- SearchRequestSchema: {
10324
- /**
10325
- * @default {
10326
- * "environment": "production",
10327
- * "widgets": {
10328
- * "enabled": false
10329
- * }
10330
- * }
10331
- */
10332
- config?: {
10238
+ search_id: "people:profiles:amplemarket@1";
10239
+ connector?: {
10333
10240
  /**
10334
- * @default production
10241
+ * @default first
10335
10242
  * @enum {string}
10336
10243
  */
10337
- environment?: "production" | "sandbox";
10338
- /**
10339
- * @default {
10340
- * "enabled": false
10341
- * }
10342
- */
10343
- widgets?: {
10344
- /** @default false */
10345
- enabled?: boolean;
10346
- };
10347
- };
10348
- search: components["schemas"]["SearchPayloadSchema"] & ({
10349
- /** @enum {string} */
10350
- search_id: "people:profiles:crustdata@1";
10351
- connector?: {
10244
+ strategy?: "first";
10245
+ connections: {
10246
+ /** @enum {string} */
10247
+ type: "vault";
10248
+ connection: string;
10249
+ }[];
10250
+ } | null;
10251
+ config: {
10252
+ limit: number;
10253
+ page_number?: number | null;
10254
+ output_fields?: {
10352
10255
  /**
10353
- * @default first
10354
- * @enum {string}
10256
+ * @description Output field 'name'
10257
+ * @default {
10258
+ * "alias": "",
10259
+ * "enabled": true
10260
+ * }
10355
10261
  */
10356
- strategy?: "first";
10357
- connections: {
10358
- /** @enum {string} */
10359
- type: "vault";
10360
- connection: string;
10361
- }[];
10362
- } | null;
10363
- config: {
10364
- limit: number;
10365
- cursor?: string | null;
10366
- output_fields?: {
10262
+ name?: {
10367
10263
  /**
10368
- * @description Output field 'name'
10369
- * @default {
10370
- * "alias": "",
10371
- * "enabled": true
10372
- * }
10264
+ * @description Rename this output field. Leave empty to use default name.
10265
+ * @default
10373
10266
  */
10374
- name?: {
10375
- /**
10376
- * @description Rename this output field. Leave empty to use default name.
10377
- * @default
10378
- */
10379
- alias?: string;
10380
- /**
10381
- * @description Whether to include this field in the output.
10382
- * @default true
10383
- */
10384
- enabled?: boolean;
10385
- };
10267
+ alias?: string;
10386
10268
  /**
10387
- * @description Output field 'company_website_url'
10388
- * @default {
10389
- * "alias": "",
10390
- * "enabled": true
10391
- * }
10269
+ * @description Whether to include this field in the output.
10270
+ * @default true
10392
10271
  */
10393
- company_website_url?: {
10394
- /**
10395
- * @description Rename this output field. Leave empty to use default name.
10396
- * @default
10397
- */
10398
- alias?: string;
10399
- /**
10400
- * @description Whether to include this field in the output.
10401
- * @default true
10402
- */
10403
- enabled?: boolean;
10404
- };
10272
+ enabled?: boolean;
10273
+ };
10274
+ /**
10275
+ * @description Output field 'company_website_url'
10276
+ * @default {
10277
+ * "alias": "",
10278
+ * "enabled": true
10279
+ * }
10280
+ */
10281
+ company_website_url?: {
10405
10282
  /**
10406
- * @description Output field 'profile_url'
10407
- * @default {
10408
- * "alias": "",
10409
- * "enabled": true
10410
- * }
10283
+ * @description Rename this output field. Leave empty to use default name.
10284
+ * @default
10411
10285
  */
10412
- profile_url?: {
10413
- /**
10414
- * @description Rename this output field. Leave empty to use default name.
10415
- * @default
10416
- */
10417
- alias?: string;
10418
- /**
10419
- * @description Whether to include this field in the output.
10420
- * @default true
10421
- */
10422
- enabled?: boolean;
10423
- };
10286
+ alias?: string;
10424
10287
  /**
10425
- * @description Output field 'job_title'
10426
- * @default {
10427
- * "alias": "",
10428
- * "enabled": true
10429
- * }
10288
+ * @description Whether to include this field in the output.
10289
+ * @default true
10430
10290
  */
10431
- job_title?: {
10432
- /**
10433
- * @description Rename this output field. Leave empty to use default name.
10434
- * @default
10435
- */
10436
- alias?: string;
10437
- /**
10438
- * @description Whether to include this field in the output.
10439
- * @default true
10440
- */
10441
- enabled?: boolean;
10442
- };
10291
+ enabled?: boolean;
10292
+ };
10293
+ /**
10294
+ * @description Output field 'profile_url'
10295
+ * @default {
10296
+ * "alias": "",
10297
+ * "enabled": true
10298
+ * }
10299
+ */
10300
+ profile_url?: {
10443
10301
  /**
10444
- * @description Output field 'crustdata_person_match'
10445
- * @default {
10302
+ * @description Rename this output field. Leave empty to use default name.
10303
+ * @default
10304
+ */
10305
+ alias?: string;
10306
+ /**
10307
+ * @description Whether to include this field in the output.
10308
+ * @default true
10309
+ */
10310
+ enabled?: boolean;
10311
+ };
10312
+ /**
10313
+ * @description Output field 'job_title'
10314
+ * @default {
10315
+ * "alias": "",
10316
+ * "enabled": true
10317
+ * }
10318
+ */
10319
+ job_title?: {
10320
+ /**
10321
+ * @description Rename this output field. Leave empty to use default name.
10322
+ * @default
10323
+ */
10324
+ alias?: string;
10325
+ /**
10326
+ * @description Whether to include this field in the output.
10327
+ * @default true
10328
+ */
10329
+ enabled?: boolean;
10330
+ };
10331
+ /**
10332
+ * @description Output field 'amplemarket_person_match'
10333
+ * @default {
10334
+ * "alias": "",
10335
+ * "enabled": true
10336
+ * }
10337
+ */
10338
+ amplemarket_person_match?: {
10339
+ /**
10340
+ * @description Rename this output field. Leave empty to use default name.
10341
+ * @default
10342
+ */
10343
+ alias?: string;
10344
+ /**
10345
+ * @description Whether to include this field in the output.
10346
+ * @default true
10347
+ */
10348
+ enabled?: boolean;
10349
+ };
10350
+ };
10351
+ filters: {
10352
+ /** @default [] */
10353
+ person_names?: string[];
10354
+ /** @default [] */
10355
+ current_job_titles?: string[];
10356
+ current_seniority_levels?: ("Owner" | "Founder" | "C-Suite" | "Partner" | "VP" | "Head" | "Director" | "Manager" | "Senior" | "Entry" | "Intern" | "Other" | "Non-Manager" | "Founder / Owner")[];
10357
+ current_departments?: ("Senior Leadership" | "Consulting" | "Design" | "Education" | "Engineering & Technical" | "Finance" | "Human Resources" | "Information Technology" | "Legal" | "Marketing" | "Medical & Health" | "Operations" | "Product" | "Revenue")[];
10358
+ current_job_functions?: ("Account Management" | "Accounting" | "Acquisitions" | "Advertising" | "Anesthesiology" | "Application Development" | "Artificial Intelligence / Machine Learning" | "Bioengineering & Biometrics" | "Brand Management" | "Business Development" | "Business Intelligence" | "Business Service Management / ITSM" | "Call Center" | "Channel Sales" | "Chemical Engineering" | "Chiropractics" | "Clinical Systems" | "Cloud / Mobility" | "Collaboration & Web App" | "Compensation & Benefits" | "Compliance" | "Construction" | "Consultant" | "Content Marketing" | "Contracts" | "Corporate Secretary" | "Corporate Strategy" | "Culture, Diversity & Inclusion" | "Customer Experience" | "Customer Marketing" | "Customer Retention & Development" | "Customer Service / Support" | "Customer Success" | "Data Center" | "Data Science" | "Data Warehouse" | "Database Administration" | "Demand Generation" | "Dentistry" | "Dermatology" | "DevOps" | "Digital Marketing" | "Digital Transformation" | "Doctors / Physicians" | "eCommerce Development" | "eCommerce Marketing" | "eDiscovery" | "Emerging Technology / Innovation" | "Employee & Labor Relations" | "Engineering & Technical" | "Enterprise Architecture" | "Enterprise Resource Planning" | "Epidemiology" | "Ethics" | "Event Marketing" | "Executive" | "Facilities Management" | "Field / Outside Sales" | "Field Marketing" | "Finance" | "Finance Executive" | "Financial Planning & Analysis" | "Financial Reporting" | "Financial Risk" | "Financial Strategy" | "Financial Systems" | "First Responder" | "Founder" | "Governance" | "Governmental Affairs & Regulatory Law" | "Graphic / Visual / Brand Design" | "Growth" | "Health & Safety" | "Help Desk / Desktop Services" | "HR / Financial / ERP Systems" | "HR Business Partner" | "Human Resource Information System" | "Human Resources" | "Human Resources Executive" | "Industrial Engineering" | "Infectious Disease" | "Information Security" | "Information Technology" | "Information Technology Executive" | "Infrastructure" | "Inside Sales" | "Intellectual Property & Patent" | "Internal Audit & Control" | "Investor Relations" | "IT Asset Management" | "IT Audit / IT Compliance" | "IT Operations" | "IT Procurement" | "IT Strategy" | "IT Training" | "Labor & Employment" | "Lawyer / Attorney" | "Lead Generation" | "Learning & Development" | "Leasing" | "Legal" | "Legal Counsel" | "Legal Executive" | "Legal Operations" | "Litigation" | "Logistics" | "Marketing" | "Marketing Analytics / Insights" | "Marketing Communications" | "Marketing Executive" | "Marketing Operations" | "Mechanic" | "Medical & Health Executive" | "Medical Administration" | "Medical Education & Training" | "Medical Research" | "Medicine" | "Mergers & Acquisitions" | "Mobile Development" | "Networking" | "Neurology" | "Nursing" | "Nutrition & Dietetics" | "Obstetrics / Gynecology" | "Office Operations" | "Oncology" | "Operations" | "Operations Executive" | "Ophthalmology" | "Optometry" | "Organizational Development" | "Orthopedics" | "Partnerships" | "Pathology" | "Pediatrics" | "People Operations" | "Pharmacy" | "Physical Security" | "Physical Therapy" | "Principal" | "Privacy" | "Product Development" | "Product Management" | "Product Marketing" | "Product or UI/UX Design" | "Professor" | "Project & Program Management" | "Project Development" | "Project Management" | "Psychiatry" | "Psychology" | "Public Health" | "Public Relations" | "Quality Assurance" | "Quality Management" | "Radiology" | "Real Estate" | "Real Estate Finance" | "Recruiting & Talent Acquisition" | "Research & Development" | "Retail / Store Systems" | "Revenue Operations" | "Safety" | "Sales" | "Sales Enablement" | "Sales Engineering" | "Sales Executive" | "Sales Operations" | "Sales Training" | "Scrum Master / Agile Coach" | "Search Engine Optimization / Pay Per Click" | "Servers" | "Shared Services" | "Social Media Marketing" | "Social Work" | "Software Development" | "Sourcing / Procurement" | "Storage & Disaster Recovery" | "Store Operations" | "Strategic Communications" | "Superintendent" | "Supply Chain" | "Support / Technical Services" | "Talent Management" | "Tax" | "Teacher" | "Technical Marketing" | "Technician" | "Technology Operations" | "Telecommunications" | "Test / Quality Assurance" | "Treasury" | "UI / UX" | "Virtualization" | "Web Development" | "Workforce Management")[];
10359
+ /**
10360
+ * @default {
10361
+ * "include": [],
10362
+ * "exclude": []
10363
+ * }
10364
+ */
10365
+ current_employer_locations?: {
10366
+ /** @default [] */
10367
+ include?: string[];
10368
+ /** @default [] */
10369
+ exclude?: string[];
10370
+ };
10371
+ current_employer_names: {
10372
+ /** @default [] */
10373
+ include?: string[];
10374
+ /** @default [] */
10375
+ exclude?: string[];
10376
+ };
10377
+ current_employer_website_urls: {
10378
+ /** @default [] */
10379
+ include?: string[];
10380
+ /** @default [] */
10381
+ exclude?: string[];
10382
+ };
10383
+ current_employer_linkedin_industries?: ("Abrasives and Nonmetallic Minerals Manufacturing" | "Accessible Architecture and Design" | "Accessible Hardware Manufacturing" | "Accommodation and Food Services" | "Accounting" | "Administration of Justice" | "Administrative and Support Services" | "Advertising Services" | "Agriculture" | "Air, Water, and Waste Program Management" | "Airlines and Aviation" | "Alternative Dispute Resolution" | "Alternative Fuel Vehicle Manufacturing" | "Alternative Medicine" | "Ambulance Services" | "Amusement Parks and Arcades" | "Animal Feed Manufacturing" | "Animation" | "Animation and Post-production" | "Apparel & Fashion" | "Apparel Manufacturing" | "Appliances, Electrical, and Electronics Manufacturing" | "Architectural and Structural Metal Manufacturing" | "Architecture and Planning" | "Armed Forces" | "Artificial Rubber and Synthetic Fiber Manufacturing" | "Artists and Writers" | "Arts" | "Arts & Crafts" | "Audio and Video Equipment Manufacturing" | "Automation Machinery Manufacturing" | "Automotive" | "Aviation & Aerospace" | "Aviation and Aerospace Component Manufacturing" | "Baked Goods Manufacturing" | "Banking" | "Bars, Taverns, and Nightclubs" | "Bed-and-Breakfasts, Hostels, Homestays" | "Beverage Manufacturing" | "Biomass Electric Power Generation" | "Biotechnology" | "Biotechnology Research" | "Blockchain Services" | "Boilers, Tanks, and Shipping Container Manufacturing" | "Book and Periodical Publishing" | "Book Publishing" | "Breweries" | "Broadcast Media Production and Distribution" | "Building Construction" | "Building Equipment Contractors" | "Building Finishing Contractors" | "Building Materials" | "Building Structure and Exterior Contractors" | "Business Consulting and Services" | "Business Content" | "Business Intelligence Platforms" | "Business Intelligence-platforms" | "Business Supplies & Equipment" | "Cable and Satellite Programming" | "Callcenters" | "Capital Markets" | "Caterer" | "Catering" | "Chemical Manufacturing" | "Chemical Raw Materials Manufacturing" | "Child Day Care Services" | "Circuses and Magic Shows" | "Civic and Social Organizations" | "Civil Engineering" | "Claims Adjusting, Actuarial Services" | "Clay and Refractory Products Manufacturing" | "Climate Data and Analytics" | "Climate Technology Product Manufacturing" | "Coal Mining" | "Collection Agencies" | "Commercial and Industrial Equipment Rental" | "Commercial and Industrial Machinery Maintenance" | "Commercial and Service Industry Machinery Manufacturing" | "Commercial Real Estate" | "Communications Equipment Manufacturing" | "Community Development and Urban Planning" | "Community Services" | "Computer and Network Security" | "Computer Games" | "Computer Hardware" | "Computer Hardware Manufacturing" | "Computer Networking" | "Computer Networking Products" | "Computerhardware" | "Computers and Electronics Manufacturing" | "Conservation Programs" | "Construction" | "Construction Hardware Manufacturing" | "Consulting outsourcing en offshoring" | "Consumer Electronics" | "Consumer Goods" | "Consumer Goods Rental" | "Consumer Services" | "Correctional Institutions" | "Cosmetics" | "Cosmetology and Barber Schools" | "Courts of Law" | "Credit Intermediation" | "Cutlery and Handtool Manufacturing" | "Dairy" | "Dairy Product Manufacturing" | "Dance Companies" | "Data Infrastructure and Analytics" | "Data Security Software Products" | "Defense & Space" | "Defense and Space Manufacturing" | "Dentists" | "Design" | "Design Services" | "Desktop Computing Software Products" | "Detailhandel meubilair en interieur" | "Digital Accessibility Services" | "Distilleries" | "E-learning" | "E-Learning" | "E-Learning Providers" | "Economic Programs" | "Education" | "Education Administration Programs" | "Education Management" | "Electric Lighting Equipment Manufacturing" | "Electric Power Generation" | "Electric Power Transmission, Control, and Distribution" | "Electrical Equipment Manufacturing" | "Electronic and Precision Equipment Maintenance" | "Embedded Software Products" | "Emergency and Relief Services" | "Engineering Services" | "Engines and Power Transmission Equipment Manufacturing" | "Enquêteurs d’assurances et services actuariels" | "Enregistrement sonore" | "Entertainment" | "Entertainment Providers" | "Environmental Quality Programs" | "Environmental Services" | "Equipment Rental Services" | "Events Services" | "Executive Offices" | "Executive Search Services" | "Fabricated Metal Products" | "Facilities Services" | "Family Planning Centers" | "Farming" | "Farming, Ranching, Forestry" | "Fashion Accessories Manufacturing" | "Financial Services" | "Fine Art" | "Fine Arts Schools" | "Fire Protection" | "Fisheries" | "Flight Training" | "Food & Beverages" | "Food and Beverage Manufacturing" | "Food and Beverage Retail" | "Food and Beverage Services" | "Food Production" | "Footwear and Leather Goods Repair" | "Footwear Manufacturing" | "Forestry and Logging" | "Fossil Fuel Electric Power Generation" | "Freight and Package Transportation" | "Fruit and Vegetable Preserves Manufacturing" | "Fuel Cell Manufacturing" | "Fundraising" | "Funds and Trusts" | "Furniture" | "Furniture and Home Furnishings Manufacturing" | "Gambling Facilities and Casinos" | "Geothermal Electric Power Generation" | "Glass Product Manufacturing" | "Glass, Ceramics and Concrete Manufacturing" | "Golf Courses and Country Clubs" | "Government Administration" | "Government Relations" | "Government Relations Services" | "Graphic Design" | "Groothandel machines" | "Ground Passenger Transportation" | "Health and Human Services" | "Health, Wellness & Fitness" | "Higher Education" | "Highway, Street, and Bridge Construction" | "Historical Sites" | "Holding Companies" | "Home Health Care Services" | "Hospitality" | "Hospitals" | "Hospitals and Health Care" | "Hotels and Motels" | "Household and Institutional Furniture Manufacturing" | "Household Appliance Manufacturing" | "Household Services" | "Housing and Community Development" | "Housing Programs" | "Human resources" | "Human Resources" | "Human Resources Services" | "HVAC and Refrigeration Equipment Manufacturing" | "Hydroelectric Power Generation" | "Import & Export" | "Import en export" | "Incassobureaus" | "Individual and Family Services" | "Industrial Automation" | "Industrial Machinery Manufacturing" | "Industries extractives" | "Industry Associations" | "Information Services" | "Information Technology & Services" | "Insurance" | "Insurance Agencies and Brokerages" | "Insurance and Employee Benefit Funds" | "Insurance Carriers" | "Interior Design" | "International Affairs" | "International Trade and Development" | "Internet Marketplace Platforms" | "Internet News" | "Internet Publishing" | "Internet-Publishing" | "Internetmedia" | "Interurban and Rural Bus Services" | "Investment Advice" | "Investment Banking" | "Investment Management" | "IT Services and IT Consulting" | "IT System Custom Software Development" | "IT System Data Services" | "IT System Design Services" | "IT System Installation and Disposal" | "IT System Operations and Maintenance" | "IT System Testing and Evaluation" | "IT System Training and Support" | "IT-services en consultancy" | "Janitorial Services" | "Landscaping Services" | "Language Schools" | "Law Enforcement" | "Law Practice" | "Legal Services" | "Legislative Offices" | "Libraries" | "LKW-Transport" | "Loan Brokers" | "Luxury Goods & Jewelry" | "Machinery Manufacturing" | "Magnetic and Optical Media Manufacturing" | "Manufacturing" | "Maritime" | "Maritime Transportation" | "Market Research" | "Marketing Services" | "Maroquinerie" | "Mattress and Blinds Manufacturing" | "Measuring and Control Instrument Manufacturing" | "Meat Products Manufacturing" | "Mechanical Or Industrial Engineering" | "Media and Telecommunications" | "Media Production" | "Medical and Diagnostic Laboratories" | "Medical Device" | "Medical Equipment Manufacturing" | "Medical Practices" | "Mental Health Care" | "Metal Ore Mining" | "Metal Treatments" | "Metal Valve, Ball, and Roller Manufacturing" | "Military and International Affairs" | "Mining" | "Mobile Computing Software Products" | "Mobile Food Services" | "Mobile Gaming Apps" | "Motor Vehicle Manufacturing" | "Movies and Sound Recording" | "Movies, Videos, and Sound" | "Museums" | "Museums, Historical Sites, and Zoos" | "Music" | "Musicians" | "Nanotechnology Research" | "Natural Gas Distribution" | "Natural Gas Extraction" | "Newspaper Publishing" | "Non-profit Organization Management" | "Non-profit Organizations" | "Nonmetallic Mineral Mining" | "Nonresidential Building Construction" | "Nuclear Electric Power Generation" | "Nursing Homes and Residential Care Facilities" | "Office Administration" | "Office Furniture and Fixtures Manufacturing" | "Oil and Gas" | "Oil Extraction" | "Oil, Gas, and Mining" | "Online and Mail Order Retail" | "Online Audio and Video Media" | "Online media" | "Online Media" | "Operations Consulting" | "Operations management consulting" | "Optometrists" | "Outpatient Care Centers" | "Outsourcing and Offshoring Consulting" | "Outsourcing/Offshoring" | "Packaging & Containers" | "Packaging and Containers Manufacturing" | "Paint, Coating, and Adhesive Manufacturing" | "Paper & Forest Products" | "Paper and Forest Product Manufacturing" | "Pension Funds" | "Performing Arts" | "Performing Arts and Spectator Sports" | "Periodical Publishing" | "Personal and Laundry Services" | "Personal Care Product Manufacturing" | "Personal Care Services" | "Pet Services" | "Pharmaceutical Manufacturing" | "Philanthropic Fundraising Services" | "Philanthropy" | "Photography" | "Physical, Occupational and Speech Therapists" | "Physicians" | "Pipeline Transportation" | "Plastics and Rubber Product Manufacturing" | "Plastics Manufacturing" | "Political Organizations" | "Postal Services" | "Primary and Secondary Education" | "Primary Metal Manufacturing" | "Printing Services" | "Professional Organizations" | "Professional Services" | "Professional Training and Coaching" | "Program Development" | "Public Assistance Programs" | "Public Health" | "Public Policy" | "Public Policy Offices" | "Public Relations and Communications Services" | "Public Safety" | "Racetracks" | "Radio and Television Broadcasting" | "Rail Transportation" | "Railroad Equipment Manufacturing" | "Ranching" | "Ranching and Fisheries" | "Real Estate" | "Real Estate Agents and Brokers" | "Real Estate and Equipment Rental Services" | "Recreational Facilities" | "Regenerative Design" | "Religious Institutions" | "Renewable Energy Equipment Manufacturing" | "Renewable Energy Power Generation" | "Renewable Energy Semiconductor Manufacturing" | "Renewables & Environment" | "Repair and Maintenance" | "Research" | "Research Services" | "Residential Building Construction" | "Restaurants" | "Restauration collective" | "Retail" | "Retail Apparel and Fashion" | "Retail Appliances, Electrical, and Electronic Equipment" | "Retail Art Dealers" | "Retail Art Supplies" | "Retail Books and Printed News" | "Retail Building Materials and Garden Equipment" | "Retail Florists" | "Retail Furniture and Home Furnishings" | "Retail Gasoline" | "Retail Groceries" | "Retail Health and Personal Care Products" | "Retail Luxury Goods and Jewelry" | "Retail Motor Vehicles" | "Retail Musical Instruments" | "Retail Office Equipment" | "Retail Office Supplies and Gifts" | "Retail Pharmacies" | "Retail Recyclable Materials & Used Merchandise" | "Reupholstery and Furniture Repair" | "Robot Manufacturing" | "Robotics engineering" | "Robotics Engineering" | "Rubber Products Manufacturing" | "Satellite Telecommunications" | "Savings Institutions" | "School and Employee Bus Services" | "Secretarial Schools" | "Securities and Commodity Exchanges" | "Security and Investigations" | "Security Guards and Patrol Services" | "Security Systems Services" | "Semiconductor Manufacturing" | "Semiconductors" | "Services for Renewable Energy" | "Services for the Elderly and Disabled" | "Services strategisch management" | "Sheet Music Publishing" | "Shipbuilding" | "Shuttles and Special Needs Transportation Services" | "Sightseeing Transportation" | "Skiing Facilities" | "Smart Meter Manufacturing" | "Soap and Cleaning Product Manufacturing" | "Social Networking Platforms" | "Software Development" | "Solar Electric Power Generation" | "Sound Recording" | "Space Research and Technology" | "Specialty Trade Contractors" | "Spectator Sports" | "Sporting Goods" | "Sporting Goods Manufacturing" | "Sports and Recreation Instruction" | "Sports Teams and Clubs" | "Spring and Wire Product Manufacturing" | "Staffing and Recruiting" | "Steam and Air-Conditioning Supply" | "Strategic Management Services" | "Subdivision of Land" | "Sugar and Confectionery Product Manufacturing" | "Surveying and Mapping Services" | "Taxi and Limousine Services" | "Technical and Vocational Training" | "Technology, Information and Internet" | "Technology, Information and Media" | "Telecommunications" | "Telecommunications Carriers" | "Telephone Call Centers" | "Temporary Help Services" | "Textile Manufacturing" | "Theater Companies" | "Think tanks" | "Think Tanks" | "Tobacco" | "Tobacco Manufacturing" | "Translation and Localization" | "Transport aérien" | "Transport maritime" | "Transportation Equipment Manufacturing" | "Transportation Programs" | "Transportation, Logistics, Supply Chain and Storage" | "Transportation/Trucking/Railroad" | "Travel Arrangements" | "Truck Transportation" | "Trusts and Estates" | "Turned Products and Fastener Manufacturing" | "Urban Transit Services" | "Utilities" | "Utilities Administration" | "Utility System Construction" | "Vehicle Repair and Maintenance" | "Venture Capital and Private Equity Principals" | "Veterinary" | "Veterinary Services" | "Vocational Rehabilitation Services" | "Warehousing" | "Warehousing and Storage" | "Waste Collection" | "Waste Treatment and Disposal" | "Water Supply and Irrigation Systems" | "Water, Waste, Steam, and Air Conditioning Services" | "Wellness and Fitness Services" | "Wholesale" | "Wholesale Alcoholic Beverages" | "Wholesale Apparel and Sewing Supplies" | "Wholesale Appliances, Electrical, and Electronics" | "Wholesale Building Materials" | "Wholesale Chemical and Allied Products" | "Wholesale Computer Equipment" | "Wholesale Drugs and Sundries" | "Wholesale Food and Beverage" | "Wholesale Footwear" | "Wholesale Furniture and Home Furnishings" | "Wholesale Hardware, Plumbing, Heating Equipment" | "Wholesale Import and Export" | "Wholesale Luxury Goods and Jewelry" | "Wholesale Machinery" | "Wholesale Metals and Minerals" | "Wholesale Motor Vehicles and Parts" | "Wholesale Paper Products" | "Wholesale Petroleum and Petroleum Products" | "Wholesale Photography Equipment and Supplies" | "Wholesale Raw Farm Products" | "Wholesale Recyclable Materials" | "Wind Electric Power Generation" | "Wine & Spirits" | "Wineries" | "Wireless Services" | "Women's Handbag Manufacturing" | "Wood Product Manufacturing" | "Writing and Editing" | "Zoos and Botanical Gardens")[];
10384
+ current_employer_estimated_revenue?: ("$0-$1M" | "$1M-$10M" | "$10M-$100M" | "$100M-$1B" | "$1B+")[];
10385
+ current_employer_founded_year?: {
10386
+ min?: number | null;
10387
+ max?: number | null;
10388
+ };
10389
+ /** @default [] */
10390
+ current_employer_investors?: string[];
10391
+ /** @default [] */
10392
+ current_employer_open_positions_titles?: string[];
10393
+ /**
10394
+ * @default {
10395
+ * "include": [],
10396
+ * "exclude": []
10397
+ * }
10398
+ */
10399
+ school_names?: {
10400
+ /** @default [] */
10401
+ include?: string[];
10402
+ /** @default [] */
10403
+ exclude?: string[];
10404
+ };
10405
+ /**
10406
+ * @default {
10407
+ * "include": [],
10408
+ * "exclude": []
10409
+ * }
10410
+ */
10411
+ current_locations?: {
10412
+ /** @default [] */
10413
+ include?: string[];
10414
+ /** @default [] */
10415
+ exclude?: string[];
10416
+ };
10417
+ };
10418
+ };
10419
+ } | {
10420
+ /** @enum {string} */
10421
+ search_id: "companies:profiles:amplemarket@1";
10422
+ connector?: {
10423
+ /**
10424
+ * @default first
10425
+ * @enum {string}
10426
+ */
10427
+ strategy?: "first";
10428
+ connections: {
10429
+ /** @enum {string} */
10430
+ type: "vault";
10431
+ connection: string;
10432
+ }[];
10433
+ } | null;
10434
+ config: {
10435
+ limit: number;
10436
+ page_number?: number | null;
10437
+ output_fields?: {
10438
+ /**
10439
+ * @description Output field 'company_name'
10440
+ * @default {
10441
+ * "alias": "",
10442
+ * "enabled": true
10443
+ * }
10444
+ */
10445
+ company_name?: {
10446
+ /**
10447
+ * @description Rename this output field. Leave empty to use default name.
10448
+ * @default
10449
+ */
10450
+ alias?: string;
10451
+ /**
10452
+ * @description Whether to include this field in the output.
10453
+ * @default true
10454
+ */
10455
+ enabled?: boolean;
10456
+ };
10457
+ /**
10458
+ * @description Output field 'company_website_url'
10459
+ * @default {
10460
+ * "alias": "",
10461
+ * "enabled": true
10462
+ * }
10463
+ */
10464
+ company_website_url?: {
10465
+ /**
10466
+ * @description Rename this output field. Leave empty to use default name.
10467
+ * @default
10468
+ */
10469
+ alias?: string;
10470
+ /**
10471
+ * @description Whether to include this field in the output.
10472
+ * @default true
10473
+ */
10474
+ enabled?: boolean;
10475
+ };
10476
+ /**
10477
+ * @description Output field 'company_description'
10478
+ * @default {
10479
+ * "alias": "",
10480
+ * "enabled": true
10481
+ * }
10482
+ */
10483
+ company_description?: {
10484
+ /**
10485
+ * @description Rename this output field. Leave empty to use default name.
10486
+ * @default
10487
+ */
10488
+ alias?: string;
10489
+ /**
10490
+ * @description Whether to include this field in the output.
10491
+ * @default true
10492
+ */
10493
+ enabled?: boolean;
10494
+ };
10495
+ /**
10496
+ * @description Output field 'company_profile_url'
10497
+ * @default {
10498
+ * "alias": "",
10499
+ * "enabled": true
10500
+ * }
10501
+ */
10502
+ company_profile_url?: {
10503
+ /**
10504
+ * @description Rename this output field. Leave empty to use default name.
10505
+ * @default
10506
+ */
10507
+ alias?: string;
10508
+ /**
10509
+ * @description Whether to include this field in the output.
10510
+ * @default true
10511
+ */
10512
+ enabled?: boolean;
10513
+ };
10514
+ /**
10515
+ * @description Output field 'amplemarket_company_match'
10516
+ * @default {
10517
+ * "alias": "",
10518
+ * "enabled": true
10519
+ * }
10520
+ */
10521
+ amplemarket_company_match?: {
10522
+ /**
10523
+ * @description Rename this output field. Leave empty to use default name.
10524
+ * @default
10525
+ */
10526
+ alias?: string;
10527
+ /**
10528
+ * @description Whether to include this field in the output.
10529
+ * @default true
10530
+ */
10531
+ enabled?: boolean;
10532
+ };
10533
+ };
10534
+ filters: {
10535
+ /**
10536
+ * @default {
10537
+ * "include": [],
10538
+ * "exclude": []
10539
+ * }
10540
+ */
10541
+ hq_locations?: {
10542
+ /** @default [] */
10543
+ include?: string[];
10544
+ /** @default [] */
10545
+ exclude?: string[];
10546
+ };
10547
+ company_names: {
10548
+ /** @default [] */
10549
+ include?: string[];
10550
+ /** @default [] */
10551
+ exclude?: string[];
10552
+ };
10553
+ company_website_urls: {
10554
+ /** @default [] */
10555
+ include?: string[];
10556
+ /** @default [] */
10557
+ exclude?: string[];
10558
+ };
10559
+ company_profile_urls: {
10560
+ /** @default [] */
10561
+ include?: string[];
10562
+ /** @default [] */
10563
+ exclude?: string[];
10564
+ };
10565
+ company_types?: ("Public Company" | "Educational" | "Self Employed" | "Government Agency" | "Non Profit" | "Self Owned" | "Privately Held" | "Partnership")[];
10566
+ /** @default [] */
10567
+ investors?: string[];
10568
+ /**
10569
+ * @default {
10570
+ * "include": [],
10571
+ * "exclude": []
10572
+ * }
10573
+ */
10574
+ company_industries?: {
10575
+ /** @default [] */
10576
+ include?: string[];
10577
+ /** @default [] */
10578
+ exclude?: string[];
10579
+ };
10580
+ customer_types?: ("b2b" | "b2c")[];
10581
+ keywords: {
10582
+ /** @default [] */
10583
+ include?: string[];
10584
+ /** @default [] */
10585
+ exclude?: string[];
10586
+ };
10587
+ revenue_groups?: ("$0-$1M" | "$1M-$10M" | "$10M-$100M" | "$100M-$1B" | "$1B+")[];
10588
+ founded_year?: {
10589
+ min?: number | null;
10590
+ max?: number | null;
10591
+ };
10592
+ /** @default [] */
10593
+ open_positions_titles?: string[];
10594
+ headcount?: ("1-10 employees" | "11-50 employees" | "51-200 employees" | "201-500 employees" | "501-1000 employees" | "1001-5000 employees" | "5001-10000 employees" | "10001+ employees")[];
10595
+ headcount_growth_last_6_months_in_percent?: {
10596
+ min?: number | null;
10597
+ max?: number | null;
10598
+ };
10599
+ };
10600
+ };
10601
+ } | null;
10602
+ SearchResponseSchema: {
10603
+ id: string;
10604
+ /** @enum {string} */
10605
+ status: "completed" | "failed" | "pending" | "processing";
10606
+ /** @enum {string} */
10607
+ search_id: "companies:profiles:crustdata@1" | "companies:profiles:amplemarket@1" | "people:profiles:crustdata@1" | "people:profiles:amplemarket@1";
10608
+ errors: {
10609
+ code: string;
10610
+ message: string;
10611
+ path?: string;
10612
+ }[];
10613
+ results: {
10614
+ [key: string]: {
10615
+ value: string | number | boolean | null | {
10616
+ [key: string]: unknown;
10617
+ } | unknown[];
10618
+ status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
10619
+ /** @enum {string} */
10620
+ type?: "string" | "number" | "boolean" | "json" | "unknown";
10621
+ /** @enum {string|null} */
10622
+ format?: "json_object" | "json_list" | "json_list_string" | "url" | "website_url" | "profile_url" | "email" | "datetime" | "currency" | "date" | "phone" | "markdown" | "text" | "int" | "decimal" | "address_line_1" | "zip_code" | "percent" | null;
10623
+ resolved_by?: {
10624
+ /** @enum {string|null} */
10625
+ ref: "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "sheet:row:append:sheet@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
10626
+ /** @enum {string|null} */
10627
+ environment: "production" | "sandbox" | null;
10628
+ config_hash: string | null;
10629
+ input_hash: string | null;
10630
+ } | null;
10631
+ /** @description A map of widgets associated with this field for UI display, keyed by widget type. */
10632
+ widgets?: {
10633
+ display_value?: {
10634
+ label?: string;
10635
+ };
10636
+ entity_logo?: {
10637
+ /**
10638
+ * Format: uri
10639
+ * @description URL to the provider's logo image.
10640
+ */
10641
+ image_url: string;
10642
+ /** @description The name of the entity. */
10643
+ entity: string;
10644
+ };
10645
+ location_indicator?: {
10646
+ /** @description Country flag emoji. */
10647
+ emoji: string;
10648
+ };
10649
+ avatar?: {
10650
+ /**
10651
+ * Format: uri
10652
+ * @description URL to the provider's logo image.
10653
+ */
10654
+ image_url: string;
10655
+ /** @description The name of the avatar owner. */
10656
+ name: string;
10657
+ };
10658
+ waterfall?: {
10659
+ attempted_providers: {
10660
+ /** @enum {string} */
10661
+ provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
10662
+ }[];
10663
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
10664
+ /** @enum {string} */
10665
+ successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
10666
+ };
10667
+ icon?: {
10668
+ /** @enum {string} */
10669
+ key: "linkedin" | "job";
10670
+ };
10671
+ action_summary?: {
10672
+ /** @enum {string} */
10673
+ result_status: "completed" | "failed";
10674
+ };
10675
+ sources?: {
10676
+ list: {
10677
+ source: string;
10678
+ description?: string;
10679
+ url: string;
10680
+ }[];
10681
+ };
10682
+ confidence?: {
10683
+ numeric: number;
10684
+ };
10685
+ };
10686
+ } | null;
10687
+ }[];
10688
+ organization_id: string;
10689
+ next_page: components["schemas"]["SearchPayloadSchema"];
10690
+ /** @enum {string|null} */
10691
+ pagination_type: "cursor" | "page_number" | null;
10692
+ total_pages: number | null;
10693
+ };
10694
+ SearchRequestSchema: {
10695
+ /**
10696
+ * @default {
10697
+ * "environment": "production",
10698
+ * "widgets": {
10699
+ * "enabled": false
10700
+ * }
10701
+ * }
10702
+ */
10703
+ config?: {
10704
+ /**
10705
+ * @default production
10706
+ * @enum {string}
10707
+ */
10708
+ environment?: "production" | "sandbox";
10709
+ /**
10710
+ * @default {
10711
+ * "enabled": false
10712
+ * }
10713
+ */
10714
+ widgets?: {
10715
+ /** @default false */
10716
+ enabled?: boolean;
10717
+ };
10718
+ };
10719
+ search: components["schemas"]["SearchPayloadSchema"] & ({
10720
+ /** @enum {string} */
10721
+ search_id: "people:profiles:crustdata@1";
10722
+ connector?: {
10723
+ /**
10724
+ * @default first
10725
+ * @enum {string}
10726
+ */
10727
+ strategy?: "first";
10728
+ connections: {
10729
+ /** @enum {string} */
10730
+ type: "vault";
10731
+ connection: string;
10732
+ }[];
10733
+ } | null;
10734
+ config: {
10735
+ limit: number;
10736
+ cursor?: string | null;
10737
+ output_fields?: {
10738
+ /**
10739
+ * @description Output field 'name'
10740
+ * @default {
10741
+ * "alias": "",
10742
+ * "enabled": true
10743
+ * }
10744
+ */
10745
+ name?: {
10746
+ /**
10747
+ * @description Rename this output field. Leave empty to use default name.
10748
+ * @default
10749
+ */
10750
+ alias?: string;
10751
+ /**
10752
+ * @description Whether to include this field in the output.
10753
+ * @default true
10754
+ */
10755
+ enabled?: boolean;
10756
+ };
10757
+ /**
10758
+ * @description Output field 'company_website_url'
10759
+ * @default {
10760
+ * "alias": "",
10761
+ * "enabled": true
10762
+ * }
10763
+ */
10764
+ company_website_url?: {
10765
+ /**
10766
+ * @description Rename this output field. Leave empty to use default name.
10767
+ * @default
10768
+ */
10769
+ alias?: string;
10770
+ /**
10771
+ * @description Whether to include this field in the output.
10772
+ * @default true
10773
+ */
10774
+ enabled?: boolean;
10775
+ };
10776
+ /**
10777
+ * @description Output field 'profile_url'
10778
+ * @default {
10779
+ * "alias": "",
10780
+ * "enabled": true
10781
+ * }
10782
+ */
10783
+ profile_url?: {
10784
+ /**
10785
+ * @description Rename this output field. Leave empty to use default name.
10786
+ * @default
10787
+ */
10788
+ alias?: string;
10789
+ /**
10790
+ * @description Whether to include this field in the output.
10791
+ * @default true
10792
+ */
10793
+ enabled?: boolean;
10794
+ };
10795
+ /**
10796
+ * @description Output field 'job_title'
10797
+ * @default {
10798
+ * "alias": "",
10799
+ * "enabled": true
10800
+ * }
10801
+ */
10802
+ job_title?: {
10803
+ /**
10804
+ * @description Rename this output field. Leave empty to use default name.
10805
+ * @default
10806
+ */
10807
+ alias?: string;
10808
+ /**
10809
+ * @description Whether to include this field in the output.
10810
+ * @default true
10811
+ */
10812
+ enabled?: boolean;
10813
+ };
10814
+ /**
10815
+ * @description Output field 'crustdata_person_match'
10816
+ * @default {
10446
10817
  * "alias": "",
10447
10818
  * "enabled": true
10448
10819
  * }
@@ -10601,33 +10972,289 @@ export interface components {
10601
10972
  * "exclude": []
10602
10973
  * }
10603
10974
  */
10604
- previous_employers_linkedin_industries?: {
10975
+ previous_employers_linkedin_industries?: {
10976
+ /** @default [] */
10977
+ include?: string[];
10978
+ /** @default [] */
10979
+ exclude?: string[];
10980
+ };
10981
+ certifications: {
10982
+ /** @default [] */
10983
+ include?: string[];
10984
+ /** @default [] */
10985
+ exclude?: string[];
10986
+ };
10987
+ honors: {
10988
+ /** @default [] */
10989
+ include?: string[];
10990
+ /** @default [] */
10991
+ exclude?: string[];
10992
+ };
10993
+ /** @default null */
10994
+ recently_changed_jobs?: boolean | null;
10995
+ /**
10996
+ * @default {
10997
+ * "include": [],
10998
+ * "exclude": []
10999
+ * }
11000
+ */
11001
+ fields_of_study?: {
11002
+ /** @default [] */
11003
+ include?: string[];
11004
+ /** @default [] */
11005
+ exclude?: string[];
11006
+ };
11007
+ /**
11008
+ * @default {
11009
+ * "include": [],
11010
+ * "exclude": []
11011
+ * }
11012
+ */
11013
+ degree_names?: {
11014
+ /** @default [] */
11015
+ include?: string[];
11016
+ /** @default [] */
11017
+ exclude?: string[];
11018
+ };
11019
+ /**
11020
+ * @default {
11021
+ * "include": [],
11022
+ * "exclude": []
11023
+ * }
11024
+ */
11025
+ school_names?: {
11026
+ /** @default [] */
11027
+ include?: string[];
11028
+ /** @default [] */
11029
+ exclude?: string[];
11030
+ };
11031
+ /**
11032
+ * @default {
11033
+ * "include": [],
11034
+ * "exclude": []
11035
+ * }
11036
+ */
11037
+ current_school_names?: {
11038
+ /** @default [] */
11039
+ include?: string[];
11040
+ /** @default [] */
11041
+ exclude?: string[];
11042
+ };
11043
+ extracurricular_activities: {
11044
+ /** @default [] */
11045
+ include?: string[];
11046
+ /** @default [] */
11047
+ exclude?: string[];
11048
+ };
11049
+ };
11050
+ };
11051
+ } | {
11052
+ /** @enum {string} */
11053
+ search_id: "companies:profiles:crustdata@1";
11054
+ connector?: {
11055
+ /**
11056
+ * @default first
11057
+ * @enum {string}
11058
+ */
11059
+ strategy?: "first";
11060
+ connections: {
11061
+ /** @enum {string} */
11062
+ type: "vault";
11063
+ connection: string;
11064
+ }[];
11065
+ } | null;
11066
+ config: {
11067
+ limit: number;
11068
+ cursor?: string | null;
11069
+ output_fields?: {
11070
+ /**
11071
+ * @description Output field 'company_name'
11072
+ * @default {
11073
+ * "alias": "",
11074
+ * "enabled": true
11075
+ * }
11076
+ */
11077
+ company_name?: {
11078
+ /**
11079
+ * @description Rename this output field. Leave empty to use default name.
11080
+ * @default
11081
+ */
11082
+ alias?: string;
11083
+ /**
11084
+ * @description Whether to include this field in the output.
11085
+ * @default true
11086
+ */
11087
+ enabled?: boolean;
11088
+ };
11089
+ /**
11090
+ * @description Output field 'company_name'
11091
+ * @default {
11092
+ * "alias": "",
11093
+ * "enabled": true
11094
+ * }
11095
+ */
11096
+ company_website_url?: {
11097
+ /**
11098
+ * @description Rename this output field. Leave empty to use default name.
11099
+ * @default
11100
+ */
11101
+ alias?: string;
11102
+ /**
11103
+ * @description Whether to include this field in the output.
11104
+ * @default true
11105
+ */
11106
+ enabled?: boolean;
11107
+ };
11108
+ /**
11109
+ * @description Output field 'company_description'
11110
+ * @default {
11111
+ * "alias": "",
11112
+ * "enabled": true
11113
+ * }
11114
+ */
11115
+ company_description?: {
11116
+ /**
11117
+ * @description Rename this output field. Leave empty to use default name.
11118
+ * @default
11119
+ */
11120
+ alias?: string;
11121
+ /**
11122
+ * @description Whether to include this field in the output.
11123
+ * @default true
11124
+ */
11125
+ enabled?: boolean;
11126
+ };
11127
+ /**
11128
+ * @description Output field 'company_profile_url'
11129
+ * @default {
11130
+ * "alias": "",
11131
+ * "enabled": true
11132
+ * }
11133
+ */
11134
+ company_profile_url?: {
11135
+ /**
11136
+ * @description Rename this output field. Leave empty to use default name.
11137
+ * @default
11138
+ */
11139
+ alias?: string;
11140
+ /**
11141
+ * @description Whether to include this field in the output.
11142
+ * @default true
11143
+ */
11144
+ enabled?: boolean;
11145
+ };
11146
+ /**
11147
+ * @description Output field 'crustdata_company_match'
11148
+ * @default {
11149
+ * "alias": "",
11150
+ * "enabled": true
11151
+ * }
11152
+ */
11153
+ crustdata_company_match?: {
11154
+ /**
11155
+ * @description Rename this output field. Leave empty to use default name.
11156
+ * @default
11157
+ */
11158
+ alias?: string;
11159
+ /**
11160
+ * @description Whether to include this field in the output.
11161
+ * @default true
11162
+ */
11163
+ enabled?: boolean;
11164
+ };
11165
+ };
11166
+ filters: {
11167
+ /**
11168
+ * @default {
11169
+ * "include": [],
11170
+ * "exclude": []
11171
+ * }
11172
+ */
11173
+ hq_locations?: {
11174
+ /** @default [] */
11175
+ include?: string[];
11176
+ /** @default [] */
11177
+ exclude?: string[];
11178
+ };
11179
+ /**
11180
+ * @default {
11181
+ * "include": [],
11182
+ * "exclude": []
11183
+ * }
11184
+ */
11185
+ crunchbase_categories?: {
11186
+ /** @default [] */
11187
+ include?: string[];
11188
+ /** @default [] */
11189
+ exclude?: string[];
11190
+ };
11191
+ /**
11192
+ * @default {
11193
+ * "include": [],
11194
+ * "exclude": []
11195
+ * }
11196
+ */
11197
+ crunchbase_investors?: {
11198
+ /** @default [] */
11199
+ include?: string[];
11200
+ /** @default [] */
11201
+ exclude?: string[];
11202
+ };
11203
+ /**
11204
+ * @default {
11205
+ * "include": [],
11206
+ * "exclude": []
11207
+ * }
11208
+ */
11209
+ tracxn_investors?: {
11210
+ /** @default [] */
11211
+ include?: string[];
11212
+ /** @default [] */
11213
+ exclude?: string[];
11214
+ };
11215
+ /**
11216
+ * @default {
11217
+ * "include": [],
11218
+ * "exclude": []
11219
+ * }
11220
+ */
11221
+ company_types?: {
10605
11222
  /** @default [] */
10606
11223
  include?: string[];
10607
11224
  /** @default [] */
10608
11225
  exclude?: string[];
10609
11226
  };
10610
- certifications: {
11227
+ /**
11228
+ * @default {
11229
+ * "include": [],
11230
+ * "exclude": []
11231
+ * }
11232
+ */
11233
+ linkedin_industries?: {
10611
11234
  /** @default [] */
10612
11235
  include?: string[];
10613
11236
  /** @default [] */
10614
11237
  exclude?: string[];
10615
11238
  };
10616
- honors: {
11239
+ /**
11240
+ * @default {
11241
+ * "include": [],
11242
+ * "exclude": []
11243
+ * }
11244
+ */
11245
+ markets?: {
10617
11246
  /** @default [] */
10618
11247
  include?: string[];
10619
11248
  /** @default [] */
10620
11249
  exclude?: string[];
10621
11250
  };
10622
- /** @default null */
10623
- recently_changed_jobs?: boolean | null;
10624
11251
  /**
10625
11252
  * @default {
10626
11253
  * "include": [],
10627
11254
  * "exclude": []
10628
11255
  * }
10629
11256
  */
10630
- fields_of_study?: {
11257
+ linkedin_categories?: {
10631
11258
  /** @default [] */
10632
11259
  include?: string[];
10633
11260
  /** @default [] */
@@ -10639,19 +11266,30 @@ export interface components {
10639
11266
  * "exclude": []
10640
11267
  * }
10641
11268
  */
10642
- degree_names?: {
11269
+ headcount?: {
10643
11270
  /** @default [] */
10644
11271
  include?: string[];
10645
11272
  /** @default [] */
10646
11273
  exclude?: string[];
10647
11274
  };
11275
+ headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
11276
+ /**
11277
+ * @default {
11278
+ * "from": null,
11279
+ * "to": null
11280
+ * }
11281
+ */
11282
+ revenue_in_usd?: {
11283
+ from?: number | null;
11284
+ to?: number | null;
11285
+ };
10648
11286
  /**
10649
11287
  * @default {
10650
11288
  * "include": [],
10651
11289
  * "exclude": []
10652
11290
  * }
10653
11291
  */
10654
- school_names?: {
11292
+ last_funding_type?: {
10655
11293
  /** @default [] */
10656
11294
  include?: string[];
10657
11295
  /** @default [] */
@@ -10659,17 +11297,23 @@ export interface components {
10659
11297
  };
10660
11298
  /**
10661
11299
  * @default {
10662
- * "include": [],
10663
- * "exclude": []
11300
+ * "from": null,
11301
+ * "to": null
10664
11302
  * }
10665
11303
  */
10666
- current_school_names?: {
11304
+ last_funding_amount?: {
11305
+ from?: number | null;
11306
+ to?: number | null;
11307
+ };
11308
+ number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
11309
+ follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
11310
+ profile_summary_keywords: {
10667
11311
  /** @default [] */
10668
11312
  include?: string[];
10669
11313
  /** @default [] */
10670
11314
  exclude?: string[];
10671
11315
  };
10672
- extracurricular_activities: {
11316
+ competitor_websites: {
10673
11317
  /** @default [] */
10674
11318
  include?: string[];
10675
11319
  /** @default [] */
@@ -10679,7 +11323,7 @@ export interface components {
10679
11323
  };
10680
11324
  } | {
10681
11325
  /** @enum {string} */
10682
- search_id: "companies:profiles:crustdata@1";
11326
+ search_id: "people:profiles:amplemarket@1";
10683
11327
  connector?: {
10684
11328
  /**
10685
11329
  * @default first
@@ -10694,16 +11338,16 @@ export interface components {
10694
11338
  } | null;
10695
11339
  config: {
10696
11340
  limit: number;
10697
- cursor?: string | null;
11341
+ page_number?: number | null;
10698
11342
  output_fields?: {
10699
11343
  /**
10700
- * @description Output field 'company_name'
11344
+ * @description Output field 'name'
10701
11345
  * @default {
10702
11346
  * "alias": "",
10703
11347
  * "enabled": true
10704
11348
  * }
10705
11349
  */
10706
- company_name?: {
11350
+ name?: {
10707
11351
  /**
10708
11352
  * @description Rename this output field. Leave empty to use default name.
10709
11353
  * @default
@@ -10716,7 +11360,7 @@ export interface components {
10716
11360
  enabled?: boolean;
10717
11361
  };
10718
11362
  /**
10719
- * @description Output field 'company_name'
11363
+ * @description Output field 'company_website_url'
10720
11364
  * @default {
10721
11365
  * "alias": "",
10722
11366
  * "enabled": true
@@ -10735,13 +11379,13 @@ export interface components {
10735
11379
  enabled?: boolean;
10736
11380
  };
10737
11381
  /**
10738
- * @description Output field 'company_description'
11382
+ * @description Output field 'profile_url'
10739
11383
  * @default {
10740
11384
  * "alias": "",
10741
11385
  * "enabled": true
10742
11386
  * }
10743
11387
  */
10744
- company_description?: {
11388
+ profile_url?: {
10745
11389
  /**
10746
11390
  * @description Rename this output field. Leave empty to use default name.
10747
11391
  * @default
@@ -10754,13 +11398,13 @@ export interface components {
10754
11398
  enabled?: boolean;
10755
11399
  };
10756
11400
  /**
10757
- * @description Output field 'company_profile_url'
11401
+ * @description Output field 'job_title'
10758
11402
  * @default {
10759
11403
  * "alias": "",
10760
11404
  * "enabled": true
10761
11405
  * }
10762
11406
  */
10763
- company_profile_url?: {
11407
+ job_title?: {
10764
11408
  /**
10765
11409
  * @description Rename this output field. Leave empty to use default name.
10766
11410
  * @default
@@ -10773,13 +11417,13 @@ export interface components {
10773
11417
  enabled?: boolean;
10774
11418
  };
10775
11419
  /**
10776
- * @description Output field 'crustdata_company_match'
11420
+ * @description Output field 'amplemarket_person_match'
10777
11421
  * @default {
10778
11422
  * "alias": "",
10779
11423
  * "enabled": true
10780
11424
  * }
10781
11425
  */
10782
- crustdata_company_match?: {
11426
+ amplemarket_person_match?: {
10783
11427
  /**
10784
11428
  * @description Rename this output field. Leave empty to use default name.
10785
11429
  * @default
@@ -10793,49 +11437,54 @@ export interface components {
10793
11437
  };
10794
11438
  };
10795
11439
  filters: {
11440
+ /** @default [] */
11441
+ person_names?: string[];
11442
+ /** @default [] */
11443
+ current_job_titles?: string[];
11444
+ current_seniority_levels?: ("Owner" | "Founder" | "C-Suite" | "Partner" | "VP" | "Head" | "Director" | "Manager" | "Senior" | "Entry" | "Intern" | "Other" | "Non-Manager" | "Founder / Owner")[];
11445
+ current_departments?: ("Senior Leadership" | "Consulting" | "Design" | "Education" | "Engineering & Technical" | "Finance" | "Human Resources" | "Information Technology" | "Legal" | "Marketing" | "Medical & Health" | "Operations" | "Product" | "Revenue")[];
11446
+ current_job_functions?: ("Account Management" | "Accounting" | "Acquisitions" | "Advertising" | "Anesthesiology" | "Application Development" | "Artificial Intelligence / Machine Learning" | "Bioengineering & Biometrics" | "Brand Management" | "Business Development" | "Business Intelligence" | "Business Service Management / ITSM" | "Call Center" | "Channel Sales" | "Chemical Engineering" | "Chiropractics" | "Clinical Systems" | "Cloud / Mobility" | "Collaboration & Web App" | "Compensation & Benefits" | "Compliance" | "Construction" | "Consultant" | "Content Marketing" | "Contracts" | "Corporate Secretary" | "Corporate Strategy" | "Culture, Diversity & Inclusion" | "Customer Experience" | "Customer Marketing" | "Customer Retention & Development" | "Customer Service / Support" | "Customer Success" | "Data Center" | "Data Science" | "Data Warehouse" | "Database Administration" | "Demand Generation" | "Dentistry" | "Dermatology" | "DevOps" | "Digital Marketing" | "Digital Transformation" | "Doctors / Physicians" | "eCommerce Development" | "eCommerce Marketing" | "eDiscovery" | "Emerging Technology / Innovation" | "Employee & Labor Relations" | "Engineering & Technical" | "Enterprise Architecture" | "Enterprise Resource Planning" | "Epidemiology" | "Ethics" | "Event Marketing" | "Executive" | "Facilities Management" | "Field / Outside Sales" | "Field Marketing" | "Finance" | "Finance Executive" | "Financial Planning & Analysis" | "Financial Reporting" | "Financial Risk" | "Financial Strategy" | "Financial Systems" | "First Responder" | "Founder" | "Governance" | "Governmental Affairs & Regulatory Law" | "Graphic / Visual / Brand Design" | "Growth" | "Health & Safety" | "Help Desk / Desktop Services" | "HR / Financial / ERP Systems" | "HR Business Partner" | "Human Resource Information System" | "Human Resources" | "Human Resources Executive" | "Industrial Engineering" | "Infectious Disease" | "Information Security" | "Information Technology" | "Information Technology Executive" | "Infrastructure" | "Inside Sales" | "Intellectual Property & Patent" | "Internal Audit & Control" | "Investor Relations" | "IT Asset Management" | "IT Audit / IT Compliance" | "IT Operations" | "IT Procurement" | "IT Strategy" | "IT Training" | "Labor & Employment" | "Lawyer / Attorney" | "Lead Generation" | "Learning & Development" | "Leasing" | "Legal" | "Legal Counsel" | "Legal Executive" | "Legal Operations" | "Litigation" | "Logistics" | "Marketing" | "Marketing Analytics / Insights" | "Marketing Communications" | "Marketing Executive" | "Marketing Operations" | "Mechanic" | "Medical & Health Executive" | "Medical Administration" | "Medical Education & Training" | "Medical Research" | "Medicine" | "Mergers & Acquisitions" | "Mobile Development" | "Networking" | "Neurology" | "Nursing" | "Nutrition & Dietetics" | "Obstetrics / Gynecology" | "Office Operations" | "Oncology" | "Operations" | "Operations Executive" | "Ophthalmology" | "Optometry" | "Organizational Development" | "Orthopedics" | "Partnerships" | "Pathology" | "Pediatrics" | "People Operations" | "Pharmacy" | "Physical Security" | "Physical Therapy" | "Principal" | "Privacy" | "Product Development" | "Product Management" | "Product Marketing" | "Product or UI/UX Design" | "Professor" | "Project & Program Management" | "Project Development" | "Project Management" | "Psychiatry" | "Psychology" | "Public Health" | "Public Relations" | "Quality Assurance" | "Quality Management" | "Radiology" | "Real Estate" | "Real Estate Finance" | "Recruiting & Talent Acquisition" | "Research & Development" | "Retail / Store Systems" | "Revenue Operations" | "Safety" | "Sales" | "Sales Enablement" | "Sales Engineering" | "Sales Executive" | "Sales Operations" | "Sales Training" | "Scrum Master / Agile Coach" | "Search Engine Optimization / Pay Per Click" | "Servers" | "Shared Services" | "Social Media Marketing" | "Social Work" | "Software Development" | "Sourcing / Procurement" | "Storage & Disaster Recovery" | "Store Operations" | "Strategic Communications" | "Superintendent" | "Supply Chain" | "Support / Technical Services" | "Talent Management" | "Tax" | "Teacher" | "Technical Marketing" | "Technician" | "Technology Operations" | "Telecommunications" | "Test / Quality Assurance" | "Treasury" | "UI / UX" | "Virtualization" | "Web Development" | "Workforce Management")[];
10796
11447
  /**
10797
11448
  * @default {
10798
11449
  * "include": [],
10799
11450
  * "exclude": []
10800
11451
  * }
10801
11452
  */
10802
- hq_locations?: {
11453
+ current_employer_locations?: {
10803
11454
  /** @default [] */
10804
11455
  include?: string[];
10805
11456
  /** @default [] */
10806
11457
  exclude?: string[];
10807
11458
  };
10808
- /**
10809
- * @default {
10810
- * "include": [],
10811
- * "exclude": []
10812
- * }
10813
- */
10814
- crunchbase_categories?: {
11459
+ current_employer_names: {
10815
11460
  /** @default [] */
10816
11461
  include?: string[];
10817
11462
  /** @default [] */
10818
11463
  exclude?: string[];
10819
11464
  };
10820
- /**
10821
- * @default {
10822
- * "include": [],
10823
- * "exclude": []
10824
- * }
10825
- */
10826
- crunchbase_investors?: {
11465
+ current_employer_website_urls: {
10827
11466
  /** @default [] */
10828
11467
  include?: string[];
10829
11468
  /** @default [] */
10830
11469
  exclude?: string[];
10831
11470
  };
11471
+ current_employer_linkedin_industries?: ("Abrasives and Nonmetallic Minerals Manufacturing" | "Accessible Architecture and Design" | "Accessible Hardware Manufacturing" | "Accommodation and Food Services" | "Accounting" | "Administration of Justice" | "Administrative and Support Services" | "Advertising Services" | "Agriculture" | "Air, Water, and Waste Program Management" | "Airlines and Aviation" | "Alternative Dispute Resolution" | "Alternative Fuel Vehicle Manufacturing" | "Alternative Medicine" | "Ambulance Services" | "Amusement Parks and Arcades" | "Animal Feed Manufacturing" | "Animation" | "Animation and Post-production" | "Apparel & Fashion" | "Apparel Manufacturing" | "Appliances, Electrical, and Electronics Manufacturing" | "Architectural and Structural Metal Manufacturing" | "Architecture and Planning" | "Armed Forces" | "Artificial Rubber and Synthetic Fiber Manufacturing" | "Artists and Writers" | "Arts" | "Arts & Crafts" | "Audio and Video Equipment Manufacturing" | "Automation Machinery Manufacturing" | "Automotive" | "Aviation & Aerospace" | "Aviation and Aerospace Component Manufacturing" | "Baked Goods Manufacturing" | "Banking" | "Bars, Taverns, and Nightclubs" | "Bed-and-Breakfasts, Hostels, Homestays" | "Beverage Manufacturing" | "Biomass Electric Power Generation" | "Biotechnology" | "Biotechnology Research" | "Blockchain Services" | "Boilers, Tanks, and Shipping Container Manufacturing" | "Book and Periodical Publishing" | "Book Publishing" | "Breweries" | "Broadcast Media Production and Distribution" | "Building Construction" | "Building Equipment Contractors" | "Building Finishing Contractors" | "Building Materials" | "Building Structure and Exterior Contractors" | "Business Consulting and Services" | "Business Content" | "Business Intelligence Platforms" | "Business Intelligence-platforms" | "Business Supplies & Equipment" | "Cable and Satellite Programming" | "Callcenters" | "Capital Markets" | "Caterer" | "Catering" | "Chemical Manufacturing" | "Chemical Raw Materials Manufacturing" | "Child Day Care Services" | "Circuses and Magic Shows" | "Civic and Social Organizations" | "Civil Engineering" | "Claims Adjusting, Actuarial Services" | "Clay and Refractory Products Manufacturing" | "Climate Data and Analytics" | "Climate Technology Product Manufacturing" | "Coal Mining" | "Collection Agencies" | "Commercial and Industrial Equipment Rental" | "Commercial and Industrial Machinery Maintenance" | "Commercial and Service Industry Machinery Manufacturing" | "Commercial Real Estate" | "Communications Equipment Manufacturing" | "Community Development and Urban Planning" | "Community Services" | "Computer and Network Security" | "Computer Games" | "Computer Hardware" | "Computer Hardware Manufacturing" | "Computer Networking" | "Computer Networking Products" | "Computerhardware" | "Computers and Electronics Manufacturing" | "Conservation Programs" | "Construction" | "Construction Hardware Manufacturing" | "Consulting outsourcing en offshoring" | "Consumer Electronics" | "Consumer Goods" | "Consumer Goods Rental" | "Consumer Services" | "Correctional Institutions" | "Cosmetics" | "Cosmetology and Barber Schools" | "Courts of Law" | "Credit Intermediation" | "Cutlery and Handtool Manufacturing" | "Dairy" | "Dairy Product Manufacturing" | "Dance Companies" | "Data Infrastructure and Analytics" | "Data Security Software Products" | "Defense & Space" | "Defense and Space Manufacturing" | "Dentists" | "Design" | "Design Services" | "Desktop Computing Software Products" | "Detailhandel meubilair en interieur" | "Digital Accessibility Services" | "Distilleries" | "E-learning" | "E-Learning" | "E-Learning Providers" | "Economic Programs" | "Education" | "Education Administration Programs" | "Education Management" | "Electric Lighting Equipment Manufacturing" | "Electric Power Generation" | "Electric Power Transmission, Control, and Distribution" | "Electrical Equipment Manufacturing" | "Electronic and Precision Equipment Maintenance" | "Embedded Software Products" | "Emergency and Relief Services" | "Engineering Services" | "Engines and Power Transmission Equipment Manufacturing" | "Enquêteurs d’assurances et services actuariels" | "Enregistrement sonore" | "Entertainment" | "Entertainment Providers" | "Environmental Quality Programs" | "Environmental Services" | "Equipment Rental Services" | "Events Services" | "Executive Offices" | "Executive Search Services" | "Fabricated Metal Products" | "Facilities Services" | "Family Planning Centers" | "Farming" | "Farming, Ranching, Forestry" | "Fashion Accessories Manufacturing" | "Financial Services" | "Fine Art" | "Fine Arts Schools" | "Fire Protection" | "Fisheries" | "Flight Training" | "Food & Beverages" | "Food and Beverage Manufacturing" | "Food and Beverage Retail" | "Food and Beverage Services" | "Food Production" | "Footwear and Leather Goods Repair" | "Footwear Manufacturing" | "Forestry and Logging" | "Fossil Fuel Electric Power Generation" | "Freight and Package Transportation" | "Fruit and Vegetable Preserves Manufacturing" | "Fuel Cell Manufacturing" | "Fundraising" | "Funds and Trusts" | "Furniture" | "Furniture and Home Furnishings Manufacturing" | "Gambling Facilities and Casinos" | "Geothermal Electric Power Generation" | "Glass Product Manufacturing" | "Glass, Ceramics and Concrete Manufacturing" | "Golf Courses and Country Clubs" | "Government Administration" | "Government Relations" | "Government Relations Services" | "Graphic Design" | "Groothandel machines" | "Ground Passenger Transportation" | "Health and Human Services" | "Health, Wellness & Fitness" | "Higher Education" | "Highway, Street, and Bridge Construction" | "Historical Sites" | "Holding Companies" | "Home Health Care Services" | "Hospitality" | "Hospitals" | "Hospitals and Health Care" | "Hotels and Motels" | "Household and Institutional Furniture Manufacturing" | "Household Appliance Manufacturing" | "Household Services" | "Housing and Community Development" | "Housing Programs" | "Human resources" | "Human Resources" | "Human Resources Services" | "HVAC and Refrigeration Equipment Manufacturing" | "Hydroelectric Power Generation" | "Import & Export" | "Import en export" | "Incassobureaus" | "Individual and Family Services" | "Industrial Automation" | "Industrial Machinery Manufacturing" | "Industries extractives" | "Industry Associations" | "Information Services" | "Information Technology & Services" | "Insurance" | "Insurance Agencies and Brokerages" | "Insurance and Employee Benefit Funds" | "Insurance Carriers" | "Interior Design" | "International Affairs" | "International Trade and Development" | "Internet Marketplace Platforms" | "Internet News" | "Internet Publishing" | "Internet-Publishing" | "Internetmedia" | "Interurban and Rural Bus Services" | "Investment Advice" | "Investment Banking" | "Investment Management" | "IT Services and IT Consulting" | "IT System Custom Software Development" | "IT System Data Services" | "IT System Design Services" | "IT System Installation and Disposal" | "IT System Operations and Maintenance" | "IT System Testing and Evaluation" | "IT System Training and Support" | "IT-services en consultancy" | "Janitorial Services" | "Landscaping Services" | "Language Schools" | "Law Enforcement" | "Law Practice" | "Legal Services" | "Legislative Offices" | "Libraries" | "LKW-Transport" | "Loan Brokers" | "Luxury Goods & Jewelry" | "Machinery Manufacturing" | "Magnetic and Optical Media Manufacturing" | "Manufacturing" | "Maritime" | "Maritime Transportation" | "Market Research" | "Marketing Services" | "Maroquinerie" | "Mattress and Blinds Manufacturing" | "Measuring and Control Instrument Manufacturing" | "Meat Products Manufacturing" | "Mechanical Or Industrial Engineering" | "Media and Telecommunications" | "Media Production" | "Medical and Diagnostic Laboratories" | "Medical Device" | "Medical Equipment Manufacturing" | "Medical Practices" | "Mental Health Care" | "Metal Ore Mining" | "Metal Treatments" | "Metal Valve, Ball, and Roller Manufacturing" | "Military and International Affairs" | "Mining" | "Mobile Computing Software Products" | "Mobile Food Services" | "Mobile Gaming Apps" | "Motor Vehicle Manufacturing" | "Movies and Sound Recording" | "Movies, Videos, and Sound" | "Museums" | "Museums, Historical Sites, and Zoos" | "Music" | "Musicians" | "Nanotechnology Research" | "Natural Gas Distribution" | "Natural Gas Extraction" | "Newspaper Publishing" | "Non-profit Organization Management" | "Non-profit Organizations" | "Nonmetallic Mineral Mining" | "Nonresidential Building Construction" | "Nuclear Electric Power Generation" | "Nursing Homes and Residential Care Facilities" | "Office Administration" | "Office Furniture and Fixtures Manufacturing" | "Oil and Gas" | "Oil Extraction" | "Oil, Gas, and Mining" | "Online and Mail Order Retail" | "Online Audio and Video Media" | "Online media" | "Online Media" | "Operations Consulting" | "Operations management consulting" | "Optometrists" | "Outpatient Care Centers" | "Outsourcing and Offshoring Consulting" | "Outsourcing/Offshoring" | "Packaging & Containers" | "Packaging and Containers Manufacturing" | "Paint, Coating, and Adhesive Manufacturing" | "Paper & Forest Products" | "Paper and Forest Product Manufacturing" | "Pension Funds" | "Performing Arts" | "Performing Arts and Spectator Sports" | "Periodical Publishing" | "Personal and Laundry Services" | "Personal Care Product Manufacturing" | "Personal Care Services" | "Pet Services" | "Pharmaceutical Manufacturing" | "Philanthropic Fundraising Services" | "Philanthropy" | "Photography" | "Physical, Occupational and Speech Therapists" | "Physicians" | "Pipeline Transportation" | "Plastics and Rubber Product Manufacturing" | "Plastics Manufacturing" | "Political Organizations" | "Postal Services" | "Primary and Secondary Education" | "Primary Metal Manufacturing" | "Printing Services" | "Professional Organizations" | "Professional Services" | "Professional Training and Coaching" | "Program Development" | "Public Assistance Programs" | "Public Health" | "Public Policy" | "Public Policy Offices" | "Public Relations and Communications Services" | "Public Safety" | "Racetracks" | "Radio and Television Broadcasting" | "Rail Transportation" | "Railroad Equipment Manufacturing" | "Ranching" | "Ranching and Fisheries" | "Real Estate" | "Real Estate Agents and Brokers" | "Real Estate and Equipment Rental Services" | "Recreational Facilities" | "Regenerative Design" | "Religious Institutions" | "Renewable Energy Equipment Manufacturing" | "Renewable Energy Power Generation" | "Renewable Energy Semiconductor Manufacturing" | "Renewables & Environment" | "Repair and Maintenance" | "Research" | "Research Services" | "Residential Building Construction" | "Restaurants" | "Restauration collective" | "Retail" | "Retail Apparel and Fashion" | "Retail Appliances, Electrical, and Electronic Equipment" | "Retail Art Dealers" | "Retail Art Supplies" | "Retail Books and Printed News" | "Retail Building Materials and Garden Equipment" | "Retail Florists" | "Retail Furniture and Home Furnishings" | "Retail Gasoline" | "Retail Groceries" | "Retail Health and Personal Care Products" | "Retail Luxury Goods and Jewelry" | "Retail Motor Vehicles" | "Retail Musical Instruments" | "Retail Office Equipment" | "Retail Office Supplies and Gifts" | "Retail Pharmacies" | "Retail Recyclable Materials & Used Merchandise" | "Reupholstery and Furniture Repair" | "Robot Manufacturing" | "Robotics engineering" | "Robotics Engineering" | "Rubber Products Manufacturing" | "Satellite Telecommunications" | "Savings Institutions" | "School and Employee Bus Services" | "Secretarial Schools" | "Securities and Commodity Exchanges" | "Security and Investigations" | "Security Guards and Patrol Services" | "Security Systems Services" | "Semiconductor Manufacturing" | "Semiconductors" | "Services for Renewable Energy" | "Services for the Elderly and Disabled" | "Services strategisch management" | "Sheet Music Publishing" | "Shipbuilding" | "Shuttles and Special Needs Transportation Services" | "Sightseeing Transportation" | "Skiing Facilities" | "Smart Meter Manufacturing" | "Soap and Cleaning Product Manufacturing" | "Social Networking Platforms" | "Software Development" | "Solar Electric Power Generation" | "Sound Recording" | "Space Research and Technology" | "Specialty Trade Contractors" | "Spectator Sports" | "Sporting Goods" | "Sporting Goods Manufacturing" | "Sports and Recreation Instruction" | "Sports Teams and Clubs" | "Spring and Wire Product Manufacturing" | "Staffing and Recruiting" | "Steam and Air-Conditioning Supply" | "Strategic Management Services" | "Subdivision of Land" | "Sugar and Confectionery Product Manufacturing" | "Surveying and Mapping Services" | "Taxi and Limousine Services" | "Technical and Vocational Training" | "Technology, Information and Internet" | "Technology, Information and Media" | "Telecommunications" | "Telecommunications Carriers" | "Telephone Call Centers" | "Temporary Help Services" | "Textile Manufacturing" | "Theater Companies" | "Think tanks" | "Think Tanks" | "Tobacco" | "Tobacco Manufacturing" | "Translation and Localization" | "Transport aérien" | "Transport maritime" | "Transportation Equipment Manufacturing" | "Transportation Programs" | "Transportation, Logistics, Supply Chain and Storage" | "Transportation/Trucking/Railroad" | "Travel Arrangements" | "Truck Transportation" | "Trusts and Estates" | "Turned Products and Fastener Manufacturing" | "Urban Transit Services" | "Utilities" | "Utilities Administration" | "Utility System Construction" | "Vehicle Repair and Maintenance" | "Venture Capital and Private Equity Principals" | "Veterinary" | "Veterinary Services" | "Vocational Rehabilitation Services" | "Warehousing" | "Warehousing and Storage" | "Waste Collection" | "Waste Treatment and Disposal" | "Water Supply and Irrigation Systems" | "Water, Waste, Steam, and Air Conditioning Services" | "Wellness and Fitness Services" | "Wholesale" | "Wholesale Alcoholic Beverages" | "Wholesale Apparel and Sewing Supplies" | "Wholesale Appliances, Electrical, and Electronics" | "Wholesale Building Materials" | "Wholesale Chemical and Allied Products" | "Wholesale Computer Equipment" | "Wholesale Drugs and Sundries" | "Wholesale Food and Beverage" | "Wholesale Footwear" | "Wholesale Furniture and Home Furnishings" | "Wholesale Hardware, Plumbing, Heating Equipment" | "Wholesale Import and Export" | "Wholesale Luxury Goods and Jewelry" | "Wholesale Machinery" | "Wholesale Metals and Minerals" | "Wholesale Motor Vehicles and Parts" | "Wholesale Paper Products" | "Wholesale Petroleum and Petroleum Products" | "Wholesale Photography Equipment and Supplies" | "Wholesale Raw Farm Products" | "Wholesale Recyclable Materials" | "Wind Electric Power Generation" | "Wine & Spirits" | "Wineries" | "Wireless Services" | "Women's Handbag Manufacturing" | "Wood Product Manufacturing" | "Writing and Editing" | "Zoos and Botanical Gardens")[];
11472
+ current_employer_estimated_revenue?: ("$0-$1M" | "$1M-$10M" | "$10M-$100M" | "$100M-$1B" | "$1B+")[];
11473
+ current_employer_founded_year?: {
11474
+ min?: number | null;
11475
+ max?: number | null;
11476
+ };
11477
+ /** @default [] */
11478
+ current_employer_investors?: string[];
11479
+ /** @default [] */
11480
+ current_employer_open_positions_titles?: string[];
10832
11481
  /**
10833
11482
  * @default {
10834
11483
  * "include": [],
10835
11484
  * "exclude": []
10836
11485
  * }
10837
11486
  */
10838
- tracxn_investors?: {
11487
+ school_names?: {
10839
11488
  /** @default [] */
10840
11489
  include?: string[];
10841
11490
  /** @default [] */
@@ -10847,107 +11496,194 @@ export interface components {
10847
11496
  * "exclude": []
10848
11497
  * }
10849
11498
  */
10850
- company_types?: {
11499
+ current_locations?: {
10851
11500
  /** @default [] */
10852
11501
  include?: string[];
10853
11502
  /** @default [] */
10854
11503
  exclude?: string[];
10855
11504
  };
11505
+ };
11506
+ };
11507
+ } | {
11508
+ /** @enum {string} */
11509
+ search_id: "companies:profiles:amplemarket@1";
11510
+ connector?: {
11511
+ /**
11512
+ * @default first
11513
+ * @enum {string}
11514
+ */
11515
+ strategy?: "first";
11516
+ connections: {
11517
+ /** @enum {string} */
11518
+ type: "vault";
11519
+ connection: string;
11520
+ }[];
11521
+ } | null;
11522
+ config: {
11523
+ limit: number;
11524
+ page_number?: number | null;
11525
+ output_fields?: {
10856
11526
  /**
11527
+ * @description Output field 'company_name'
10857
11528
  * @default {
10858
- * "include": [],
10859
- * "exclude": []
11529
+ * "alias": "",
11530
+ * "enabled": true
10860
11531
  * }
10861
11532
  */
10862
- linkedin_industries?: {
10863
- /** @default [] */
10864
- include?: string[];
10865
- /** @default [] */
10866
- exclude?: string[];
11533
+ company_name?: {
11534
+ /**
11535
+ * @description Rename this output field. Leave empty to use default name.
11536
+ * @default
11537
+ */
11538
+ alias?: string;
11539
+ /**
11540
+ * @description Whether to include this field in the output.
11541
+ * @default true
11542
+ */
11543
+ enabled?: boolean;
10867
11544
  };
10868
11545
  /**
11546
+ * @description Output field 'company_website_url'
10869
11547
  * @default {
10870
- * "include": [],
10871
- * "exclude": []
11548
+ * "alias": "",
11549
+ * "enabled": true
10872
11550
  * }
10873
11551
  */
10874
- markets?: {
10875
- /** @default [] */
10876
- include?: string[];
10877
- /** @default [] */
10878
- exclude?: string[];
11552
+ company_website_url?: {
11553
+ /**
11554
+ * @description Rename this output field. Leave empty to use default name.
11555
+ * @default
11556
+ */
11557
+ alias?: string;
11558
+ /**
11559
+ * @description Whether to include this field in the output.
11560
+ * @default true
11561
+ */
11562
+ enabled?: boolean;
10879
11563
  };
10880
11564
  /**
11565
+ * @description Output field 'company_description'
10881
11566
  * @default {
10882
- * "include": [],
10883
- * "exclude": []
11567
+ * "alias": "",
11568
+ * "enabled": true
10884
11569
  * }
10885
11570
  */
10886
- linkedin_categories?: {
10887
- /** @default [] */
10888
- include?: string[];
10889
- /** @default [] */
10890
- exclude?: string[];
11571
+ company_description?: {
11572
+ /**
11573
+ * @description Rename this output field. Leave empty to use default name.
11574
+ * @default
11575
+ */
11576
+ alias?: string;
11577
+ /**
11578
+ * @description Whether to include this field in the output.
11579
+ * @default true
11580
+ */
11581
+ enabled?: boolean;
10891
11582
  };
10892
11583
  /**
11584
+ * @description Output field 'company_profile_url'
10893
11585
  * @default {
10894
- * "include": [],
10895
- * "exclude": []
11586
+ * "alias": "",
11587
+ * "enabled": true
10896
11588
  * }
10897
11589
  */
10898
- headcount?: {
10899
- /** @default [] */
10900
- include?: string[];
10901
- /** @default [] */
10902
- exclude?: string[];
11590
+ company_profile_url?: {
11591
+ /**
11592
+ * @description Rename this output field. Leave empty to use default name.
11593
+ * @default
11594
+ */
11595
+ alias?: string;
11596
+ /**
11597
+ * @description Whether to include this field in the output.
11598
+ * @default true
11599
+ */
11600
+ enabled?: boolean;
10903
11601
  };
10904
- headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
10905
11602
  /**
11603
+ * @description Output field 'amplemarket_company_match'
10906
11604
  * @default {
10907
- * "from": null,
10908
- * "to": null
11605
+ * "alias": "",
11606
+ * "enabled": true
10909
11607
  * }
10910
11608
  */
10911
- revenue_in_usd?: {
10912
- from?: number | null;
10913
- to?: number | null;
11609
+ amplemarket_company_match?: {
11610
+ /**
11611
+ * @description Rename this output field. Leave empty to use default name.
11612
+ * @default
11613
+ */
11614
+ alias?: string;
11615
+ /**
11616
+ * @description Whether to include this field in the output.
11617
+ * @default true
11618
+ */
11619
+ enabled?: boolean;
10914
11620
  };
11621
+ };
11622
+ filters: {
10915
11623
  /**
10916
11624
  * @default {
10917
11625
  * "include": [],
10918
11626
  * "exclude": []
10919
11627
  * }
10920
11628
  */
10921
- last_funding_type?: {
11629
+ hq_locations?: {
11630
+ /** @default [] */
11631
+ include?: string[];
11632
+ /** @default [] */
11633
+ exclude?: string[];
11634
+ };
11635
+ company_names: {
11636
+ /** @default [] */
11637
+ include?: string[];
11638
+ /** @default [] */
11639
+ exclude?: string[];
11640
+ };
11641
+ company_website_urls: {
11642
+ /** @default [] */
11643
+ include?: string[];
11644
+ /** @default [] */
11645
+ exclude?: string[];
11646
+ };
11647
+ company_profile_urls: {
10922
11648
  /** @default [] */
10923
11649
  include?: string[];
10924
11650
  /** @default [] */
10925
11651
  exclude?: string[];
10926
11652
  };
11653
+ company_types?: ("Public Company" | "Educational" | "Self Employed" | "Government Agency" | "Non Profit" | "Self Owned" | "Privately Held" | "Partnership")[];
11654
+ /** @default [] */
11655
+ investors?: string[];
10927
11656
  /**
10928
11657
  * @default {
10929
- * "from": null,
10930
- * "to": null
11658
+ * "include": [],
11659
+ * "exclude": []
10931
11660
  * }
10932
11661
  */
10933
- last_funding_amount?: {
10934
- from?: number | null;
10935
- to?: number | null;
10936
- };
10937
- number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
10938
- follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
10939
- profile_summary_keywords: {
11662
+ company_industries?: {
10940
11663
  /** @default [] */
10941
11664
  include?: string[];
10942
11665
  /** @default [] */
10943
11666
  exclude?: string[];
10944
11667
  };
10945
- competitor_websites: {
11668
+ customer_types?: ("b2b" | "b2c")[];
11669
+ keywords: {
10946
11670
  /** @default [] */
10947
11671
  include?: string[];
10948
11672
  /** @default [] */
10949
11673
  exclude?: string[];
10950
11674
  };
11675
+ revenue_groups?: ("$0-$1M" | "$1M-$10M" | "$10M-$100M" | "$100M-$1B" | "$1B+")[];
11676
+ founded_year?: {
11677
+ min?: number | null;
11678
+ max?: number | null;
11679
+ };
11680
+ /** @default [] */
11681
+ open_positions_titles?: string[];
11682
+ headcount?: ("1-10 employees" | "11-50 employees" | "51-200 employees" | "201-500 employees" | "501-1000 employees" | "1001-5000 employees" | "5001-10000 employees" | "10001+ employees")[];
11683
+ headcount_growth_last_6_months_in_percent?: {
11684
+ min?: number | null;
11685
+ max?: number | null;
11686
+ };
10951
11687
  };
10952
11688
  };
10953
11689
  });
@@ -11012,11 +11748,11 @@ export interface components {
11012
11748
  waterfall?: {
11013
11749
  attempted_providers: {
11014
11750
  /** @enum {string} */
11015
- provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
11751
+ provider: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
11016
11752
  }[];
11017
- available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
11753
+ available_providers: ("pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket")[];
11018
11754
  /** @enum {string} */
11019
- successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
11755
+ successful_provider?: "pipe0" | "findymail" | "crustdata" | "hunter" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "mixrank" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev" | "amplemarket";
11020
11756
  };
11021
11757
  icon?: {
11022
11758
  /** @enum {string} */