@pipe0/client 0.1.22 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/generated/openapi.types.d.mts +979 -419
- package/dist/generated/openapi.types.d.mts.map +1 -1
- package/dist/pipe0.d.mts +2 -1
- package/dist/pipe0.d.mts.map +1 -1
- package/package.json +1 -1
|
@@ -1290,7 +1290,7 @@ interface paths {
|
|
|
1290
1290
|
requestBody: {
|
|
1291
1291
|
content: {
|
|
1292
1292
|
"application/json": {
|
|
1293
|
-
/** @enum {string} */search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
|
|
1293
|
+
/** @enum {string} */search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:crustdata@3" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
|
|
1294
1294
|
/**
|
|
1295
1295
|
* @default production
|
|
1296
1296
|
* @enum {string}
|
|
@@ -3176,6 +3176,7 @@ interface components {
|
|
|
3176
3176
|
example_value?: unknown;
|
|
3177
3177
|
schema?: unknown;
|
|
3178
3178
|
} | null;
|
|
3179
|
+
order?: number | null;
|
|
3179
3180
|
};
|
|
3180
3181
|
};
|
|
3181
3182
|
PipePayload: {
|
|
@@ -20401,7 +20402,7 @@ interface components {
|
|
|
20401
20402
|
};
|
|
20402
20403
|
};
|
|
20403
20404
|
} | {
|
|
20404
|
-
/** @enum {string} */search_id: "
|
|
20405
|
+
/** @enum {string} */search_id: "companies:profiles:crustdata@3";
|
|
20405
20406
|
connector?: {
|
|
20406
20407
|
/**
|
|
20407
20408
|
* @default first
|
|
@@ -20414,17 +20415,17 @@ interface components {
|
|
|
20414
20415
|
}[];
|
|
20415
20416
|
} | null;
|
|
20416
20417
|
config: {
|
|
20417
|
-
/** @description Max number of search results */limit
|
|
20418
|
-
|
|
20418
|
+
/** @description Max number of search results per page */limit?: unknown; /** @description Pagination cursor */
|
|
20419
|
+
cursor?: string | null;
|
|
20419
20420
|
output_fields?: {
|
|
20420
20421
|
/**
|
|
20421
|
-
* @description Output field '
|
|
20422
|
+
* @description Output field 'company_name'
|
|
20422
20423
|
* @default {
|
|
20423
20424
|
* "alias": "",
|
|
20424
20425
|
* "enabled": true
|
|
20425
20426
|
* }
|
|
20426
20427
|
*/
|
|
20427
|
-
|
|
20428
|
+
company_name?: {
|
|
20428
20429
|
/**
|
|
20429
20430
|
* @description Rename this output field. Leave empty to use default name.
|
|
20430
20431
|
* @default
|
|
@@ -20437,13 +20438,13 @@ interface components {
|
|
|
20437
20438
|
enabled?: boolean;
|
|
20438
20439
|
};
|
|
20439
20440
|
/**
|
|
20440
|
-
* @description Output field '
|
|
20441
|
+
* @description Output field 'company_domain'
|
|
20441
20442
|
* @default {
|
|
20442
20443
|
* "alias": "",
|
|
20443
20444
|
* "enabled": true
|
|
20444
20445
|
* }
|
|
20445
20446
|
*/
|
|
20446
|
-
|
|
20447
|
+
company_domain?: {
|
|
20447
20448
|
/**
|
|
20448
20449
|
* @description Rename this output field. Leave empty to use default name.
|
|
20449
20450
|
* @default
|
|
@@ -20456,13 +20457,13 @@ interface components {
|
|
|
20456
20457
|
enabled?: boolean;
|
|
20457
20458
|
};
|
|
20458
20459
|
/**
|
|
20459
|
-
* @description Output field '
|
|
20460
|
+
* @description Output field 'company_profile_url'
|
|
20460
20461
|
* @default {
|
|
20461
20462
|
* "alias": "",
|
|
20462
20463
|
* "enabled": true
|
|
20463
20464
|
* }
|
|
20464
20465
|
*/
|
|
20465
|
-
|
|
20466
|
+
company_profile_url?: {
|
|
20466
20467
|
/**
|
|
20467
20468
|
* @description Rename this output field. Leave empty to use default name.
|
|
20468
20469
|
* @default
|
|
@@ -20475,13 +20476,13 @@ interface components {
|
|
|
20475
20476
|
enabled?: boolean;
|
|
20476
20477
|
};
|
|
20477
20478
|
/**
|
|
20478
|
-
* @description Output field '
|
|
20479
|
+
* @description Output field 'crustdata_company_match_v2'
|
|
20479
20480
|
* @default {
|
|
20480
20481
|
* "alias": "",
|
|
20481
20482
|
* "enabled": true
|
|
20482
20483
|
* }
|
|
20483
20484
|
*/
|
|
20484
|
-
|
|
20485
|
+
crustdata_company_match_v2?: {
|
|
20485
20486
|
/**
|
|
20486
20487
|
* @description Rename this output field. Leave empty to use default name.
|
|
20487
20488
|
* @default
|
|
@@ -20493,49 +20494,57 @@ interface components {
|
|
|
20493
20494
|
*/
|
|
20494
20495
|
enabled?: boolean;
|
|
20495
20496
|
};
|
|
20497
|
+
};
|
|
20498
|
+
filters: {
|
|
20496
20499
|
/**
|
|
20497
|
-
* @description Output field 'amplemarket_person_match'
|
|
20498
20500
|
* @default {
|
|
20499
|
-
* "
|
|
20500
|
-
* "
|
|
20501
|
+
* "include": [],
|
|
20502
|
+
* "exclude": []
|
|
20501
20503
|
* }
|
|
20502
20504
|
*/
|
|
20503
|
-
|
|
20504
|
-
/**
|
|
20505
|
-
|
|
20506
|
-
* @default
|
|
20507
|
-
*/
|
|
20508
|
-
alias?: string;
|
|
20509
|
-
/**
|
|
20510
|
-
* @description Whether to include this field in the output.
|
|
20511
|
-
* @default true
|
|
20512
|
-
*/
|
|
20513
|
-
enabled?: boolean;
|
|
20505
|
+
company_names?: {
|
|
20506
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
20507
|
+
exclude?: string[];
|
|
20514
20508
|
};
|
|
20515
|
-
};
|
|
20516
|
-
filters: {
|
|
20517
|
-
/** @default [] */person_names?: string[];
|
|
20518
20509
|
/**
|
|
20519
20510
|
* @default {
|
|
20520
20511
|
* "include": [],
|
|
20521
20512
|
* "exclude": []
|
|
20522
20513
|
* }
|
|
20523
20514
|
*/
|
|
20524
|
-
|
|
20515
|
+
company_domains?: {
|
|
20516
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
20517
|
+
exclude?: string[];
|
|
20518
|
+
};
|
|
20519
|
+
/**
|
|
20520
|
+
* @default {
|
|
20521
|
+
* "include": [],
|
|
20522
|
+
* "exclude": []
|
|
20523
|
+
* }
|
|
20524
|
+
*/
|
|
20525
|
+
company_profile_urls?: {
|
|
20525
20526
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20526
20527
|
exclude?: string[];
|
|
20527
20528
|
}; /** @default [] */
|
|
20528
|
-
|
|
20529
|
-
|
|
20530
|
-
|
|
20531
|
-
|
|
20529
|
+
company_types?: ("Public Company" | "Privately Held" | "Nonprofit" | "Educational Institution" | "Partnership" | "Self-Employed" | "Sole Proprietorship" | "Government Agency")[];
|
|
20530
|
+
/**
|
|
20531
|
+
* @default {
|
|
20532
|
+
* "from": null,
|
|
20533
|
+
* "to": null
|
|
20534
|
+
* }
|
|
20535
|
+
*/
|
|
20536
|
+
year_founded?: {
|
|
20537
|
+
from?: number | null;
|
|
20538
|
+
to?: number | null;
|
|
20539
|
+
}; /** @default [] */
|
|
20540
|
+
hq_locations?: string[];
|
|
20532
20541
|
/**
|
|
20533
20542
|
* @default {
|
|
20534
20543
|
* "include": [],
|
|
20535
20544
|
* "exclude": []
|
|
20536
20545
|
* }
|
|
20537
20546
|
*/
|
|
20538
|
-
|
|
20547
|
+
hq_countries?: {
|
|
20539
20548
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20540
20549
|
exclude?: string[];
|
|
20541
20550
|
};
|
|
@@ -20545,7 +20554,7 @@ interface components {
|
|
|
20545
20554
|
* "exclude": []
|
|
20546
20555
|
* }
|
|
20547
20556
|
*/
|
|
20548
|
-
|
|
20557
|
+
industries?: {
|
|
20549
20558
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20550
20559
|
exclude?: string[];
|
|
20551
20560
|
};
|
|
@@ -20555,38 +20564,125 @@ interface components {
|
|
|
20555
20564
|
* "exclude": []
|
|
20556
20565
|
* }
|
|
20557
20566
|
*/
|
|
20558
|
-
|
|
20567
|
+
categories?: {
|
|
20568
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
20569
|
+
exclude?: string[];
|
|
20570
|
+
};
|
|
20571
|
+
/**
|
|
20572
|
+
* @description Matches the speciality tags a company lists on its profile. Includes match fuzzily; excludes remove exact tags only.
|
|
20573
|
+
* @default {
|
|
20574
|
+
* "include": [],
|
|
20575
|
+
* "exclude": []
|
|
20576
|
+
* }
|
|
20577
|
+
*/
|
|
20578
|
+
specialities_keywords?: {
|
|
20559
20579
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20560
20580
|
exclude?: string[];
|
|
20561
20581
|
}; /** @default [] */
|
|
20562
|
-
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")[]; /** @default [] */
|
|
20563
|
-
|
|
20582
|
+
headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[]; /** @default [] */
|
|
20583
|
+
engineering_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[]; /** @default [] */
|
|
20584
|
+
sales_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[];
|
|
20564
20585
|
/**
|
|
20586
|
+
* @description Negative values match shrinking companies.
|
|
20565
20587
|
* @default {
|
|
20566
|
-
* "
|
|
20567
|
-
* "
|
|
20588
|
+
* "from": null,
|
|
20589
|
+
* "to": null
|
|
20568
20590
|
* }
|
|
20569
20591
|
*/
|
|
20570
|
-
|
|
20571
|
-
|
|
20572
|
-
|
|
20592
|
+
headcount_growth_l6m_in_percent?: {
|
|
20593
|
+
from?: number | null;
|
|
20594
|
+
to?: number | null;
|
|
20595
|
+
};
|
|
20596
|
+
/**
|
|
20597
|
+
* @default {
|
|
20598
|
+
* "from": null,
|
|
20599
|
+
* "to": null
|
|
20600
|
+
* }
|
|
20601
|
+
*/
|
|
20602
|
+
revenue_in_usd?: {
|
|
20603
|
+
from?: number | null;
|
|
20604
|
+
to?: number | null;
|
|
20573
20605
|
}; /** @default [] */
|
|
20574
|
-
|
|
20575
|
-
|
|
20606
|
+
last_funding_round_types?: ("angel" | "convertible_note" | "corporate_round" | "debt_financing" | "equity_crowdfunding" | "grant" | "initial_coin_offering" | "non_equity_assistance" | "post_ipo_debt" | "post_ipo_equity" | "post_ipo_secondary" | "pre_seed" | "private_equity" | "product_crowdfunding" | "secondary_market" | "seed" | "series_a" | "series_b" | "series_c" | "series_d" | "series_e" | "series_f" | "series_g" | "series_h" | "series_i" | "series_j" | "series_unknown" | "undisclosed")[];
|
|
20607
|
+
/**
|
|
20608
|
+
* @description Only companies whose latest funding round closed within this time window.
|
|
20609
|
+
* @default
|
|
20610
|
+
*/
|
|
20611
|
+
last_funding_within?: string;
|
|
20612
|
+
/**
|
|
20613
|
+
* @default {
|
|
20614
|
+
* "from": null,
|
|
20615
|
+
* "to": null
|
|
20616
|
+
* }
|
|
20617
|
+
*/
|
|
20618
|
+
last_funding_amount_in_usd?: {
|
|
20619
|
+
from?: number | null;
|
|
20620
|
+
to?: number | null;
|
|
20621
|
+
};
|
|
20622
|
+
/**
|
|
20623
|
+
* @default {
|
|
20624
|
+
* "from": null,
|
|
20625
|
+
* "to": null
|
|
20626
|
+
* }
|
|
20627
|
+
*/
|
|
20628
|
+
total_funding_amount_in_usd?: {
|
|
20629
|
+
from?: number | null;
|
|
20630
|
+
to?: number | null;
|
|
20631
|
+
};
|
|
20576
20632
|
/**
|
|
20633
|
+
* @description Investor names as Crustdata records them, e.g. "Sequoia Capital".
|
|
20577
20634
|
* @default {
|
|
20578
20635
|
* "include": [],
|
|
20579
20636
|
* "exclude": []
|
|
20580
20637
|
* }
|
|
20581
20638
|
*/
|
|
20582
|
-
|
|
20639
|
+
investors?: {
|
|
20640
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
20641
|
+
exclude?: string[];
|
|
20642
|
+
}; /** @default null */
|
|
20643
|
+
is_acquired?: boolean | null;
|
|
20644
|
+
/**
|
|
20645
|
+
* @description Only companies that went public within this time window.
|
|
20646
|
+
* @default
|
|
20647
|
+
*/
|
|
20648
|
+
ipo_within?: string;
|
|
20649
|
+
/**
|
|
20650
|
+
* @default {
|
|
20651
|
+
* "include": [],
|
|
20652
|
+
* "exclude": []
|
|
20653
|
+
* }
|
|
20654
|
+
*/
|
|
20655
|
+
markets?: {
|
|
20583
20656
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20584
20657
|
exclude?: string[];
|
|
20658
|
+
}; /** @default [] */
|
|
20659
|
+
follower_count_brackets?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
|
|
20660
|
+
/**
|
|
20661
|
+
* @description Negative values match shrinking audiences.
|
|
20662
|
+
* @default {
|
|
20663
|
+
* "from": null,
|
|
20664
|
+
* "to": null
|
|
20665
|
+
* }
|
|
20666
|
+
*/
|
|
20667
|
+
follower_growth_l6m_in_percent?: {
|
|
20668
|
+
from?: number | null;
|
|
20669
|
+
to?: number | null;
|
|
20585
20670
|
};
|
|
20671
|
+
/**
|
|
20672
|
+
* @default {
|
|
20673
|
+
* "include": [],
|
|
20674
|
+
* "exclude": []
|
|
20675
|
+
* }
|
|
20676
|
+
*/
|
|
20677
|
+
technologies?: {
|
|
20678
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
20679
|
+
exclude?: string[];
|
|
20680
|
+
}; /** @default [] */
|
|
20681
|
+
competitor_domains?: string[];
|
|
20586
20682
|
};
|
|
20587
20683
|
};
|
|
20588
20684
|
} | {
|
|
20589
|
-
/** @enum {string} */search_id: "people:profiles:amplemarket@
|
|
20685
|
+
/** @enum {string} */search_id: "people:profiles:amplemarket@1";
|
|
20590
20686
|
connector?: {
|
|
20591
20687
|
/**
|
|
20592
20688
|
* @default first
|
|
@@ -20599,7 +20695,7 @@ interface components {
|
|
|
20599
20695
|
}[];
|
|
20600
20696
|
} | null;
|
|
20601
20697
|
config: {
|
|
20602
|
-
/** @description Max number of search results
|
|
20698
|
+
/** @description Max number of search results */limit: unknown;
|
|
20603
20699
|
page_number?: unknown;
|
|
20604
20700
|
output_fields?: {
|
|
20605
20701
|
/**
|
|
@@ -20622,13 +20718,13 @@ interface components {
|
|
|
20622
20718
|
enabled?: boolean;
|
|
20623
20719
|
};
|
|
20624
20720
|
/**
|
|
20625
|
-
* @description Output field '
|
|
20721
|
+
* @description Output field 'company_website_url'
|
|
20626
20722
|
* @default {
|
|
20627
20723
|
* "alias": "",
|
|
20628
20724
|
* "enabled": true
|
|
20629
20725
|
* }
|
|
20630
20726
|
*/
|
|
20631
|
-
|
|
20727
|
+
company_website_url?: {
|
|
20632
20728
|
/**
|
|
20633
20729
|
* @description Rename this output field. Leave empty to use default name.
|
|
20634
20730
|
* @default
|
|
@@ -20740,7 +20836,7 @@ interface components {
|
|
|
20740
20836
|
* "exclude": []
|
|
20741
20837
|
* }
|
|
20742
20838
|
*/
|
|
20743
|
-
|
|
20839
|
+
current_employer_website_urls?: {
|
|
20744
20840
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20745
20841
|
exclude?: string[];
|
|
20746
20842
|
}; /** @default [] */
|
|
@@ -20757,7 +20853,7 @@ interface components {
|
|
|
20757
20853
|
max?: number | null;
|
|
20758
20854
|
}; /** @default [] */
|
|
20759
20855
|
current_employer_investors?: string[]; /** @default [] */
|
|
20760
|
-
|
|
20856
|
+
current_employer_open_positions_titles?: string[];
|
|
20761
20857
|
/**
|
|
20762
20858
|
* @default {
|
|
20763
20859
|
* "include": [],
|
|
@@ -20771,7 +20867,7 @@ interface components {
|
|
|
20771
20867
|
};
|
|
20772
20868
|
};
|
|
20773
20869
|
} | {
|
|
20774
|
-
/** @enum {string} */search_id: "
|
|
20870
|
+
/** @enum {string} */search_id: "people:profiles:amplemarket@2";
|
|
20775
20871
|
connector?: {
|
|
20776
20872
|
/**
|
|
20777
20873
|
* @default first
|
|
@@ -20784,17 +20880,17 @@ interface components {
|
|
|
20784
20880
|
}[];
|
|
20785
20881
|
} | null;
|
|
20786
20882
|
config: {
|
|
20787
|
-
/** @description Max number of search results */limit
|
|
20883
|
+
/** @description Max number of search results per page */limit?: unknown;
|
|
20788
20884
|
page_number?: unknown;
|
|
20789
20885
|
output_fields?: {
|
|
20790
20886
|
/**
|
|
20791
|
-
* @description Output field '
|
|
20887
|
+
* @description Output field 'name'
|
|
20792
20888
|
* @default {
|
|
20793
20889
|
* "alias": "",
|
|
20794
20890
|
* "enabled": true
|
|
20795
20891
|
* }
|
|
20796
20892
|
*/
|
|
20797
|
-
|
|
20893
|
+
name?: {
|
|
20798
20894
|
/**
|
|
20799
20895
|
* @description Rename this output field. Leave empty to use default name.
|
|
20800
20896
|
* @default
|
|
@@ -20807,13 +20903,13 @@ interface components {
|
|
|
20807
20903
|
enabled?: boolean;
|
|
20808
20904
|
};
|
|
20809
20905
|
/**
|
|
20810
|
-
* @description Output field '
|
|
20906
|
+
* @description Output field 'company_domain'
|
|
20811
20907
|
* @default {
|
|
20812
20908
|
* "alias": "",
|
|
20813
20909
|
* "enabled": true
|
|
20814
20910
|
* }
|
|
20815
20911
|
*/
|
|
20816
|
-
|
|
20912
|
+
company_domain?: {
|
|
20817
20913
|
/**
|
|
20818
20914
|
* @description Rename this output field. Leave empty to use default name.
|
|
20819
20915
|
* @default
|
|
@@ -20826,13 +20922,13 @@ interface components {
|
|
|
20826
20922
|
enabled?: boolean;
|
|
20827
20923
|
};
|
|
20828
20924
|
/**
|
|
20829
|
-
* @description Output field '
|
|
20925
|
+
* @description Output field 'profile_url'
|
|
20830
20926
|
* @default {
|
|
20831
20927
|
* "alias": "",
|
|
20832
20928
|
* "enabled": true
|
|
20833
20929
|
* }
|
|
20834
20930
|
*/
|
|
20835
|
-
|
|
20931
|
+
profile_url?: {
|
|
20836
20932
|
/**
|
|
20837
20933
|
* @description Rename this output field. Leave empty to use default name.
|
|
20838
20934
|
* @default
|
|
@@ -20845,13 +20941,13 @@ interface components {
|
|
|
20845
20941
|
enabled?: boolean;
|
|
20846
20942
|
};
|
|
20847
20943
|
/**
|
|
20848
|
-
* @description Output field '
|
|
20944
|
+
* @description Output field 'job_title'
|
|
20849
20945
|
* @default {
|
|
20850
20946
|
* "alias": "",
|
|
20851
20947
|
* "enabled": true
|
|
20852
20948
|
* }
|
|
20853
20949
|
*/
|
|
20854
|
-
|
|
20950
|
+
job_title?: {
|
|
20855
20951
|
/**
|
|
20856
20952
|
* @description Rename this output field. Leave empty to use default name.
|
|
20857
20953
|
* @default
|
|
@@ -20864,13 +20960,13 @@ interface components {
|
|
|
20864
20960
|
enabled?: boolean;
|
|
20865
20961
|
};
|
|
20866
20962
|
/**
|
|
20867
|
-
* @description Output field '
|
|
20963
|
+
* @description Output field 'amplemarket_person_match'
|
|
20868
20964
|
* @default {
|
|
20869
20965
|
* "alias": "",
|
|
20870
20966
|
* "enabled": true
|
|
20871
20967
|
* }
|
|
20872
20968
|
*/
|
|
20873
|
-
|
|
20969
|
+
amplemarket_person_match?: {
|
|
20874
20970
|
/**
|
|
20875
20971
|
* @description Rename this output field. Leave empty to use default name.
|
|
20876
20972
|
* @default
|
|
@@ -20884,23 +20980,28 @@ interface components {
|
|
|
20884
20980
|
};
|
|
20885
20981
|
};
|
|
20886
20982
|
filters: {
|
|
20983
|
+
/** @default */person_name?: string | null;
|
|
20887
20984
|
/**
|
|
20888
20985
|
* @default {
|
|
20889
20986
|
* "include": [],
|
|
20890
20987
|
* "exclude": []
|
|
20891
20988
|
* }
|
|
20892
20989
|
*/
|
|
20893
|
-
|
|
20990
|
+
current_locations?: {
|
|
20894
20991
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20895
20992
|
exclude?: string[];
|
|
20896
|
-
};
|
|
20993
|
+
}; /** @default [] */
|
|
20994
|
+
current_job_titles?: string[]; /** @default [] */
|
|
20995
|
+
current_seniority_levels?: ("Owner" | "Founder" | "C-Suite" | "Partner" | "VP" | "Head" | "Director" | "Manager" | "Senior" | "Entry" | "Intern" | "Other" | "Non-Manager" | "Founder / Owner")[]; /** @default [] */
|
|
20996
|
+
current_departments?: ("Senior Leadership" | "Consulting" | "Design" | "Education" | "Engineering & Technical" | "Finance" | "Human Resources" | "Information Technology" | "Legal" | "Marketing" | "Medical & Health" | "Operations" | "Product" | "Revenue")[]; /** @default [] */
|
|
20997
|
+
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")[];
|
|
20897
20998
|
/**
|
|
20898
20999
|
* @default {
|
|
20899
21000
|
* "include": [],
|
|
20900
21001
|
* "exclude": []
|
|
20901
21002
|
* }
|
|
20902
21003
|
*/
|
|
20903
|
-
|
|
21004
|
+
current_employer_locations?: {
|
|
20904
21005
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20905
21006
|
exclude?: string[];
|
|
20906
21007
|
};
|
|
@@ -20910,7 +21011,7 @@ interface components {
|
|
|
20910
21011
|
* "exclude": []
|
|
20911
21012
|
* }
|
|
20912
21013
|
*/
|
|
20913
|
-
|
|
21014
|
+
current_employer_names?: {
|
|
20914
21015
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20915
21016
|
exclude?: string[];
|
|
20916
21017
|
};
|
|
@@ -20920,60 +21021,29 @@ interface components {
|
|
|
20920
21021
|
* "exclude": []
|
|
20921
21022
|
* }
|
|
20922
21023
|
*/
|
|
20923
|
-
|
|
20924
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
20925
|
-
exclude?: string[];
|
|
20926
|
-
}; /** @default [] */
|
|
20927
|
-
company_types?: ("Public Company" | "Educational" | "Self Employed" | "Government Agency" | "Non Profit" | "Self Owned" | "Privately Held" | "Partnership")[]; /** @default [] */
|
|
20928
|
-
investors?: string[];
|
|
20929
|
-
/**
|
|
20930
|
-
* @default {
|
|
20931
|
-
* "include": [],
|
|
20932
|
-
* "exclude": []
|
|
20933
|
-
* }
|
|
20934
|
-
*/
|
|
20935
|
-
company_industries?: {
|
|
20936
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
20937
|
-
exclude?: string[];
|
|
20938
|
-
}; /** @default [] */
|
|
20939
|
-
customer_types?: ("b2b" | "b2c")[];
|
|
20940
|
-
/**
|
|
20941
|
-
* @default {
|
|
20942
|
-
* "include": [],
|
|
20943
|
-
* "exclude": []
|
|
20944
|
-
* }
|
|
20945
|
-
*/
|
|
20946
|
-
keywords?: {
|
|
21024
|
+
current_employer_domains?: {
|
|
20947
21025
|
/** @default [] */include?: string[]; /** @default [] */
|
|
20948
21026
|
exclude?: string[];
|
|
20949
21027
|
}; /** @default [] */
|
|
20950
|
-
revenue_groups?: ("$0-$1M" | "$1M-$10M" | "$10M-$100M" | "$100M-$1B" | "$1B+")[];
|
|
21028
|
+
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")[]; /** @default [] */
|
|
21029
|
+
current_employer_estimated_revenue?: ("$0-$1M" | "$1M-$10M" | "$10M-$100M" | "$100M-$1B" | "$1B+")[];
|
|
20951
21030
|
/**
|
|
20952
21031
|
* @default {
|
|
20953
21032
|
* "min": null,
|
|
20954
21033
|
* "max": null
|
|
20955
21034
|
* }
|
|
20956
21035
|
*/
|
|
20957
|
-
|
|
21036
|
+
current_employer_founded_year?: {
|
|
20958
21037
|
/** @default null */min?: number | null; /** @default null */
|
|
20959
21038
|
max?: number | null;
|
|
20960
21039
|
}; /** @default [] */
|
|
20961
|
-
|
|
20962
|
-
|
|
20963
|
-
|
|
20964
|
-
* @default {
|
|
20965
|
-
* "min": null,
|
|
20966
|
-
* "max": null
|
|
20967
|
-
* }
|
|
20968
|
-
*/
|
|
20969
|
-
headcount_growth_last_6_months_in_percent?: {
|
|
20970
|
-
/** @default null */min?: number | null; /** @default null */
|
|
20971
|
-
max?: number | null;
|
|
20972
|
-
};
|
|
21040
|
+
current_employer_investors?: string[]; /** @default [] */
|
|
21041
|
+
current_employer_open_position_titles?: string[]; /** @default [] */
|
|
21042
|
+
school_names?: string[];
|
|
20973
21043
|
};
|
|
20974
21044
|
};
|
|
20975
21045
|
} | {
|
|
20976
|
-
/** @enum {string} */search_id: "companies:profiles:amplemarket@
|
|
21046
|
+
/** @enum {string} */search_id: "companies:profiles:amplemarket@1";
|
|
20977
21047
|
connector?: {
|
|
20978
21048
|
/**
|
|
20979
21049
|
* @default first
|
|
@@ -20986,7 +21056,7 @@ interface components {
|
|
|
20986
21056
|
}[];
|
|
20987
21057
|
} | null;
|
|
20988
21058
|
config: {
|
|
20989
|
-
/** @description Max number of search results */limit
|
|
21059
|
+
/** @description Max number of search results */limit: unknown;
|
|
20990
21060
|
page_number?: unknown;
|
|
20991
21061
|
output_fields?: {
|
|
20992
21062
|
/**
|
|
@@ -21009,13 +21079,13 @@ interface components {
|
|
|
21009
21079
|
enabled?: boolean;
|
|
21010
21080
|
};
|
|
21011
21081
|
/**
|
|
21012
|
-
* @description Output field '
|
|
21082
|
+
* @description Output field 'company_website_url'
|
|
21013
21083
|
* @default {
|
|
21014
21084
|
* "alias": "",
|
|
21015
21085
|
* "enabled": true
|
|
21016
21086
|
* }
|
|
21017
21087
|
*/
|
|
21018
|
-
|
|
21088
|
+
company_website_url?: {
|
|
21019
21089
|
/**
|
|
21020
21090
|
* @description Rename this output field. Leave empty to use default name.
|
|
21021
21091
|
* @default
|
|
@@ -21112,7 +21182,209 @@ interface components {
|
|
|
21112
21182
|
* "exclude": []
|
|
21113
21183
|
* }
|
|
21114
21184
|
*/
|
|
21115
|
-
|
|
21185
|
+
company_website_urls?: {
|
|
21186
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
21187
|
+
exclude?: string[];
|
|
21188
|
+
};
|
|
21189
|
+
/**
|
|
21190
|
+
* @default {
|
|
21191
|
+
* "include": [],
|
|
21192
|
+
* "exclude": []
|
|
21193
|
+
* }
|
|
21194
|
+
*/
|
|
21195
|
+
company_profile_urls?: {
|
|
21196
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
21197
|
+
exclude?: string[];
|
|
21198
|
+
}; /** @default [] */
|
|
21199
|
+
company_types?: ("Public Company" | "Educational" | "Self Employed" | "Government Agency" | "Non Profit" | "Self Owned" | "Privately Held" | "Partnership")[]; /** @default [] */
|
|
21200
|
+
investors?: string[];
|
|
21201
|
+
/**
|
|
21202
|
+
* @default {
|
|
21203
|
+
* "include": [],
|
|
21204
|
+
* "exclude": []
|
|
21205
|
+
* }
|
|
21206
|
+
*/
|
|
21207
|
+
company_industries?: {
|
|
21208
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
21209
|
+
exclude?: string[];
|
|
21210
|
+
}; /** @default [] */
|
|
21211
|
+
customer_types?: ("b2b" | "b2c")[];
|
|
21212
|
+
/**
|
|
21213
|
+
* @default {
|
|
21214
|
+
* "include": [],
|
|
21215
|
+
* "exclude": []
|
|
21216
|
+
* }
|
|
21217
|
+
*/
|
|
21218
|
+
keywords?: {
|
|
21219
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
21220
|
+
exclude?: string[];
|
|
21221
|
+
}; /** @default [] */
|
|
21222
|
+
revenue_groups?: ("$0-$1M" | "$1M-$10M" | "$10M-$100M" | "$100M-$1B" | "$1B+")[];
|
|
21223
|
+
/**
|
|
21224
|
+
* @default {
|
|
21225
|
+
* "min": null,
|
|
21226
|
+
* "max": null
|
|
21227
|
+
* }
|
|
21228
|
+
*/
|
|
21229
|
+
founded_year?: {
|
|
21230
|
+
/** @default null */min?: number | null; /** @default null */
|
|
21231
|
+
max?: number | null;
|
|
21232
|
+
}; /** @default [] */
|
|
21233
|
+
open_positions_titles?: string[]; /** @default [] */
|
|
21234
|
+
headcount?: ("1-10 employees" | "11-50 employees" | "51-200 employees" | "201-500 employees" | "501-1000 employees" | "1001-5000 employees" | "5001-10000 employees" | "10001+ employees")[];
|
|
21235
|
+
/**
|
|
21236
|
+
* @default {
|
|
21237
|
+
* "min": null,
|
|
21238
|
+
* "max": null
|
|
21239
|
+
* }
|
|
21240
|
+
*/
|
|
21241
|
+
headcount_growth_last_6_months_in_percent?: {
|
|
21242
|
+
/** @default null */min?: number | null; /** @default null */
|
|
21243
|
+
max?: number | null;
|
|
21244
|
+
};
|
|
21245
|
+
};
|
|
21246
|
+
};
|
|
21247
|
+
} | {
|
|
21248
|
+
/** @enum {string} */search_id: "companies:profiles:amplemarket@2";
|
|
21249
|
+
connector?: {
|
|
21250
|
+
/**
|
|
21251
|
+
* @default first
|
|
21252
|
+
* @enum {string}
|
|
21253
|
+
*/
|
|
21254
|
+
strategy?: "first";
|
|
21255
|
+
connections: {
|
|
21256
|
+
/** @enum {string} */type: "vault";
|
|
21257
|
+
connection: string;
|
|
21258
|
+
}[];
|
|
21259
|
+
} | null;
|
|
21260
|
+
config: {
|
|
21261
|
+
/** @description Max number of search results */limit?: unknown;
|
|
21262
|
+
page_number?: unknown;
|
|
21263
|
+
output_fields?: {
|
|
21264
|
+
/**
|
|
21265
|
+
* @description Output field 'company_name'
|
|
21266
|
+
* @default {
|
|
21267
|
+
* "alias": "",
|
|
21268
|
+
* "enabled": true
|
|
21269
|
+
* }
|
|
21270
|
+
*/
|
|
21271
|
+
company_name?: {
|
|
21272
|
+
/**
|
|
21273
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
21274
|
+
* @default
|
|
21275
|
+
*/
|
|
21276
|
+
alias?: string;
|
|
21277
|
+
/**
|
|
21278
|
+
* @description Whether to include this field in the output.
|
|
21279
|
+
* @default true
|
|
21280
|
+
*/
|
|
21281
|
+
enabled?: boolean;
|
|
21282
|
+
};
|
|
21283
|
+
/**
|
|
21284
|
+
* @description Output field 'company_domain'
|
|
21285
|
+
* @default {
|
|
21286
|
+
* "alias": "",
|
|
21287
|
+
* "enabled": true
|
|
21288
|
+
* }
|
|
21289
|
+
*/
|
|
21290
|
+
company_domain?: {
|
|
21291
|
+
/**
|
|
21292
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
21293
|
+
* @default
|
|
21294
|
+
*/
|
|
21295
|
+
alias?: string;
|
|
21296
|
+
/**
|
|
21297
|
+
* @description Whether to include this field in the output.
|
|
21298
|
+
* @default true
|
|
21299
|
+
*/
|
|
21300
|
+
enabled?: boolean;
|
|
21301
|
+
};
|
|
21302
|
+
/**
|
|
21303
|
+
* @description Output field 'company_description'
|
|
21304
|
+
* @default {
|
|
21305
|
+
* "alias": "",
|
|
21306
|
+
* "enabled": true
|
|
21307
|
+
* }
|
|
21308
|
+
*/
|
|
21309
|
+
company_description?: {
|
|
21310
|
+
/**
|
|
21311
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
21312
|
+
* @default
|
|
21313
|
+
*/
|
|
21314
|
+
alias?: string;
|
|
21315
|
+
/**
|
|
21316
|
+
* @description Whether to include this field in the output.
|
|
21317
|
+
* @default true
|
|
21318
|
+
*/
|
|
21319
|
+
enabled?: boolean;
|
|
21320
|
+
};
|
|
21321
|
+
/**
|
|
21322
|
+
* @description Output field 'company_profile_url'
|
|
21323
|
+
* @default {
|
|
21324
|
+
* "alias": "",
|
|
21325
|
+
* "enabled": true
|
|
21326
|
+
* }
|
|
21327
|
+
*/
|
|
21328
|
+
company_profile_url?: {
|
|
21329
|
+
/**
|
|
21330
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
21331
|
+
* @default
|
|
21332
|
+
*/
|
|
21333
|
+
alias?: string;
|
|
21334
|
+
/**
|
|
21335
|
+
* @description Whether to include this field in the output.
|
|
21336
|
+
* @default true
|
|
21337
|
+
*/
|
|
21338
|
+
enabled?: boolean;
|
|
21339
|
+
};
|
|
21340
|
+
/**
|
|
21341
|
+
* @description Output field 'amplemarket_company_match'
|
|
21342
|
+
* @default {
|
|
21343
|
+
* "alias": "",
|
|
21344
|
+
* "enabled": true
|
|
21345
|
+
* }
|
|
21346
|
+
*/
|
|
21347
|
+
amplemarket_company_match?: {
|
|
21348
|
+
/**
|
|
21349
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
21350
|
+
* @default
|
|
21351
|
+
*/
|
|
21352
|
+
alias?: string;
|
|
21353
|
+
/**
|
|
21354
|
+
* @description Whether to include this field in the output.
|
|
21355
|
+
* @default true
|
|
21356
|
+
*/
|
|
21357
|
+
enabled?: boolean;
|
|
21358
|
+
};
|
|
21359
|
+
};
|
|
21360
|
+
filters: {
|
|
21361
|
+
/**
|
|
21362
|
+
* @default {
|
|
21363
|
+
* "include": [],
|
|
21364
|
+
* "exclude": []
|
|
21365
|
+
* }
|
|
21366
|
+
*/
|
|
21367
|
+
hq_locations?: {
|
|
21368
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
21369
|
+
exclude?: string[];
|
|
21370
|
+
};
|
|
21371
|
+
/**
|
|
21372
|
+
* @default {
|
|
21373
|
+
* "include": [],
|
|
21374
|
+
* "exclude": []
|
|
21375
|
+
* }
|
|
21376
|
+
*/
|
|
21377
|
+
company_names?: {
|
|
21378
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
21379
|
+
exclude?: string[];
|
|
21380
|
+
};
|
|
21381
|
+
/**
|
|
21382
|
+
* @default {
|
|
21383
|
+
* "include": [],
|
|
21384
|
+
* "exclude": []
|
|
21385
|
+
* }
|
|
21386
|
+
*/
|
|
21387
|
+
company_domains?: {
|
|
21116
21388
|
/** @default [] */include?: string[]; /** @default [] */
|
|
21117
21389
|
exclude?: string[];
|
|
21118
21390
|
};
|
|
@@ -23845,7 +24117,7 @@ interface components {
|
|
|
23845
24117
|
SearchResponseSchema: {
|
|
23846
24118
|
id: string; /** @enum {string} */
|
|
23847
24119
|
status: "completed" | "failed" | "pending" | "processing"; /** @enum {string} */
|
|
23848
|
-
search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
|
|
24120
|
+
search_id: "companies:profiles:crustdata@1" | "companies:profiles:crustdata@2" | "companies:profiles:crustdata@3" | "companies:profiles:amplemarket@1" | "companies:profiles:amplemarket@2" | "people:profiles:crustdata@1" | "people:profiles:crustdata@2" | "people:profiles:crustdata@3" | "people:profiles:amplemarket@1" | "people:profiles:amplemarket@2" | "companies:entitysearch:parallel@1" | "people:entitysearch:parallel@1" | "people:eventguests:luma@1" | "events:googlecalendar@1" | "sheet:rows@1" | "bucket:entries@1" | "query:postgres@1" | "query:databricks@1" | "posts:content:crustdata@1" | "contacts:hubspot@1" | "companies:hubspot@1" | "deals:hubspot@1" | "owners:hubspot@1" | "contacts:salesforce@1" | "leads:salesforce@1" | "accounts:salesforce@1" | "opportunities:salesforce@1" | "users:salesforce@1" | "query:salesforce@1" | "people:attio@1" | "companies:attio@1" | "deals:attio@1" | "records:attio@1" | "entries:attio@1" | "query:attio@1" | "users:attio@1";
|
|
23849
24121
|
errors: {
|
|
23850
24122
|
code: string;
|
|
23851
24123
|
message: string;
|
|
@@ -23940,6 +24212,7 @@ interface components {
|
|
|
23940
24212
|
example_value?: unknown;
|
|
23941
24213
|
schema?: unknown;
|
|
23942
24214
|
} | null;
|
|
24215
|
+
order?: number | null;
|
|
23943
24216
|
};
|
|
23944
24217
|
};
|
|
23945
24218
|
};
|
|
@@ -23977,9 +24250,358 @@ interface components {
|
|
|
23977
24250
|
field_definitions?: {
|
|
23978
24251
|
/** @default false */enabled?: boolean;
|
|
23979
24252
|
};
|
|
23980
|
-
};
|
|
23981
|
-
search: components["schemas"]["SearchPayloadSchema"] & ({
|
|
23982
|
-
/** @enum {string} */search_id: "people:profiles:crustdata@1";
|
|
24253
|
+
};
|
|
24254
|
+
search: components["schemas"]["SearchPayloadSchema"] & ({
|
|
24255
|
+
/** @enum {string} */search_id: "people:profiles:crustdata@1";
|
|
24256
|
+
connector?: {
|
|
24257
|
+
/**
|
|
24258
|
+
* @default first
|
|
24259
|
+
* @enum {string}
|
|
24260
|
+
*/
|
|
24261
|
+
strategy?: "first";
|
|
24262
|
+
connections: {
|
|
24263
|
+
/** @enum {string} */type: "vault";
|
|
24264
|
+
connection: string;
|
|
24265
|
+
}[];
|
|
24266
|
+
} | null;
|
|
24267
|
+
config: {
|
|
24268
|
+
/** @description Max number of search results */limit: unknown; /** @description Pagination cursor */
|
|
24269
|
+
cursor?: string | null;
|
|
24270
|
+
output_fields?: {
|
|
24271
|
+
/**
|
|
24272
|
+
* @description Output field 'name'
|
|
24273
|
+
* @default {
|
|
24274
|
+
* "alias": "",
|
|
24275
|
+
* "enabled": true
|
|
24276
|
+
* }
|
|
24277
|
+
*/
|
|
24278
|
+
name?: {
|
|
24279
|
+
/**
|
|
24280
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
24281
|
+
* @default
|
|
24282
|
+
*/
|
|
24283
|
+
alias?: string;
|
|
24284
|
+
/**
|
|
24285
|
+
* @description Whether to include this field in the output.
|
|
24286
|
+
* @default true
|
|
24287
|
+
*/
|
|
24288
|
+
enabled?: boolean;
|
|
24289
|
+
};
|
|
24290
|
+
/**
|
|
24291
|
+
* @description Output field 'company_website_url'
|
|
24292
|
+
* @default {
|
|
24293
|
+
* "alias": "",
|
|
24294
|
+
* "enabled": true
|
|
24295
|
+
* }
|
|
24296
|
+
*/
|
|
24297
|
+
company_website_url?: {
|
|
24298
|
+
/**
|
|
24299
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
24300
|
+
* @default
|
|
24301
|
+
*/
|
|
24302
|
+
alias?: string;
|
|
24303
|
+
/**
|
|
24304
|
+
* @description Whether to include this field in the output.
|
|
24305
|
+
* @default true
|
|
24306
|
+
*/
|
|
24307
|
+
enabled?: boolean;
|
|
24308
|
+
};
|
|
24309
|
+
/**
|
|
24310
|
+
* @description Output field 'profile_url'
|
|
24311
|
+
* @default {
|
|
24312
|
+
* "alias": "",
|
|
24313
|
+
* "enabled": true
|
|
24314
|
+
* }
|
|
24315
|
+
*/
|
|
24316
|
+
profile_url?: {
|
|
24317
|
+
/**
|
|
24318
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
24319
|
+
* @default
|
|
24320
|
+
*/
|
|
24321
|
+
alias?: string;
|
|
24322
|
+
/**
|
|
24323
|
+
* @description Whether to include this field in the output.
|
|
24324
|
+
* @default true
|
|
24325
|
+
*/
|
|
24326
|
+
enabled?: boolean;
|
|
24327
|
+
};
|
|
24328
|
+
/**
|
|
24329
|
+
* @description Output field 'job_title'
|
|
24330
|
+
* @default {
|
|
24331
|
+
* "alias": "",
|
|
24332
|
+
* "enabled": true
|
|
24333
|
+
* }
|
|
24334
|
+
*/
|
|
24335
|
+
job_title?: {
|
|
24336
|
+
/**
|
|
24337
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
24338
|
+
* @default
|
|
24339
|
+
*/
|
|
24340
|
+
alias?: string;
|
|
24341
|
+
/**
|
|
24342
|
+
* @description Whether to include this field in the output.
|
|
24343
|
+
* @default true
|
|
24344
|
+
*/
|
|
24345
|
+
enabled?: boolean;
|
|
24346
|
+
};
|
|
24347
|
+
/**
|
|
24348
|
+
* @description Output field 'crustdata_person_match'
|
|
24349
|
+
* @default {
|
|
24350
|
+
* "alias": "",
|
|
24351
|
+
* "enabled": true
|
|
24352
|
+
* }
|
|
24353
|
+
*/
|
|
24354
|
+
crustdata_person_match?: {
|
|
24355
|
+
/**
|
|
24356
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
24357
|
+
* @default
|
|
24358
|
+
*/
|
|
24359
|
+
alias?: string;
|
|
24360
|
+
/**
|
|
24361
|
+
* @description Whether to include this field in the output.
|
|
24362
|
+
* @default true
|
|
24363
|
+
*/
|
|
24364
|
+
enabled?: boolean;
|
|
24365
|
+
};
|
|
24366
|
+
};
|
|
24367
|
+
filters: {
|
|
24368
|
+
/**
|
|
24369
|
+
* @default {
|
|
24370
|
+
* "include": [],
|
|
24371
|
+
* "exclude": []
|
|
24372
|
+
* }
|
|
24373
|
+
*/
|
|
24374
|
+
locations?: {
|
|
24375
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24376
|
+
exclude?: string[];
|
|
24377
|
+
};
|
|
24378
|
+
/**
|
|
24379
|
+
* @default {
|
|
24380
|
+
* "include": [],
|
|
24381
|
+
* "exclude": []
|
|
24382
|
+
* }
|
|
24383
|
+
*/
|
|
24384
|
+
current_job_titles?: {
|
|
24385
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24386
|
+
exclude?: string[];
|
|
24387
|
+
};
|
|
24388
|
+
/**
|
|
24389
|
+
* @default {
|
|
24390
|
+
* "include": [],
|
|
24391
|
+
* "exclude": []
|
|
24392
|
+
* }
|
|
24393
|
+
*/
|
|
24394
|
+
current_employers?: {
|
|
24395
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24396
|
+
exclude?: string[];
|
|
24397
|
+
};
|
|
24398
|
+
/**
|
|
24399
|
+
* @default {
|
|
24400
|
+
* "include": [],
|
|
24401
|
+
* "exclude": []
|
|
24402
|
+
* }
|
|
24403
|
+
*/
|
|
24404
|
+
current_employers_website_urls?: {
|
|
24405
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24406
|
+
exclude?: string[];
|
|
24407
|
+
};
|
|
24408
|
+
/**
|
|
24409
|
+
* @default {
|
|
24410
|
+
* "include": [],
|
|
24411
|
+
* "exclude": []
|
|
24412
|
+
* }
|
|
24413
|
+
*/
|
|
24414
|
+
current_employers_linkedin_industries?: {
|
|
24415
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24416
|
+
exclude?: string[];
|
|
24417
|
+
}; /** @default [] */
|
|
24418
|
+
years_at_current_company?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
|
|
24419
|
+
/**
|
|
24420
|
+
* @default {
|
|
24421
|
+
* "include": [],
|
|
24422
|
+
* "exclude": []
|
|
24423
|
+
* }
|
|
24424
|
+
*/
|
|
24425
|
+
previous_employers_website_urls?: {
|
|
24426
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24427
|
+
exclude?: string[];
|
|
24428
|
+
};
|
|
24429
|
+
/**
|
|
24430
|
+
* @default {
|
|
24431
|
+
* "include": [],
|
|
24432
|
+
* "exclude": []
|
|
24433
|
+
* }
|
|
24434
|
+
*/
|
|
24435
|
+
previous_seniority_levels?: {
|
|
24436
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24437
|
+
exclude?: string[];
|
|
24438
|
+
};
|
|
24439
|
+
/**
|
|
24440
|
+
* @default {
|
|
24441
|
+
* "include": [],
|
|
24442
|
+
* "exclude": []
|
|
24443
|
+
* }
|
|
24444
|
+
*/
|
|
24445
|
+
previous_employers?: {
|
|
24446
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24447
|
+
exclude?: string[];
|
|
24448
|
+
};
|
|
24449
|
+
/**
|
|
24450
|
+
* @default {
|
|
24451
|
+
* "include": [],
|
|
24452
|
+
* "exclude": []
|
|
24453
|
+
* }
|
|
24454
|
+
*/
|
|
24455
|
+
previous_job_titles?: {
|
|
24456
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24457
|
+
exclude?: string[];
|
|
24458
|
+
};
|
|
24459
|
+
/**
|
|
24460
|
+
* @default {
|
|
24461
|
+
* "include": [],
|
|
24462
|
+
* "exclude": []
|
|
24463
|
+
* }
|
|
24464
|
+
*/
|
|
24465
|
+
previous_employers_linkedin_industries?: {
|
|
24466
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24467
|
+
exclude?: string[];
|
|
24468
|
+
};
|
|
24469
|
+
/**
|
|
24470
|
+
* @default {
|
|
24471
|
+
* "include": [],
|
|
24472
|
+
* "exclude": []
|
|
24473
|
+
* }
|
|
24474
|
+
*/
|
|
24475
|
+
profile_headline_keywords?: {
|
|
24476
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24477
|
+
exclude?: string[];
|
|
24478
|
+
};
|
|
24479
|
+
/**
|
|
24480
|
+
* @default {
|
|
24481
|
+
* "include": [],
|
|
24482
|
+
* "exclude": []
|
|
24483
|
+
* }
|
|
24484
|
+
*/
|
|
24485
|
+
profile_summary_keywords?: {
|
|
24486
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24487
|
+
exclude?: string[];
|
|
24488
|
+
};
|
|
24489
|
+
/**
|
|
24490
|
+
* @default {
|
|
24491
|
+
* "include": [],
|
|
24492
|
+
* "exclude": []
|
|
24493
|
+
* }
|
|
24494
|
+
*/
|
|
24495
|
+
profile_languages?: {
|
|
24496
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24497
|
+
exclude?: string[];
|
|
24498
|
+
};
|
|
24499
|
+
/**
|
|
24500
|
+
* @default {
|
|
24501
|
+
* "include": [],
|
|
24502
|
+
* "exclude": []
|
|
24503
|
+
* }
|
|
24504
|
+
*/
|
|
24505
|
+
languages?: {
|
|
24506
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24507
|
+
exclude?: string[];
|
|
24508
|
+
};
|
|
24509
|
+
/**
|
|
24510
|
+
* @default {
|
|
24511
|
+
* "include": [],
|
|
24512
|
+
* "exclude": []
|
|
24513
|
+
* }
|
|
24514
|
+
*/
|
|
24515
|
+
skills?: {
|
|
24516
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24517
|
+
exclude?: string[];
|
|
24518
|
+
}; /** @default [] */
|
|
24519
|
+
years_of_experience?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
|
|
24520
|
+
/**
|
|
24521
|
+
* @default {
|
|
24522
|
+
* "include": [],
|
|
24523
|
+
* "exclude": []
|
|
24524
|
+
* }
|
|
24525
|
+
*/
|
|
24526
|
+
current_seniority_levels?: {
|
|
24527
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24528
|
+
exclude?: string[];
|
|
24529
|
+
};
|
|
24530
|
+
/**
|
|
24531
|
+
* @default {
|
|
24532
|
+
* "include": [],
|
|
24533
|
+
* "exclude": []
|
|
24534
|
+
* }
|
|
24535
|
+
*/
|
|
24536
|
+
certifications?: {
|
|
24537
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24538
|
+
exclude?: string[];
|
|
24539
|
+
};
|
|
24540
|
+
/**
|
|
24541
|
+
* @default {
|
|
24542
|
+
* "include": [],
|
|
24543
|
+
* "exclude": []
|
|
24544
|
+
* }
|
|
24545
|
+
*/
|
|
24546
|
+
honors?: {
|
|
24547
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24548
|
+
exclude?: string[];
|
|
24549
|
+
}; /** @default null */
|
|
24550
|
+
recently_changed_jobs?: boolean | null;
|
|
24551
|
+
/**
|
|
24552
|
+
* @default {
|
|
24553
|
+
* "include": [],
|
|
24554
|
+
* "exclude": []
|
|
24555
|
+
* }
|
|
24556
|
+
*/
|
|
24557
|
+
fields_of_study?: {
|
|
24558
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24559
|
+
exclude?: string[];
|
|
24560
|
+
};
|
|
24561
|
+
/**
|
|
24562
|
+
* @default {
|
|
24563
|
+
* "include": [],
|
|
24564
|
+
* "exclude": []
|
|
24565
|
+
* }
|
|
24566
|
+
*/
|
|
24567
|
+
degree_names?: {
|
|
24568
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24569
|
+
exclude?: string[];
|
|
24570
|
+
};
|
|
24571
|
+
/**
|
|
24572
|
+
* @default {
|
|
24573
|
+
* "include": [],
|
|
24574
|
+
* "exclude": []
|
|
24575
|
+
* }
|
|
24576
|
+
*/
|
|
24577
|
+
school_names?: {
|
|
24578
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24579
|
+
exclude?: string[];
|
|
24580
|
+
};
|
|
24581
|
+
/**
|
|
24582
|
+
* @default {
|
|
24583
|
+
* "include": [],
|
|
24584
|
+
* "exclude": []
|
|
24585
|
+
* }
|
|
24586
|
+
*/
|
|
24587
|
+
current_school_names?: {
|
|
24588
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24589
|
+
exclude?: string[];
|
|
24590
|
+
};
|
|
24591
|
+
/**
|
|
24592
|
+
* @default {
|
|
24593
|
+
* "include": [],
|
|
24594
|
+
* "exclude": []
|
|
24595
|
+
* }
|
|
24596
|
+
*/
|
|
24597
|
+
extracurricular_activities?: {
|
|
24598
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
24599
|
+
exclude?: string[];
|
|
24600
|
+
};
|
|
24601
|
+
};
|
|
24602
|
+
};
|
|
24603
|
+
} | {
|
|
24604
|
+
/** @enum {string} */search_id: "people:profiles:crustdata@2";
|
|
23983
24605
|
connector?: {
|
|
23984
24606
|
/**
|
|
23985
24607
|
* @default first
|
|
@@ -23992,7 +24614,7 @@ interface components {
|
|
|
23992
24614
|
}[];
|
|
23993
24615
|
} | null;
|
|
23994
24616
|
config: {
|
|
23995
|
-
/** @description Max number of search results */limit
|
|
24617
|
+
/** @description Max number of search results per page */limit?: unknown; /** @description Pagination cursor */
|
|
23996
24618
|
cursor?: string | null;
|
|
23997
24619
|
output_fields?: {
|
|
23998
24620
|
/**
|
|
@@ -24015,13 +24637,13 @@ interface components {
|
|
|
24015
24637
|
enabled?: boolean;
|
|
24016
24638
|
};
|
|
24017
24639
|
/**
|
|
24018
|
-
* @description Output field '
|
|
24640
|
+
* @description Output field 'company_domain'
|
|
24019
24641
|
* @default {
|
|
24020
24642
|
* "alias": "",
|
|
24021
24643
|
* "enabled": true
|
|
24022
24644
|
* }
|
|
24023
24645
|
*/
|
|
24024
|
-
|
|
24646
|
+
company_domain?: {
|
|
24025
24647
|
/**
|
|
24026
24648
|
* @description Rename this output field. Leave empty to use default name.
|
|
24027
24649
|
* @default
|
|
@@ -24118,7 +24740,7 @@ interface components {
|
|
|
24118
24740
|
* "exclude": []
|
|
24119
24741
|
* }
|
|
24120
24742
|
*/
|
|
24121
|
-
|
|
24743
|
+
current_employer_names?: {
|
|
24122
24744
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24123
24745
|
exclude?: string[];
|
|
24124
24746
|
};
|
|
@@ -24128,7 +24750,7 @@ interface components {
|
|
|
24128
24750
|
* "exclude": []
|
|
24129
24751
|
* }
|
|
24130
24752
|
*/
|
|
24131
|
-
|
|
24753
|
+
current_employer_domains?: {
|
|
24132
24754
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24133
24755
|
exclude?: string[];
|
|
24134
24756
|
};
|
|
@@ -24138,7 +24760,7 @@ interface components {
|
|
|
24138
24760
|
* "exclude": []
|
|
24139
24761
|
* }
|
|
24140
24762
|
*/
|
|
24141
|
-
|
|
24763
|
+
current_employer_industries?: {
|
|
24142
24764
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24143
24765
|
exclude?: string[];
|
|
24144
24766
|
}; /** @default [] */
|
|
@@ -24149,7 +24771,7 @@ interface components {
|
|
|
24149
24771
|
* "exclude": []
|
|
24150
24772
|
* }
|
|
24151
24773
|
*/
|
|
24152
|
-
|
|
24774
|
+
previous_employer_domains?: {
|
|
24153
24775
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24154
24776
|
exclude?: string[];
|
|
24155
24777
|
};
|
|
@@ -24169,7 +24791,7 @@ interface components {
|
|
|
24169
24791
|
* "exclude": []
|
|
24170
24792
|
* }
|
|
24171
24793
|
*/
|
|
24172
|
-
|
|
24794
|
+
previous_employer_names?: {
|
|
24173
24795
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24174
24796
|
exclude?: string[];
|
|
24175
24797
|
};
|
|
@@ -24189,7 +24811,7 @@ interface components {
|
|
|
24189
24811
|
* "exclude": []
|
|
24190
24812
|
* }
|
|
24191
24813
|
*/
|
|
24192
|
-
|
|
24814
|
+
previous_employer_industries?: {
|
|
24193
24815
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24194
24816
|
exclude?: string[];
|
|
24195
24817
|
};
|
|
@@ -24324,11 +24946,13 @@ interface components {
|
|
|
24324
24946
|
extracurricular_activities?: {
|
|
24325
24947
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24326
24948
|
exclude?: string[];
|
|
24327
|
-
};
|
|
24949
|
+
}; /** @default [] */
|
|
24950
|
+
post_processing_exclude_company_profile_urls?: string[]; /** @default [] */
|
|
24951
|
+
post_processing_exclude_company_names?: string[];
|
|
24328
24952
|
};
|
|
24329
24953
|
};
|
|
24330
24954
|
} | {
|
|
24331
|
-
/** @enum {string} */search_id: "people:profiles:crustdata@
|
|
24955
|
+
/** @enum {string} */search_id: "people:profiles:crustdata@3";
|
|
24332
24956
|
connector?: {
|
|
24333
24957
|
/**
|
|
24334
24958
|
* @default first
|
|
@@ -24363,25 +24987,6 @@ interface components {
|
|
|
24363
24987
|
*/
|
|
24364
24988
|
enabled?: boolean;
|
|
24365
24989
|
};
|
|
24366
|
-
/**
|
|
24367
|
-
* @description Output field 'company_domain'
|
|
24368
|
-
* @default {
|
|
24369
|
-
* "alias": "",
|
|
24370
|
-
* "enabled": true
|
|
24371
|
-
* }
|
|
24372
|
-
*/
|
|
24373
|
-
company_domain?: {
|
|
24374
|
-
/**
|
|
24375
|
-
* @description Rename this output field. Leave empty to use default name.
|
|
24376
|
-
* @default
|
|
24377
|
-
*/
|
|
24378
|
-
alias?: string;
|
|
24379
|
-
/**
|
|
24380
|
-
* @description Whether to include this field in the output.
|
|
24381
|
-
* @default true
|
|
24382
|
-
*/
|
|
24383
|
-
enabled?: boolean;
|
|
24384
|
-
};
|
|
24385
24990
|
/**
|
|
24386
24991
|
* @description Output field 'profile_url'
|
|
24387
24992
|
* @default {
|
|
@@ -24402,32 +25007,13 @@ interface components {
|
|
|
24402
25007
|
enabled?: boolean;
|
|
24403
25008
|
};
|
|
24404
25009
|
/**
|
|
24405
|
-
* @description Output field '
|
|
24406
|
-
* @default {
|
|
24407
|
-
* "alias": "",
|
|
24408
|
-
* "enabled": true
|
|
24409
|
-
* }
|
|
24410
|
-
*/
|
|
24411
|
-
job_title?: {
|
|
24412
|
-
/**
|
|
24413
|
-
* @description Rename this output field. Leave empty to use default name.
|
|
24414
|
-
* @default
|
|
24415
|
-
*/
|
|
24416
|
-
alias?: string;
|
|
24417
|
-
/**
|
|
24418
|
-
* @description Whether to include this field in the output.
|
|
24419
|
-
* @default true
|
|
24420
|
-
*/
|
|
24421
|
-
enabled?: boolean;
|
|
24422
|
-
};
|
|
24423
|
-
/**
|
|
24424
|
-
* @description Output field 'crustdata_person_match'
|
|
25010
|
+
* @description Output field 'person_profile_match'
|
|
24425
25011
|
* @default {
|
|
24426
25012
|
* "alias": "",
|
|
24427
25013
|
* "enabled": true
|
|
24428
25014
|
* }
|
|
24429
25015
|
*/
|
|
24430
|
-
|
|
25016
|
+
person_profile_match?: {
|
|
24431
25017
|
/**
|
|
24432
25018
|
* @description Rename this output field. Leave empty to use default name.
|
|
24433
25019
|
* @default
|
|
@@ -24441,23 +25027,14 @@ interface components {
|
|
|
24441
25027
|
};
|
|
24442
25028
|
};
|
|
24443
25029
|
filters: {
|
|
25030
|
+
/** @default null */recently_changed_jobs?: boolean | null;
|
|
24444
25031
|
/**
|
|
24445
25032
|
* @default {
|
|
24446
25033
|
* "include": [],
|
|
24447
25034
|
* "exclude": []
|
|
24448
25035
|
* }
|
|
24449
25036
|
*/
|
|
24450
|
-
|
|
24451
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
24452
|
-
exclude?: string[];
|
|
24453
|
-
};
|
|
24454
|
-
/**
|
|
24455
|
-
* @default {
|
|
24456
|
-
* "include": [],
|
|
24457
|
-
* "exclude": []
|
|
24458
|
-
* }
|
|
24459
|
-
*/
|
|
24460
|
-
current_job_titles?: {
|
|
25037
|
+
certifications?: {
|
|
24461
25038
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24462
25039
|
exclude?: string[];
|
|
24463
25040
|
};
|
|
@@ -24467,7 +25044,7 @@ interface components {
|
|
|
24467
25044
|
* "exclude": []
|
|
24468
25045
|
* }
|
|
24469
25046
|
*/
|
|
24470
|
-
|
|
25047
|
+
honors?: {
|
|
24471
25048
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24472
25049
|
exclude?: string[];
|
|
24473
25050
|
};
|
|
@@ -24480,25 +25057,15 @@ interface components {
|
|
|
24480
25057
|
current_employer_domains?: {
|
|
24481
25058
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24482
25059
|
exclude?: string[];
|
|
24483
|
-
};
|
|
24484
|
-
/**
|
|
24485
|
-
* @default {
|
|
24486
|
-
* "include": [],
|
|
24487
|
-
* "exclude": []
|
|
24488
|
-
* }
|
|
24489
|
-
*/
|
|
24490
|
-
current_employer_industries?: {
|
|
24491
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
24492
|
-
exclude?: string[];
|
|
24493
25060
|
}; /** @default [] */
|
|
24494
|
-
|
|
25061
|
+
current_employer_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
|
|
24495
25062
|
/**
|
|
24496
25063
|
* @default {
|
|
24497
25064
|
* "include": [],
|
|
24498
25065
|
* "exclude": []
|
|
24499
25066
|
* }
|
|
24500
25067
|
*/
|
|
24501
|
-
|
|
25068
|
+
current_employer_industries?: {
|
|
24502
25069
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24503
25070
|
exclude?: string[];
|
|
24504
25071
|
};
|
|
@@ -24508,27 +25075,30 @@ interface components {
|
|
|
24508
25075
|
* "exclude": []
|
|
24509
25076
|
* }
|
|
24510
25077
|
*/
|
|
24511
|
-
|
|
25078
|
+
current_employer_names?: {
|
|
24512
25079
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24513
25080
|
exclude?: string[];
|
|
24514
|
-
};
|
|
25081
|
+
}; /** @default [] */
|
|
25082
|
+
current_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
|
|
24515
25083
|
/**
|
|
24516
25084
|
* @default {
|
|
24517
25085
|
* "include": [],
|
|
24518
25086
|
* "exclude": []
|
|
24519
25087
|
* }
|
|
24520
25088
|
*/
|
|
24521
|
-
|
|
25089
|
+
current_employment_job_titles?: {
|
|
24522
25090
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24523
25091
|
exclude?: string[];
|
|
24524
|
-
};
|
|
25092
|
+
}; /** @default [] */
|
|
25093
|
+
current_employment_seniority_levels?: ("Owner / Partner" | "CXO" | "Vice President" | "Director" | "Experienced Manager" | "Entry Level Manager" | "Strategic" | "Senior" | "Entry Level" | "In Training")[]; /** @default [] */
|
|
25094
|
+
current_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
|
|
24525
25095
|
/**
|
|
24526
25096
|
* @default {
|
|
24527
25097
|
* "include": [],
|
|
24528
25098
|
* "exclude": []
|
|
24529
25099
|
* }
|
|
24530
25100
|
*/
|
|
24531
|
-
|
|
25101
|
+
current_school_names?: {
|
|
24532
25102
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24533
25103
|
exclude?: string[];
|
|
24534
25104
|
};
|
|
@@ -24538,7 +25108,7 @@ interface components {
|
|
|
24538
25108
|
* "exclude": []
|
|
24539
25109
|
* }
|
|
24540
25110
|
*/
|
|
24541
|
-
|
|
25111
|
+
degree_names?: {
|
|
24542
25112
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24543
25113
|
exclude?: string[];
|
|
24544
25114
|
};
|
|
@@ -24548,7 +25118,7 @@ interface components {
|
|
|
24548
25118
|
* "exclude": []
|
|
24549
25119
|
* }
|
|
24550
25120
|
*/
|
|
24551
|
-
|
|
25121
|
+
fields_of_study?: {
|
|
24552
25122
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24553
25123
|
exclude?: string[];
|
|
24554
25124
|
};
|
|
@@ -24558,7 +25128,7 @@ interface components {
|
|
|
24558
25128
|
* "exclude": []
|
|
24559
25129
|
* }
|
|
24560
25130
|
*/
|
|
24561
|
-
|
|
25131
|
+
school_names?: {
|
|
24562
25132
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24563
25133
|
exclude?: string[];
|
|
24564
25134
|
};
|
|
@@ -24568,17 +25138,18 @@ interface components {
|
|
|
24568
25138
|
* "exclude": []
|
|
24569
25139
|
* }
|
|
24570
25140
|
*/
|
|
24571
|
-
|
|
25141
|
+
previous_employer_domains?: {
|
|
24572
25142
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24573
25143
|
exclude?: string[];
|
|
24574
|
-
};
|
|
25144
|
+
}; /** @default [] */
|
|
25145
|
+
previous_employer_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
|
|
24575
25146
|
/**
|
|
24576
25147
|
* @default {
|
|
24577
25148
|
* "include": [],
|
|
24578
25149
|
* "exclude": []
|
|
24579
25150
|
* }
|
|
24580
25151
|
*/
|
|
24581
|
-
|
|
25152
|
+
previous_employer_industries?: {
|
|
24582
25153
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24583
25154
|
exclude?: string[];
|
|
24584
25155
|
};
|
|
@@ -24588,28 +25159,31 @@ interface components {
|
|
|
24588
25159
|
* "exclude": []
|
|
24589
25160
|
* }
|
|
24590
25161
|
*/
|
|
24591
|
-
|
|
25162
|
+
previous_employer_names?: {
|
|
24592
25163
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24593
25164
|
exclude?: string[];
|
|
24594
25165
|
}; /** @default [] */
|
|
24595
|
-
|
|
25166
|
+
previous_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
|
|
24596
25167
|
/**
|
|
24597
25168
|
* @default {
|
|
24598
25169
|
* "include": [],
|
|
24599
25170
|
* "exclude": []
|
|
24600
25171
|
* }
|
|
24601
25172
|
*/
|
|
24602
|
-
|
|
25173
|
+
previous_employment_job_titles?: {
|
|
24603
25174
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24604
25175
|
exclude?: string[];
|
|
24605
|
-
};
|
|
25176
|
+
}; /** @default [] */
|
|
25177
|
+
previous_employment_seniority_levels?: ("Owner / Partner" | "CXO" | "Vice President" | "Director" | "Experienced Manager" | "Entry Level Manager" | "Strategic" | "Senior" | "Entry Level" | "In Training")[]; /** @default [] */
|
|
25178
|
+
previous_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[]; /** @default [] */
|
|
25179
|
+
total_years_of_experience_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
|
|
24606
25180
|
/**
|
|
24607
25181
|
* @default {
|
|
24608
25182
|
* "include": [],
|
|
24609
25183
|
* "exclude": []
|
|
24610
25184
|
* }
|
|
24611
25185
|
*/
|
|
24612
|
-
|
|
25186
|
+
languages?: {
|
|
24613
25187
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24614
25188
|
exclude?: string[];
|
|
24615
25189
|
};
|
|
@@ -24619,18 +25193,7 @@ interface components {
|
|
|
24619
25193
|
* "exclude": []
|
|
24620
25194
|
* }
|
|
24621
25195
|
*/
|
|
24622
|
-
|
|
24623
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
24624
|
-
exclude?: string[];
|
|
24625
|
-
}; /** @default null */
|
|
24626
|
-
recently_changed_jobs?: boolean | null;
|
|
24627
|
-
/**
|
|
24628
|
-
* @default {
|
|
24629
|
-
* "include": [],
|
|
24630
|
-
* "exclude": []
|
|
24631
|
-
* }
|
|
24632
|
-
*/
|
|
24633
|
-
fields_of_study?: {
|
|
25196
|
+
locations?: {
|
|
24634
25197
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24635
25198
|
exclude?: string[];
|
|
24636
25199
|
};
|
|
@@ -24640,7 +25203,7 @@ interface components {
|
|
|
24640
25203
|
* "exclude": []
|
|
24641
25204
|
* }
|
|
24642
25205
|
*/
|
|
24643
|
-
|
|
25206
|
+
about_section_keywords?: {
|
|
24644
25207
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24645
25208
|
exclude?: string[];
|
|
24646
25209
|
};
|
|
@@ -24650,7 +25213,7 @@ interface components {
|
|
|
24650
25213
|
* "exclude": []
|
|
24651
25214
|
* }
|
|
24652
25215
|
*/
|
|
24653
|
-
|
|
25216
|
+
profile_headline_keywords?: {
|
|
24654
25217
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24655
25218
|
exclude?: string[];
|
|
24656
25219
|
};
|
|
@@ -24660,26 +25223,14 @@ interface components {
|
|
|
24660
25223
|
* "exclude": []
|
|
24661
25224
|
* }
|
|
24662
25225
|
*/
|
|
24663
|
-
|
|
25226
|
+
skills?: {
|
|
24664
25227
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24665
25228
|
exclude?: string[];
|
|
24666
25229
|
};
|
|
24667
|
-
/**
|
|
24668
|
-
* @default {
|
|
24669
|
-
* "include": [],
|
|
24670
|
-
* "exclude": []
|
|
24671
|
-
* }
|
|
24672
|
-
*/
|
|
24673
|
-
extracurricular_activities?: {
|
|
24674
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
24675
|
-
exclude?: string[];
|
|
24676
|
-
}; /** @default [] */
|
|
24677
|
-
post_processing_exclude_company_profile_urls?: string[]; /** @default [] */
|
|
24678
|
-
post_processing_exclude_company_names?: string[];
|
|
24679
25230
|
};
|
|
24680
25231
|
};
|
|
24681
25232
|
} | {
|
|
24682
|
-
/** @enum {string} */search_id: "
|
|
25233
|
+
/** @enum {string} */search_id: "companies:profiles:crustdata@1";
|
|
24683
25234
|
connector?: {
|
|
24684
25235
|
/**
|
|
24685
25236
|
* @default first
|
|
@@ -24692,17 +25243,17 @@ interface components {
|
|
|
24692
25243
|
}[];
|
|
24693
25244
|
} | null;
|
|
24694
25245
|
config: {
|
|
24695
|
-
/** @description Max number of search results
|
|
25246
|
+
/** @description Max number of search results */limit: unknown; /** @description Pagination cursor */
|
|
24696
25247
|
cursor?: string | null;
|
|
24697
25248
|
output_fields?: {
|
|
24698
25249
|
/**
|
|
24699
|
-
* @description Output field '
|
|
25250
|
+
* @description Output field 'company_name'
|
|
24700
25251
|
* @default {
|
|
24701
25252
|
* "alias": "",
|
|
24702
25253
|
* "enabled": true
|
|
24703
25254
|
* }
|
|
24704
25255
|
*/
|
|
24705
|
-
|
|
25256
|
+
company_name?: {
|
|
24706
25257
|
/**
|
|
24707
25258
|
* @description Rename this output field. Leave empty to use default name.
|
|
24708
25259
|
* @default
|
|
@@ -24715,13 +25266,13 @@ interface components {
|
|
|
24715
25266
|
enabled?: boolean;
|
|
24716
25267
|
};
|
|
24717
25268
|
/**
|
|
24718
|
-
* @description Output field '
|
|
25269
|
+
* @description Output field 'company_name'
|
|
24719
25270
|
* @default {
|
|
24720
25271
|
* "alias": "",
|
|
24721
25272
|
* "enabled": true
|
|
24722
25273
|
* }
|
|
24723
25274
|
*/
|
|
24724
|
-
|
|
25275
|
+
company_website_url?: {
|
|
24725
25276
|
/**
|
|
24726
25277
|
* @description Rename this output field. Leave empty to use default name.
|
|
24727
25278
|
* @default
|
|
@@ -24734,13 +25285,13 @@ interface components {
|
|
|
24734
25285
|
enabled?: boolean;
|
|
24735
25286
|
};
|
|
24736
25287
|
/**
|
|
24737
|
-
* @description Output field '
|
|
25288
|
+
* @description Output field 'company_description'
|
|
24738
25289
|
* @default {
|
|
24739
25290
|
* "alias": "",
|
|
24740
25291
|
* "enabled": true
|
|
24741
25292
|
* }
|
|
24742
25293
|
*/
|
|
24743
|
-
|
|
25294
|
+
company_description?: {
|
|
24744
25295
|
/**
|
|
24745
25296
|
* @description Rename this output field. Leave empty to use default name.
|
|
24746
25297
|
* @default
|
|
@@ -24752,80 +25303,63 @@ interface components {
|
|
|
24752
25303
|
*/
|
|
24753
25304
|
enabled?: boolean;
|
|
24754
25305
|
};
|
|
24755
|
-
};
|
|
24756
|
-
filters: {
|
|
24757
|
-
/** @default null */recently_changed_jobs?: boolean | null;
|
|
24758
|
-
/**
|
|
24759
|
-
* @default {
|
|
24760
|
-
* "include": [],
|
|
24761
|
-
* "exclude": []
|
|
24762
|
-
* }
|
|
24763
|
-
*/
|
|
24764
|
-
certifications?: {
|
|
24765
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
24766
|
-
exclude?: string[];
|
|
24767
|
-
};
|
|
24768
25306
|
/**
|
|
25307
|
+
* @description Output field 'company_profile_url'
|
|
24769
25308
|
* @default {
|
|
24770
|
-
* "
|
|
24771
|
-
* "
|
|
25309
|
+
* "alias": "",
|
|
25310
|
+
* "enabled": true
|
|
24772
25311
|
* }
|
|
24773
25312
|
*/
|
|
24774
|
-
|
|
24775
|
-
/**
|
|
24776
|
-
|
|
25313
|
+
company_profile_url?: {
|
|
25314
|
+
/**
|
|
25315
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
25316
|
+
* @default
|
|
25317
|
+
*/
|
|
25318
|
+
alias?: string;
|
|
25319
|
+
/**
|
|
25320
|
+
* @description Whether to include this field in the output.
|
|
25321
|
+
* @default true
|
|
25322
|
+
*/
|
|
25323
|
+
enabled?: boolean;
|
|
24777
25324
|
};
|
|
24778
25325
|
/**
|
|
25326
|
+
* @description Output field 'crustdata_company_match'
|
|
24779
25327
|
* @default {
|
|
24780
|
-
* "
|
|
24781
|
-
* "
|
|
24782
|
-
* }
|
|
24783
|
-
*/
|
|
24784
|
-
current_employer_domains?: {
|
|
24785
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
24786
|
-
exclude?: string[];
|
|
24787
|
-
}; /** @default [] */
|
|
24788
|
-
current_employer_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
|
|
24789
|
-
/**
|
|
24790
|
-
* @default {
|
|
24791
|
-
* "include": [],
|
|
24792
|
-
* "exclude": []
|
|
25328
|
+
* "alias": "",
|
|
25329
|
+
* "enabled": true
|
|
24793
25330
|
* }
|
|
24794
25331
|
*/
|
|
24795
|
-
|
|
24796
|
-
/**
|
|
24797
|
-
|
|
25332
|
+
crustdata_company_match?: {
|
|
25333
|
+
/**
|
|
25334
|
+
* @description Rename this output field. Leave empty to use default name.
|
|
25335
|
+
* @default
|
|
25336
|
+
*/
|
|
25337
|
+
alias?: string;
|
|
25338
|
+
/**
|
|
25339
|
+
* @description Whether to include this field in the output.
|
|
25340
|
+
* @default true
|
|
25341
|
+
*/
|
|
25342
|
+
enabled?: boolean;
|
|
24798
25343
|
};
|
|
25344
|
+
};
|
|
25345
|
+
filters: {
|
|
24799
25346
|
/**
|
|
24800
25347
|
* @default {
|
|
24801
25348
|
* "include": [],
|
|
24802
25349
|
* "exclude": []
|
|
24803
25350
|
* }
|
|
24804
25351
|
*/
|
|
24805
|
-
|
|
24806
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
24807
|
-
exclude?: string[];
|
|
24808
|
-
}; /** @default [] */
|
|
24809
|
-
current_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
|
|
24810
|
-
/**
|
|
24811
|
-
* @default {
|
|
24812
|
-
* "include": [],
|
|
24813
|
-
* "exclude": []
|
|
24814
|
-
* }
|
|
24815
|
-
*/
|
|
24816
|
-
current_employment_job_titles?: {
|
|
25352
|
+
hq_locations?: {
|
|
24817
25353
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24818
25354
|
exclude?: string[];
|
|
24819
|
-
};
|
|
24820
|
-
current_employment_seniority_levels?: ("Owner / Partner" | "CXO" | "Vice President" | "Director" | "Experienced Manager" | "Entry Level Manager" | "Strategic" | "Senior" | "Entry Level" | "In Training")[]; /** @default [] */
|
|
24821
|
-
current_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
|
|
25355
|
+
};
|
|
24822
25356
|
/**
|
|
24823
25357
|
* @default {
|
|
24824
25358
|
* "include": [],
|
|
24825
25359
|
* "exclude": []
|
|
24826
25360
|
* }
|
|
24827
25361
|
*/
|
|
24828
|
-
|
|
25362
|
+
crunchbase_categories?: {
|
|
24829
25363
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24830
25364
|
exclude?: string[];
|
|
24831
25365
|
};
|
|
@@ -24835,7 +25369,7 @@ interface components {
|
|
|
24835
25369
|
* "exclude": []
|
|
24836
25370
|
* }
|
|
24837
25371
|
*/
|
|
24838
|
-
|
|
25372
|
+
crunchbase_investors?: {
|
|
24839
25373
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24840
25374
|
exclude?: string[];
|
|
24841
25375
|
};
|
|
@@ -24845,7 +25379,7 @@ interface components {
|
|
|
24845
25379
|
* "exclude": []
|
|
24846
25380
|
* }
|
|
24847
25381
|
*/
|
|
24848
|
-
|
|
25382
|
+
tracxn_investors?: {
|
|
24849
25383
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24850
25384
|
exclude?: string[];
|
|
24851
25385
|
};
|
|
@@ -24855,7 +25389,7 @@ interface components {
|
|
|
24855
25389
|
* "exclude": []
|
|
24856
25390
|
* }
|
|
24857
25391
|
*/
|
|
24858
|
-
|
|
25392
|
+
company_types?: {
|
|
24859
25393
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24860
25394
|
exclude?: string[];
|
|
24861
25395
|
};
|
|
@@ -24865,18 +25399,17 @@ interface components {
|
|
|
24865
25399
|
* "exclude": []
|
|
24866
25400
|
* }
|
|
24867
25401
|
*/
|
|
24868
|
-
|
|
25402
|
+
linkedin_industries?: {
|
|
24869
25403
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24870
25404
|
exclude?: string[];
|
|
24871
|
-
};
|
|
24872
|
-
previous_employer_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[];
|
|
25405
|
+
};
|
|
24873
25406
|
/**
|
|
24874
25407
|
* @default {
|
|
24875
25408
|
* "include": [],
|
|
24876
25409
|
* "exclude": []
|
|
24877
25410
|
* }
|
|
24878
25411
|
*/
|
|
24879
|
-
|
|
25412
|
+
markets?: {
|
|
24880
25413
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24881
25414
|
exclude?: string[];
|
|
24882
25415
|
};
|
|
@@ -24886,33 +25419,30 @@ interface components {
|
|
|
24886
25419
|
* "exclude": []
|
|
24887
25420
|
* }
|
|
24888
25421
|
*/
|
|
24889
|
-
|
|
25422
|
+
linkedin_categories?: {
|
|
24890
25423
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24891
25424
|
exclude?: string[];
|
|
24892
|
-
};
|
|
24893
|
-
previous_employment_job_functions?: ("Engineering" | "Sales" | "Consulting" | "Marketing" | "Operations" | "Finance" | "Research" | "Customer Success and Support" | "Arts and Design" | "Human Resources" | "Legal" | "Product Management")[];
|
|
25425
|
+
};
|
|
24894
25426
|
/**
|
|
24895
25427
|
* @default {
|
|
24896
25428
|
* "include": [],
|
|
24897
25429
|
* "exclude": []
|
|
24898
25430
|
* }
|
|
24899
25431
|
*/
|
|
24900
|
-
|
|
25432
|
+
headcount?: {
|
|
24901
25433
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24902
25434
|
exclude?: string[];
|
|
24903
25435
|
}; /** @default [] */
|
|
24904
|
-
|
|
24905
|
-
previous_employment_tenure_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[]; /** @default [] */
|
|
24906
|
-
total_years_of_experience_brackets?: ("Less than 1 year" | "1 to 2 years" | "3 to 5 years" | "6 to 10 years" | "More than 10 years")[];
|
|
25436
|
+
headcount_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
24907
25437
|
/**
|
|
24908
25438
|
* @default {
|
|
24909
|
-
* "
|
|
24910
|
-
* "
|
|
25439
|
+
* "from": null,
|
|
25440
|
+
* "to": null
|
|
24911
25441
|
* }
|
|
24912
25442
|
*/
|
|
24913
|
-
|
|
24914
|
-
|
|
24915
|
-
|
|
25443
|
+
revenue_in_usd?: {
|
|
25444
|
+
from?: number | null;
|
|
25445
|
+
to?: number | null;
|
|
24916
25446
|
};
|
|
24917
25447
|
/**
|
|
24918
25448
|
* @default {
|
|
@@ -24920,27 +25450,29 @@ interface components {
|
|
|
24920
25450
|
* "exclude": []
|
|
24921
25451
|
* }
|
|
24922
25452
|
*/
|
|
24923
|
-
|
|
25453
|
+
last_funding_type?: {
|
|
24924
25454
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24925
25455
|
exclude?: string[];
|
|
24926
25456
|
};
|
|
24927
25457
|
/**
|
|
24928
25458
|
* @default {
|
|
24929
|
-
* "
|
|
24930
|
-
* "
|
|
25459
|
+
* "from": null,
|
|
25460
|
+
* "to": null
|
|
24931
25461
|
* }
|
|
24932
25462
|
*/
|
|
24933
|
-
|
|
24934
|
-
|
|
24935
|
-
|
|
24936
|
-
};
|
|
25463
|
+
last_funding_amount?: {
|
|
25464
|
+
from?: number | null;
|
|
25465
|
+
to?: number | null;
|
|
25466
|
+
}; /** @default [] */
|
|
25467
|
+
number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[]; /** @default [] */
|
|
25468
|
+
follower_growth_last_6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
24937
25469
|
/**
|
|
24938
25470
|
* @default {
|
|
24939
25471
|
* "include": [],
|
|
24940
25472
|
* "exclude": []
|
|
24941
25473
|
* }
|
|
24942
25474
|
*/
|
|
24943
|
-
|
|
25475
|
+
profile_summary_keywords?: {
|
|
24944
25476
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24945
25477
|
exclude?: string[];
|
|
24946
25478
|
};
|
|
@@ -24950,14 +25482,14 @@ interface components {
|
|
|
24950
25482
|
* "exclude": []
|
|
24951
25483
|
* }
|
|
24952
25484
|
*/
|
|
24953
|
-
|
|
25485
|
+
competitor_websites?: {
|
|
24954
25486
|
/** @default [] */include?: string[]; /** @default [] */
|
|
24955
25487
|
exclude?: string[];
|
|
24956
25488
|
};
|
|
24957
25489
|
};
|
|
24958
25490
|
};
|
|
24959
25491
|
} | {
|
|
24960
|
-
/** @enum {string} */search_id: "companies:profiles:crustdata@
|
|
25492
|
+
/** @enum {string} */search_id: "companies:profiles:crustdata@2";
|
|
24961
25493
|
connector?: {
|
|
24962
25494
|
/**
|
|
24963
25495
|
* @default first
|
|
@@ -24970,7 +25502,7 @@ interface components {
|
|
|
24970
25502
|
}[];
|
|
24971
25503
|
} | null;
|
|
24972
25504
|
config: {
|
|
24973
|
-
/** @description Max number of search results */limit
|
|
25505
|
+
/** @description Max number of search results */limit?: unknown; /** @description Pagination cursor */
|
|
24974
25506
|
cursor?: string | null;
|
|
24975
25507
|
output_fields?: {
|
|
24976
25508
|
/**
|
|
@@ -24993,13 +25525,13 @@ interface components {
|
|
|
24993
25525
|
enabled?: boolean;
|
|
24994
25526
|
};
|
|
24995
25527
|
/**
|
|
24996
|
-
* @description Output field '
|
|
25528
|
+
* @description Output field 'company_domain'
|
|
24997
25529
|
* @default {
|
|
24998
25530
|
* "alias": "",
|
|
24999
25531
|
* "enabled": true
|
|
25000
25532
|
* }
|
|
25001
25533
|
*/
|
|
25002
|
-
|
|
25534
|
+
company_domain?: {
|
|
25003
25535
|
/**
|
|
25004
25536
|
* @description Rename this output field. Leave empty to use default name.
|
|
25005
25537
|
* @default
|
|
@@ -25160,7 +25692,8 @@ interface components {
|
|
|
25160
25692
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25161
25693
|
exclude?: string[];
|
|
25162
25694
|
}; /** @default [] */
|
|
25163
|
-
|
|
25695
|
+
linkedin_headcount_ranges?: ("myself only" | "2-10" | "11-50" | "51-200" | "201-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001+")[]; /** @default [] */
|
|
25696
|
+
headcount_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
25164
25697
|
/**
|
|
25165
25698
|
* @default {
|
|
25166
25699
|
* "from": null,
|
|
@@ -25192,7 +25725,7 @@ interface components {
|
|
|
25192
25725
|
to?: number | null;
|
|
25193
25726
|
}; /** @default [] */
|
|
25194
25727
|
number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[]; /** @default [] */
|
|
25195
|
-
|
|
25728
|
+
follower_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
25196
25729
|
/**
|
|
25197
25730
|
* @default {
|
|
25198
25731
|
* "include": [],
|
|
@@ -25209,14 +25742,44 @@ interface components {
|
|
|
25209
25742
|
* "exclude": []
|
|
25210
25743
|
* }
|
|
25211
25744
|
*/
|
|
25212
|
-
|
|
25745
|
+
competitor_domains?: {
|
|
25746
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
25747
|
+
exclude?: string[];
|
|
25748
|
+
};
|
|
25749
|
+
/**
|
|
25750
|
+
* @default {
|
|
25751
|
+
* "include": [],
|
|
25752
|
+
* "exclude": []
|
|
25753
|
+
* }
|
|
25754
|
+
*/
|
|
25755
|
+
company_domains?: {
|
|
25756
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
25757
|
+
exclude?: string[];
|
|
25758
|
+
};
|
|
25759
|
+
/**
|
|
25760
|
+
* @default {
|
|
25761
|
+
* "include": [],
|
|
25762
|
+
* "exclude": []
|
|
25763
|
+
* }
|
|
25764
|
+
*/
|
|
25765
|
+
company_profile_urls?: {
|
|
25766
|
+
/** @default [] */include?: string[]; /** @default [] */
|
|
25767
|
+
exclude?: string[];
|
|
25768
|
+
};
|
|
25769
|
+
/**
|
|
25770
|
+
* @default {
|
|
25771
|
+
* "include": [],
|
|
25772
|
+
* "exclude": []
|
|
25773
|
+
* }
|
|
25774
|
+
*/
|
|
25775
|
+
company_names?: {
|
|
25213
25776
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25214
25777
|
exclude?: string[];
|
|
25215
25778
|
};
|
|
25216
25779
|
};
|
|
25217
25780
|
};
|
|
25218
25781
|
} | {
|
|
25219
|
-
/** @enum {string} */search_id: "companies:profiles:crustdata@
|
|
25782
|
+
/** @enum {string} */search_id: "companies:profiles:crustdata@3";
|
|
25220
25783
|
connector?: {
|
|
25221
25784
|
/**
|
|
25222
25785
|
* @default first
|
|
@@ -25229,7 +25792,7 @@ interface components {
|
|
|
25229
25792
|
}[];
|
|
25230
25793
|
} | null;
|
|
25231
25794
|
config: {
|
|
25232
|
-
/** @description Max number of search results */limit?: unknown; /** @description Pagination cursor */
|
|
25795
|
+
/** @description Max number of search results per page */limit?: unknown; /** @description Pagination cursor */
|
|
25233
25796
|
cursor?: string | null;
|
|
25234
25797
|
output_fields?: {
|
|
25235
25798
|
/**
|
|
@@ -25270,25 +25833,6 @@ interface components {
|
|
|
25270
25833
|
*/
|
|
25271
25834
|
enabled?: boolean;
|
|
25272
25835
|
};
|
|
25273
|
-
/**
|
|
25274
|
-
* @description Output field 'company_description'
|
|
25275
|
-
* @default {
|
|
25276
|
-
* "alias": "",
|
|
25277
|
-
* "enabled": true
|
|
25278
|
-
* }
|
|
25279
|
-
*/
|
|
25280
|
-
company_description?: {
|
|
25281
|
-
/**
|
|
25282
|
-
* @description Rename this output field. Leave empty to use default name.
|
|
25283
|
-
* @default
|
|
25284
|
-
*/
|
|
25285
|
-
alias?: string;
|
|
25286
|
-
/**
|
|
25287
|
-
* @description Whether to include this field in the output.
|
|
25288
|
-
* @default true
|
|
25289
|
-
*/
|
|
25290
|
-
enabled?: boolean;
|
|
25291
|
-
};
|
|
25292
25836
|
/**
|
|
25293
25837
|
* @description Output field 'company_profile_url'
|
|
25294
25838
|
* @default {
|
|
@@ -25309,13 +25853,13 @@ interface components {
|
|
|
25309
25853
|
enabled?: boolean;
|
|
25310
25854
|
};
|
|
25311
25855
|
/**
|
|
25312
|
-
* @description Output field '
|
|
25856
|
+
* @description Output field 'crustdata_company_match_v2'
|
|
25313
25857
|
* @default {
|
|
25314
25858
|
* "alias": "",
|
|
25315
25859
|
* "enabled": true
|
|
25316
25860
|
* }
|
|
25317
25861
|
*/
|
|
25318
|
-
|
|
25862
|
+
crustdata_company_match_v2?: {
|
|
25319
25863
|
/**
|
|
25320
25864
|
* @description Rename this output field. Leave empty to use default name.
|
|
25321
25865
|
* @default
|
|
@@ -25335,7 +25879,7 @@ interface components {
|
|
|
25335
25879
|
* "exclude": []
|
|
25336
25880
|
* }
|
|
25337
25881
|
*/
|
|
25338
|
-
|
|
25882
|
+
company_names?: {
|
|
25339
25883
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25340
25884
|
exclude?: string[];
|
|
25341
25885
|
};
|
|
@@ -25345,7 +25889,7 @@ interface components {
|
|
|
25345
25889
|
* "exclude": []
|
|
25346
25890
|
* }
|
|
25347
25891
|
*/
|
|
25348
|
-
|
|
25892
|
+
company_domains?: {
|
|
25349
25893
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25350
25894
|
exclude?: string[];
|
|
25351
25895
|
};
|
|
@@ -25355,27 +25899,29 @@ interface components {
|
|
|
25355
25899
|
* "exclude": []
|
|
25356
25900
|
* }
|
|
25357
25901
|
*/
|
|
25358
|
-
|
|
25902
|
+
company_profile_urls?: {
|
|
25359
25903
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25360
25904
|
exclude?: string[];
|
|
25361
|
-
};
|
|
25905
|
+
}; /** @default [] */
|
|
25906
|
+
company_types?: ("Public Company" | "Privately Held" | "Nonprofit" | "Educational Institution" | "Partnership" | "Self-Employed" | "Sole Proprietorship" | "Government Agency")[];
|
|
25362
25907
|
/**
|
|
25363
25908
|
* @default {
|
|
25364
|
-
* "
|
|
25365
|
-
* "
|
|
25909
|
+
* "from": null,
|
|
25910
|
+
* "to": null
|
|
25366
25911
|
* }
|
|
25367
25912
|
*/
|
|
25368
|
-
|
|
25369
|
-
|
|
25370
|
-
|
|
25371
|
-
};
|
|
25913
|
+
year_founded?: {
|
|
25914
|
+
from?: number | null;
|
|
25915
|
+
to?: number | null;
|
|
25916
|
+
}; /** @default [] */
|
|
25917
|
+
hq_locations?: string[];
|
|
25372
25918
|
/**
|
|
25373
25919
|
* @default {
|
|
25374
25920
|
* "include": [],
|
|
25375
25921
|
* "exclude": []
|
|
25376
25922
|
* }
|
|
25377
25923
|
*/
|
|
25378
|
-
|
|
25924
|
+
hq_countries?: {
|
|
25379
25925
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25380
25926
|
exclude?: string[];
|
|
25381
25927
|
};
|
|
@@ -25385,7 +25931,7 @@ interface components {
|
|
|
25385
25931
|
* "exclude": []
|
|
25386
25932
|
* }
|
|
25387
25933
|
*/
|
|
25388
|
-
|
|
25934
|
+
industries?: {
|
|
25389
25935
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25390
25936
|
exclude?: string[];
|
|
25391
25937
|
};
|
|
@@ -25395,32 +25941,35 @@ interface components {
|
|
|
25395
25941
|
* "exclude": []
|
|
25396
25942
|
* }
|
|
25397
25943
|
*/
|
|
25398
|
-
|
|
25944
|
+
categories?: {
|
|
25399
25945
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25400
25946
|
exclude?: string[];
|
|
25401
25947
|
};
|
|
25402
25948
|
/**
|
|
25949
|
+
* @description Matches the speciality tags a company lists on its profile. Includes match fuzzily; excludes remove exact tags only.
|
|
25403
25950
|
* @default {
|
|
25404
25951
|
* "include": [],
|
|
25405
25952
|
* "exclude": []
|
|
25406
25953
|
* }
|
|
25407
25954
|
*/
|
|
25408
|
-
|
|
25955
|
+
specialities_keywords?: {
|
|
25409
25956
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25410
25957
|
exclude?: string[];
|
|
25411
|
-
};
|
|
25958
|
+
}; /** @default [] */
|
|
25959
|
+
headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-500" | "501-1,000" | "1,001-5,000" | "5,001-10,000" | "10,001+")[]; /** @default [] */
|
|
25960
|
+
engineering_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[]; /** @default [] */
|
|
25961
|
+
sales_headcount_brackets?: ("1-10" | "11-50" | "51-200" | "201-1,000" | "1,000+")[];
|
|
25412
25962
|
/**
|
|
25963
|
+
* @description Negative values match shrinking companies.
|
|
25413
25964
|
* @default {
|
|
25414
|
-
* "
|
|
25415
|
-
* "
|
|
25965
|
+
* "from": null,
|
|
25966
|
+
* "to": null
|
|
25416
25967
|
* }
|
|
25417
25968
|
*/
|
|
25418
|
-
|
|
25419
|
-
|
|
25420
|
-
|
|
25421
|
-
};
|
|
25422
|
-
linkedin_headcount_ranges?: ("myself only" | "2-10" | "11-50" | "51-200" | "201-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001+")[]; /** @default [] */
|
|
25423
|
-
headcount_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
25969
|
+
headcount_growth_l6m_in_percent?: {
|
|
25970
|
+
from?: number | null;
|
|
25971
|
+
to?: number | null;
|
|
25972
|
+
};
|
|
25424
25973
|
/**
|
|
25425
25974
|
* @default {
|
|
25426
25975
|
* "from": null,
|
|
@@ -25430,68 +25979,71 @@ interface components {
|
|
|
25430
25979
|
revenue_in_usd?: {
|
|
25431
25980
|
from?: number | null;
|
|
25432
25981
|
to?: number | null;
|
|
25433
|
-
};
|
|
25982
|
+
}; /** @default [] */
|
|
25983
|
+
last_funding_round_types?: ("angel" | "convertible_note" | "corporate_round" | "debt_financing" | "equity_crowdfunding" | "grant" | "initial_coin_offering" | "non_equity_assistance" | "post_ipo_debt" | "post_ipo_equity" | "post_ipo_secondary" | "pre_seed" | "private_equity" | "product_crowdfunding" | "secondary_market" | "seed" | "series_a" | "series_b" | "series_c" | "series_d" | "series_e" | "series_f" | "series_g" | "series_h" | "series_i" | "series_j" | "series_unknown" | "undisclosed")[];
|
|
25434
25984
|
/**
|
|
25435
|
-
* @
|
|
25436
|
-
*
|
|
25437
|
-
* "exclude": []
|
|
25438
|
-
* }
|
|
25985
|
+
* @description Only companies whose latest funding round closed within this time window.
|
|
25986
|
+
* @default
|
|
25439
25987
|
*/
|
|
25440
|
-
|
|
25441
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
25442
|
-
exclude?: string[];
|
|
25443
|
-
};
|
|
25988
|
+
last_funding_within?: string;
|
|
25444
25989
|
/**
|
|
25445
25990
|
* @default {
|
|
25446
25991
|
* "from": null,
|
|
25447
25992
|
* "to": null
|
|
25448
25993
|
* }
|
|
25449
25994
|
*/
|
|
25450
|
-
|
|
25995
|
+
last_funding_amount_in_usd?: {
|
|
25451
25996
|
from?: number | null;
|
|
25452
25997
|
to?: number | null;
|
|
25453
|
-
};
|
|
25454
|
-
number_of_followers?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[]; /** @default [] */
|
|
25455
|
-
follower_growth_l6m_in_percent?: ("0-10%" | "10-20%" | "20-50%" | "50-70%" | "70%+")[];
|
|
25998
|
+
};
|
|
25456
25999
|
/**
|
|
25457
26000
|
* @default {
|
|
25458
|
-
* "
|
|
25459
|
-
* "
|
|
26001
|
+
* "from": null,
|
|
26002
|
+
* "to": null
|
|
25460
26003
|
* }
|
|
25461
26004
|
*/
|
|
25462
|
-
|
|
25463
|
-
|
|
25464
|
-
|
|
26005
|
+
total_funding_amount_in_usd?: {
|
|
26006
|
+
from?: number | null;
|
|
26007
|
+
to?: number | null;
|
|
25465
26008
|
};
|
|
25466
26009
|
/**
|
|
26010
|
+
* @description Investor names as Crustdata records them, e.g. "Sequoia Capital".
|
|
25467
26011
|
* @default {
|
|
25468
26012
|
* "include": [],
|
|
25469
26013
|
* "exclude": []
|
|
25470
26014
|
* }
|
|
25471
26015
|
*/
|
|
25472
|
-
|
|
26016
|
+
investors?: {
|
|
25473
26017
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25474
26018
|
exclude?: string[];
|
|
25475
|
-
};
|
|
26019
|
+
}; /** @default null */
|
|
26020
|
+
is_acquired?: boolean | null;
|
|
26021
|
+
/**
|
|
26022
|
+
* @description Only companies that went public within this time window.
|
|
26023
|
+
* @default
|
|
26024
|
+
*/
|
|
26025
|
+
ipo_within?: string;
|
|
25476
26026
|
/**
|
|
25477
26027
|
* @default {
|
|
25478
26028
|
* "include": [],
|
|
25479
26029
|
* "exclude": []
|
|
25480
26030
|
* }
|
|
25481
26031
|
*/
|
|
25482
|
-
|
|
26032
|
+
markets?: {
|
|
25483
26033
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25484
26034
|
exclude?: string[];
|
|
25485
|
-
};
|
|
26035
|
+
}; /** @default [] */
|
|
26036
|
+
follower_count_brackets?: ("1-500" | "501-1000" | "1001-5000" | "5001-10000" | "10001-30000" | "30000+")[];
|
|
25486
26037
|
/**
|
|
26038
|
+
* @description Negative values match shrinking audiences.
|
|
25487
26039
|
* @default {
|
|
25488
|
-
* "
|
|
25489
|
-
* "
|
|
26040
|
+
* "from": null,
|
|
26041
|
+
* "to": null
|
|
25490
26042
|
* }
|
|
25491
26043
|
*/
|
|
25492
|
-
|
|
25493
|
-
|
|
25494
|
-
|
|
26044
|
+
follower_growth_l6m_in_percent?: {
|
|
26045
|
+
from?: number | null;
|
|
26046
|
+
to?: number | null;
|
|
25495
26047
|
};
|
|
25496
26048
|
/**
|
|
25497
26049
|
* @default {
|
|
@@ -25499,10 +26051,11 @@ interface components {
|
|
|
25499
26051
|
* "exclude": []
|
|
25500
26052
|
* }
|
|
25501
26053
|
*/
|
|
25502
|
-
|
|
26054
|
+
technologies?: {
|
|
25503
26055
|
/** @default [] */include?: string[]; /** @default [] */
|
|
25504
26056
|
exclude?: string[];
|
|
25505
|
-
};
|
|
26057
|
+
}; /** @default [] */
|
|
26058
|
+
competitor_domains?: string[];
|
|
25506
26059
|
};
|
|
25507
26060
|
};
|
|
25508
26061
|
} | {
|
|
@@ -25804,7 +26357,7 @@ interface components {
|
|
|
25804
26357
|
};
|
|
25805
26358
|
};
|
|
25806
26359
|
filters: {
|
|
25807
|
-
/** @default
|
|
26360
|
+
/** @default */person_name?: string | null;
|
|
25808
26361
|
/**
|
|
25809
26362
|
* @default {
|
|
25810
26363
|
* "include": [],
|
|
@@ -25862,17 +26415,8 @@ interface components {
|
|
|
25862
26415
|
max?: number | null;
|
|
25863
26416
|
}; /** @default [] */
|
|
25864
26417
|
current_employer_investors?: string[]; /** @default [] */
|
|
25865
|
-
current_employer_open_position_titles?: string[];
|
|
25866
|
-
|
|
25867
|
-
* @default {
|
|
25868
|
-
* "include": [],
|
|
25869
|
-
* "exclude": []
|
|
25870
|
-
* }
|
|
25871
|
-
*/
|
|
25872
|
-
school_names?: {
|
|
25873
|
-
/** @default [] */include?: string[]; /** @default [] */
|
|
25874
|
-
exclude?: string[];
|
|
25875
|
-
};
|
|
26418
|
+
current_employer_open_position_titles?: string[]; /** @default [] */
|
|
26419
|
+
school_names?: string[];
|
|
25876
26420
|
};
|
|
25877
26421
|
};
|
|
25878
26422
|
} | {
|
|
@@ -29040,7 +29584,7 @@ interface components {
|
|
|
29040
29584
|
id: string;
|
|
29041
29585
|
status: components["schemas"]["EffectsRunStatus"];
|
|
29042
29586
|
effects: {
|
|
29043
|
-
/** @enum {string} */effect_id: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29587
|
+
/** @enum {string} */effect_id: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:order:reset@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29044
29588
|
config_hash: string; /** @enum {string} */
|
|
29045
29589
|
status: "completed" | "failed" | "skipped";
|
|
29046
29590
|
error?: string; /** @enum {string} */
|
|
@@ -29062,7 +29606,7 @@ interface components {
|
|
|
29062
29606
|
};
|
|
29063
29607
|
related_record_id: string | null;
|
|
29064
29608
|
resolved_by: {
|
|
29065
|
-
/** @enum {string} */ref: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29609
|
+
/** @enum {string} */ref: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:order:reset@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29066
29610
|
config_hash: string;
|
|
29067
29611
|
};
|
|
29068
29612
|
};
|
|
@@ -29073,7 +29617,7 @@ interface components {
|
|
|
29073
29617
|
};
|
|
29074
29618
|
related_record_id: string | null;
|
|
29075
29619
|
resolved_by: {
|
|
29076
|
-
/** @enum {string} */ref: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29620
|
+
/** @enum {string} */ref: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:order:reset@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29077
29621
|
config_hash: string;
|
|
29078
29622
|
};
|
|
29079
29623
|
fields: {
|
|
@@ -29089,7 +29633,7 @@ interface components {
|
|
|
29089
29633
|
};
|
|
29090
29634
|
related_record_id: string | null;
|
|
29091
29635
|
resolved_by: {
|
|
29092
|
-
/** @enum {string} */ref: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29636
|
+
/** @enum {string} */ref: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:order:reset@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29093
29637
|
config_hash: string;
|
|
29094
29638
|
};
|
|
29095
29639
|
};
|
|
@@ -29618,7 +30162,23 @@ interface components {
|
|
|
29618
30162
|
type?: "string" | "number" | "boolean" | "json" | "unknown"; /** @enum {string|null} */
|
|
29619
30163
|
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;
|
|
29620
30164
|
label?: string;
|
|
30165
|
+
insert_relative_to?: string; /** @enum {string} */
|
|
30166
|
+
insert_position?: "before" | "after";
|
|
29621
30167
|
};
|
|
30168
|
+
} | {
|
|
30169
|
+
/** @enum {string} */effect_id: "fields:order:reset@1";
|
|
30170
|
+
connector?: {
|
|
30171
|
+
/**
|
|
30172
|
+
* @default first
|
|
30173
|
+
* @enum {string}
|
|
30174
|
+
*/
|
|
30175
|
+
strategy?: "first";
|
|
30176
|
+
connections: {
|
|
30177
|
+
/** @enum {string} */type: "vault";
|
|
30178
|
+
connection: string;
|
|
30179
|
+
}[];
|
|
30180
|
+
} | null;
|
|
30181
|
+
config: Record<string, never>;
|
|
29622
30182
|
} | {
|
|
29623
30183
|
/** @enum {string} */effect_id: "fields:deletesparse:input@1";
|
|
29624
30184
|
connector?: {
|
|
@@ -29767,7 +30327,7 @@ interface components {
|
|
|
29767
30327
|
};
|
|
29768
30328
|
EffectsValidateStep: {
|
|
29769
30329
|
index: number; /** @enum {string} */
|
|
29770
|
-
effect_id: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
30330
|
+
effect_id: "rows:dedupe@1" | "rows:duplicate@1" | "rows:enrich@1" | "rows:adopt@1" | "rows:add@1" | "rows:import@1" | "row:update@1" | "rows:remove@1" | "rows:removeempty@1" | "rows:copy_to_sheet@1" | "rows:filter:prompt@1" | "pipe:add@1" | "pipe:update@1" | "pipe:remove@1" | "fields:remove@1" | "fields:patch@1" | "fields:duplicate@1" | "fields:add@1" | "fields:order:reset@1" | "fields:deletesparse:input@1" | "env:change@1" | "timetravel:create@1" | "timetravel:travel@1" | "sheet:export@1" | "search:run@1" | "sheet:reset@1";
|
|
29771
30331
|
valid: boolean;
|
|
29772
30332
|
errors: string[];
|
|
29773
30333
|
};
|