> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TAM By People

> Returns the distinct companies whose current employees match the people and firmographic filters (deduplicated), each with its matched-people count. Takes the same input as [Find People](/api-reference/people-search/find-people). Optional people.min_per_company floors that count; when it filters heavily, a page may be partial, so keep paging until cursor is null. Cost: 1 record per result (max = max_results)

<div style={{position:'absolute',width:'1px',height:'1px',padding:0,margin:'-1px',overflow:'hidden',clipPath:'inset(50%)',whiteSpace:'nowrap',border:0}}>
  > **Agents & LLMs**: a Markdown version of this page is available by appending `.md` to the URL, and the full documentation index is at [llms.txt](https://docs.blitz-api.ai/llms.txt).
</div>

<Callout icon="/images/icons/scan-text.svg" color="blue">
  **1 record per result**
</Callout>

Build a total addressable market (TAM) from headcount signals. Filter people the same way you would with [Find People](/api-reference/people-search/find-people), but instead of individual contacts this endpoint returns the **distinct companies** employing them (deduplicated), each with its `matched_people` count. Combine people-level filters (title, function, level, location, education) with company-level firmographics (industry, size, revenue, funding, HQ) to size the set of accounts that actually employ your buyer persona.

<Note>
  **Pagination is cursor-based.** Pass the `cursor` returned by each response back into the next request. `cursor: null` means you're on the first page; a `null` cursor in the response means you've reached the end.
</Note>

<Tip>
  **`people.min_per_company`** floors the matched-people count, so only companies with at least that many matching employees are returned (max `25`, `0` = unset). When it filters heavily, a page may come back partial: keep paging until `cursor` is `null`.
</Tip>

<Tip>
  **TAM By People vs [TAM By Jobs](/api-reference/company-search/tam-by-jobs):** By People sizes accounts on who already works there, By Jobs on who they are hiring. Use By People for persona-based ICP sizing, By Jobs for intent.
</Tip>

<Tip>
  **Filter logic:** all filters combine with **AND**. Multiple values within a single `include` list combine with **OR**. Use `exclude` to filter matches out.
</Tip>

<Card title="Company search guide" icon="building" href="/guide/concepts/company-search">
  Build an ICP-aligned company list, with a full walk-through and example filters.
</Card>


## OpenAPI

````yaml api-reference/v2.openapi.json POST /v2/company/tam-by-people
openapi: 3.1.0
info:
  title: Blitz API Reference
  version: 2.0.0
  description: >-
    Welcome to the Blitz API Reference.


    Use this interactive documentation to explore and test every v2 endpoint.
    Authentication is required via the `x-api-key` header.


    **Base URL**: `https://api.blitz-api.ai`


    **Rate limit**: 10 requests per second, per endpoint (all plans). Each
    endpoint has its own independent budget, so different endpoints don't share
    the limit.


    **Pricing**: All endpoints are unlimited on paid plans ($399+/mo). Free
    trial accounts receive 1,000 credits.
servers:
  - url: https://api.blitz-api.ai
    description: Production server
security: []
tags:
  - name: Account
    description: API key info and health check.
  - name: Waterfall ICP Search
    description: Priority-based cascade search — find the best-match contact at a company.
  - name: Employee Finder
    description: Browse all employees at a single company with filters.
  - name: Company Search
    description: Search companies by industry, size, location, and keywords.
  - name: Job Search
    description: Search job postings by role, location, and company firmographics.
  - name: People Enrichment
    description: Enrich contacts with verified emails, phones, and reverse lookups.
  - name: Company Enrichment
    description: Enrich companies and resolve domain ↔ LinkedIn URL.
  - name: Utilities
    description: Helper endpoints (current date/time).
  - name: Changelog
    description: >-
      Public feed of API changes — breaking changes, features, fixes, and
      announcements.
paths:
  /v2/company/tam-by-people:
    post:
      tags:
        - Company Search
      summary: TAM By People
      description: >-
        Returns the distinct companies whose current employees match the people
        and firmographic filters (deduplicated), each with its matched-people
        count. Takes the same input as [Find
        People](/api-reference/people-search/find-people). Optional
        people.min_per_company floors that count; when it filters heavily, a
        page may be partial, so keep paging until cursor is null. Cost: 1 record
        per result (max = max_results)
      operationId: postV2CompanyTamByPeople
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                company:
                  description: Company search criteria
                  type: object
                  properties:
                    linkedin_url:
                      description: >-
                        Exact matches for the LinkedIn URL of the company, to
                        look for people in the company
                      type: array
                      items:
                        type: string
                        examples:
                          - https://www.linkedin.com/company/blitz-api
                      maxItems: 50
                    name:
                      description: Keywords searched in the company name
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                        exclude:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                    industry:
                      description: Exact matches for the industry search
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - - IT Services and IT Consulting
                          type: array
                          items:
                            type: string
                            enum:
                              - 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
                              - Agricultural Chemical Manufacturing
                              - >-
                                Agriculture; Construction; Mining Machinery
                                Manufacturing
                              - Airlines and Aviation
                              - Airlines/Aviation
                              - Air; Water; and Waste Program Management
                              - Alternative Dispute Resolution
                              - Alternative Fuel Vehicle Manufacturing
                              - Alternative Medicine
                              - Ambulance Services
                              - Amusement Parks and Arcades
                              - Animal Feed Manufacturing
                              - Animation
                              - Animation and Post-production
                              - Apparel and 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 and Crafts
                              - Audio and Video Equipment Manufacturing
                              - Automation Machinery Manufacturing
                              - Automotive
                              - Aviation and 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
                              - Blogs
                              - >-
                                Boilers; Tanks; and Shipping Container
                                Manufacturing
                              - Book and Periodical Publishing
                              - Book Publishing
                              - Breweries
                              - Broadcast Media
                              - 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 Supplies and Equipment
                              - Cable and Satellite Programming
                              - Capital Markets
                              - Caterers
                              - Chemical Manufacturing
                              - Chemical Raw Materials Manufacturing
                              - Chemicals
                              - Child Day Care Services
                              - Chiropractors
                              - Circuses and Magic Shows
                              - Civic and Social Organization
                              - 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
                              - Computers and Electronics Manufacturing
                              - Computer Software
                              - Conservation Programs
                              - Construction
                              - Construction Hardware Manufacturing
                              - 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
                              - Death Care Services
                              - Defense and Space
                              - Defense and Space Manufacturing
                              - Dentists
                              - Design
                              - Design Services
                              - Desktop Computing Software Products
                              - Digital Accessibility Services
                              - Distilleries
                              - Economic Programs
                              - Education
                              - Education Administration Programs
                              - Education Management
                              - E-learning
                              - E-Learning Providers
                              - Electrical and Electronic Manufacturing
                              - Electrical Equipment Manufacturing
                              - Electric Lighting Equipment Manufacturing
                              - Electric Power Generation
                              - >-
                                Electric Power Transmission; Control; and
                                Distribution
                              - Electronic and Precision Equipment Maintenance
                              - Embedded Software Products
                              - Emergency and Relief Services
                              - Energy Technology
                              - Engineering Services
                              - >-
                                Engines and Power Transmission Equipment
                                Manufacturing
                              - Entertainment
                              - Entertainment Providers
                              - Environmental Quality Programs
                              - Environmental Services
                              - Equipment Rental Services
                              - Events Services
                              - Executive Office
                              - 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
                              - Fishery
                              - Flight Training
                              - Food and Beverage Manufacturing
                              - Food and Beverage Retail
                              - Food and Beverages
                              - 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
                              - Funeral Services
                              - Furniture
                              - Furniture and Home Furnishings Manufacturing
                              - Gambling and Casinos
                              - Gambling Facilities and Casinos
                              - Geothermal Electric Power Generation
                              - Glass; Ceramics and Concrete
                              - Glass; Ceramics and Concrete Manufacturing
                              - Glass Product Manufacturing
                              - Golf Courses and Country Clubs
                              - Government Administration
                              - Government Relations
                              - Government Relations Services
                              - Graphic Design
                              - Ground Passenger Transportation
                              - Health and Human Services
                              - Health; Wellness and Fitness
                              - Higher Education
                              - Highway; Street; and Bridge Construction
                              - Historical Sites
                              - Holding Companies
                              - Home Health Care Services
                              - Horticulture
                              - Hospital and Health Care
                              - 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 Services
                              - HVAC and Refrigeration Equipment Manufacturing
                              - Hydroelectric Power Generation
                              - Import and Export
                              - Individual and Family Services
                              - Industrial Automation
                              - Industrial Machinery Manufacturing
                              - Industry Associations
                              - Information Services
                              - Information Technology and Services
                              - Insurance
                              - Insurance Agencies and Brokerages
                              - Insurance and Employee Benefit Funds
                              - Insurance Carriers
                              - Interior Design
                              - International Affairs
                              - International Trade and Development
                              - Internet
                              - Internet Marketplace Platforms
                              - Internet News
                              - Internet Publishing
                              - 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
                              - Janitorial Services
                              - Judiciary
                              - Landscaping Services
                              - Language Schools
                              - Laundry and Drycleaning Services
                              - Law Enforcement
                              - Law Practice
                              - Leasing Non-residential Real Estate
                              - Leasing Residential Real Estate
                              - Leather Product Manufacturing
                              - Legal Services
                              - Legislative Offices
                              - Leisure; Travel and Tourism
                              - Libraries
                              - Lime and Gypsum Products Manufacturing
                              - Loan Brokers
                              - Logistics and Supply Chain
                              - Luxury Goods and Jewelry
                              - Machinery
                              - Machinery Manufacturing
                              - Magnetic and Optical Media Manufacturing
                              - Management Consulting
                              - Manufacturing
                              - Maritime
                              - Maritime Transportation
                              - Marketing and Advertising
                              - Marketing Services
                              - Market Research
                              - 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 Practice
                              - Medical Practices
                              - Mental Health Care
                              - Metal Ore Mining
                              - Metal Treatments
                              - Metal Valve; Ball; and Roller Manufacturing
                              - Metalworking Machinery Manufacturing
                              - Military
                              - Military and International Affairs
                              - Mining
                              - Mining and Metals
                              - Mobile Computing Software Products
                              - Mobile Food Services
                              - Mobile Games
                              - Mobile Gaming Apps
                              - Motion Pictures and Film
                              - Motor Vehicle Manufacturing
                              - Motor Vehicle Parts Manufacturing
                              - Movies and Sound Recording
                              - Movies; Videos; and Sound
                              - Museums
                              - Museums and Institutions
                              - Museums; Historical Sites; and Zoos
                              - Music
                              - Musicians
                              - Nanotechnology
                              - Nanotechnology Research
                              - Natural Gas Distribution
                              - Natural Gas Extraction
                              - Newspaper Publishing
                              - Newspapers
                              - Nonmetallic Mineral Mining
                              - Non-profit Organization Management
                              - Non-profit Organizations
                              - Nonresidential Building Construction
                              - Nuclear Electric Power Generation
                              - Nursing Homes and Residential Care Facilities
                              - Office Administration
                              - Office Furniture and Fixtures Manufacturing
                              - Oil and Coal Product Manufacturing
                              - Oil and Energy
                              - Oil and Gas
                              - Oil Extraction
                              - Oil; Gas; and Mining
                              - Online and Mail Order Retail
                              - Online Audio and Video Media
                              - Online Media
                              - Operations Consulting
                              - Optometrists
                              - Other
                              - Outpatient Care Centers
                              - Outsourcing and Offshoring Consulting
                              - Outsourcing/Offshoring
                              - Package/Freight Delivery
                              - Packaging and Containers
                              - Packaging and Containers Manufacturing
                              - Paint; Coating; and Adhesive Manufacturing
                              - Paper and Forest Product Manufacturing
                              - Paper and Forest Products
                              - Parts Distribution
                              - 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
                              - Pharmaceuticals
                              - Philanthropic Fundraising Services
                              - Philanthropy
                              - Photography
                              - Physical; Occupational and Speech Therapists
                              - Physicians
                              - Pipeline Transportation
                              - Plastics
                              - Plastics and Rubber Product Manufacturing
                              - Plastics Manufacturing
                              - Political Organization
                              - Political Organizations
                              - Postal Services
                              - Primary and Secondary Education
                              - Primary Metal Manufacturing
                              - Primary/Secondary Education
                              - Printing
                              - 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
                              - Public Relations and Communications Services
                              - Public Safety
                              - Public Works
                              - Publishing
                              - Racetracks
                              - Radio and Television Broadcasting
                              - Railroad Equipment Manufacturing
                              - Railroad Manufacture
                              - Rail Transportation
                              - Ranching
                              - Ranching and Fisheries
                              - Real Estate
                              - Real Estate Agents and Brokers
                              - Real Estate and Equipment Rental Services
                              - Recreational Facilities
                              - Recreational Facilities and Services
                              - Regenerative Design
                              - Religious Institutions
                              - Renewable Energy Equipment Manufacturing
                              - Renewable Energy Power Generation
                              - Renewable Energy Semiconductor Manufacturing
                              - Renewables and Environment
                              - Repair and Maintenance
                              - Research
                              - Research Services
                              - Residential Building Construction
                              - Restaurants
                              - 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 and Used Merchandise
                              - Reupholstery and Furniture Repair
                              - Robotics Engineering
                              - Robot Manufacturing
                              - Rubber Products Manufacturing
                              - Satellite Telecommunications
                              - Savings Institutions
                              - School and Employee Bus Services
                              - Seafood Product Manufacturing
                              - 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
                              - 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
                              - 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
                              - Supermarkets
                              - 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
                              - Textiles
                              - Theater Companies
                              - Think Tanks
                              - Tobacco
                              - Tobacco Manufacturing
                              - Translation and Localization
                              - Transportation Equipment Manufacturing
                              - >-
                                Transportation; Logistics; Supply Chain and
                                Storage
                              - Transportation Programs
                              - 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
                              - 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 and Spirits
                              - Wineries
                              - Wireless
                              - Wireless Services
                              - Women\\'s Handbag Manufacturing
                              - Wood Product Manufacturing
                              - Writing and Editing
                              - Zoos and Botanical Gardens
                        exclude:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                            enum:
                              - 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
                              - Agricultural Chemical Manufacturing
                              - >-
                                Agriculture; Construction; Mining Machinery
                                Manufacturing
                              - Airlines and Aviation
                              - Airlines/Aviation
                              - Air; Water; and Waste Program Management
                              - Alternative Dispute Resolution
                              - Alternative Fuel Vehicle Manufacturing
                              - Alternative Medicine
                              - Ambulance Services
                              - Amusement Parks and Arcades
                              - Animal Feed Manufacturing
                              - Animation
                              - Animation and Post-production
                              - Apparel and 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 and Crafts
                              - Audio and Video Equipment Manufacturing
                              - Automation Machinery Manufacturing
                              - Automotive
                              - Aviation and 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
                              - Blogs
                              - >-
                                Boilers; Tanks; and Shipping Container
                                Manufacturing
                              - Book and Periodical Publishing
                              - Book Publishing
                              - Breweries
                              - Broadcast Media
                              - 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 Supplies and Equipment
                              - Cable and Satellite Programming
                              - Capital Markets
                              - Caterers
                              - Chemical Manufacturing
                              - Chemical Raw Materials Manufacturing
                              - Chemicals
                              - Child Day Care Services
                              - Chiropractors
                              - Circuses and Magic Shows
                              - Civic and Social Organization
                              - 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
                              - Computers and Electronics Manufacturing
                              - Computer Software
                              - Conservation Programs
                              - Construction
                              - Construction Hardware Manufacturing
                              - 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
                              - Death Care Services
                              - Defense and Space
                              - Defense and Space Manufacturing
                              - Dentists
                              - Design
                              - Design Services
                              - Desktop Computing Software Products
                              - Digital Accessibility Services
                              - Distilleries
                              - Economic Programs
                              - Education
                              - Education Administration Programs
                              - Education Management
                              - E-learning
                              - E-Learning Providers
                              - Electrical and Electronic Manufacturing
                              - Electrical Equipment Manufacturing
                              - Electric Lighting Equipment Manufacturing
                              - Electric Power Generation
                              - >-
                                Electric Power Transmission; Control; and
                                Distribution
                              - Electronic and Precision Equipment Maintenance
                              - Embedded Software Products
                              - Emergency and Relief Services
                              - Energy Technology
                              - Engineering Services
                              - >-
                                Engines and Power Transmission Equipment
                                Manufacturing
                              - Entertainment
                              - Entertainment Providers
                              - Environmental Quality Programs
                              - Environmental Services
                              - Equipment Rental Services
                              - Events Services
                              - Executive Office
                              - 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
                              - Fishery
                              - Flight Training
                              - Food and Beverage Manufacturing
                              - Food and Beverage Retail
                              - Food and Beverages
                              - 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
                              - Funeral Services
                              - Furniture
                              - Furniture and Home Furnishings Manufacturing
                              - Gambling and Casinos
                              - Gambling Facilities and Casinos
                              - Geothermal Electric Power Generation
                              - Glass; Ceramics and Concrete
                              - Glass; Ceramics and Concrete Manufacturing
                              - Glass Product Manufacturing
                              - Golf Courses and Country Clubs
                              - Government Administration
                              - Government Relations
                              - Government Relations Services
                              - Graphic Design
                              - Ground Passenger Transportation
                              - Health and Human Services
                              - Health; Wellness and Fitness
                              - Higher Education
                              - Highway; Street; and Bridge Construction
                              - Historical Sites
                              - Holding Companies
                              - Home Health Care Services
                              - Horticulture
                              - Hospital and Health Care
                              - 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 Services
                              - HVAC and Refrigeration Equipment Manufacturing
                              - Hydroelectric Power Generation
                              - Import and Export
                              - Individual and Family Services
                              - Industrial Automation
                              - Industrial Machinery Manufacturing
                              - Industry Associations
                              - Information Services
                              - Information Technology and Services
                              - Insurance
                              - Insurance Agencies and Brokerages
                              - Insurance and Employee Benefit Funds
                              - Insurance Carriers
                              - Interior Design
                              - International Affairs
                              - International Trade and Development
                              - Internet
                              - Internet Marketplace Platforms
                              - Internet News
                              - Internet Publishing
                              - 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
                              - Janitorial Services
                              - Judiciary
                              - Landscaping Services
                              - Language Schools
                              - Laundry and Drycleaning Services
                              - Law Enforcement
                              - Law Practice
                              - Leasing Non-residential Real Estate
                              - Leasing Residential Real Estate
                              - Leather Product Manufacturing
                              - Legal Services
                              - Legislative Offices
                              - Leisure; Travel and Tourism
                              - Libraries
                              - Lime and Gypsum Products Manufacturing
                              - Loan Brokers
                              - Logistics and Supply Chain
                              - Luxury Goods and Jewelry
                              - Machinery
                              - Machinery Manufacturing
                              - Magnetic and Optical Media Manufacturing
                              - Management Consulting
                              - Manufacturing
                              - Maritime
                              - Maritime Transportation
                              - Marketing and Advertising
                              - Marketing Services
                              - Market Research
                              - 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 Practice
                              - Medical Practices
                              - Mental Health Care
                              - Metal Ore Mining
                              - Metal Treatments
                              - Metal Valve; Ball; and Roller Manufacturing
                              - Metalworking Machinery Manufacturing
                              - Military
                              - Military and International Affairs
                              - Mining
                              - Mining and Metals
                              - Mobile Computing Software Products
                              - Mobile Food Services
                              - Mobile Games
                              - Mobile Gaming Apps
                              - Motion Pictures and Film
                              - Motor Vehicle Manufacturing
                              - Motor Vehicle Parts Manufacturing
                              - Movies and Sound Recording
                              - Movies; Videos; and Sound
                              - Museums
                              - Museums and Institutions
                              - Museums; Historical Sites; and Zoos
                              - Music
                              - Musicians
                              - Nanotechnology
                              - Nanotechnology Research
                              - Natural Gas Distribution
                              - Natural Gas Extraction
                              - Newspaper Publishing
                              - Newspapers
                              - Nonmetallic Mineral Mining
                              - Non-profit Organization Management
                              - Non-profit Organizations
                              - Nonresidential Building Construction
                              - Nuclear Electric Power Generation
                              - Nursing Homes and Residential Care Facilities
                              - Office Administration
                              - Office Furniture and Fixtures Manufacturing
                              - Oil and Coal Product Manufacturing
                              - Oil and Energy
                              - Oil and Gas
                              - Oil Extraction
                              - Oil; Gas; and Mining
                              - Online and Mail Order Retail
                              - Online Audio and Video Media
                              - Online Media
                              - Operations Consulting
                              - Optometrists
                              - Other
                              - Outpatient Care Centers
                              - Outsourcing and Offshoring Consulting
                              - Outsourcing/Offshoring
                              - Package/Freight Delivery
                              - Packaging and Containers
                              - Packaging and Containers Manufacturing
                              - Paint; Coating; and Adhesive Manufacturing
                              - Paper and Forest Product Manufacturing
                              - Paper and Forest Products
                              - Parts Distribution
                              - 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
                              - Pharmaceuticals
                              - Philanthropic Fundraising Services
                              - Philanthropy
                              - Photography
                              - Physical; Occupational and Speech Therapists
                              - Physicians
                              - Pipeline Transportation
                              - Plastics
                              - Plastics and Rubber Product Manufacturing
                              - Plastics Manufacturing
                              - Political Organization
                              - Political Organizations
                              - Postal Services
                              - Primary and Secondary Education
                              - Primary Metal Manufacturing
                              - Primary/Secondary Education
                              - Printing
                              - 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
                              - Public Relations and Communications Services
                              - Public Safety
                              - Public Works
                              - Publishing
                              - Racetracks
                              - Radio and Television Broadcasting
                              - Railroad Equipment Manufacturing
                              - Railroad Manufacture
                              - Rail Transportation
                              - Ranching
                              - Ranching and Fisheries
                              - Real Estate
                              - Real Estate Agents and Brokers
                              - Real Estate and Equipment Rental Services
                              - Recreational Facilities
                              - Recreational Facilities and Services
                              - Regenerative Design
                              - Religious Institutions
                              - Renewable Energy Equipment Manufacturing
                              - Renewable Energy Power Generation
                              - Renewable Energy Semiconductor Manufacturing
                              - Renewables and Environment
                              - Repair and Maintenance
                              - Research
                              - Research Services
                              - Residential Building Construction
                              - Restaurants
                              - 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 and Used Merchandise
                              - Reupholstery and Furniture Repair
                              - Robotics Engineering
                              - Robot Manufacturing
                              - Rubber Products Manufacturing
                              - Satellite Telecommunications
                              - Savings Institutions
                              - School and Employee Bus Services
                              - Seafood Product Manufacturing
                              - 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
                              - 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
                              - 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
                              - Supermarkets
                              - 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
                              - Textiles
                              - Theater Companies
                              - Think Tanks
                              - Tobacco
                              - Tobacco Manufacturing
                              - Translation and Localization
                              - Transportation Equipment Manufacturing
                              - >-
                                Transportation; Logistics; Supply Chain and
                                Storage
                              - Transportation Programs
                              - 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
                              - 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 and Spirits
                              - Wineries
                              - Wireless
                              - Wireless Services
                              - Women\\'s Handbag Manufacturing
                              - Wood Product Manufacturing
                              - Writing and Editing
                              - Zoos and Botanical Gardens
                    type:
                      description: Exact matches for the company type search
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                            enum:
                              - Educational
                              - Educational Institution
                              - Government Agency
                              - Nonprofit
                              - Partnership
                              - Privately Held
                              - Public Company
                              - Self-Employed
                              - Self-Owned
                              - Sole Proprietorship
                        exclude:
                          default: []
                          examples:
                            - - Nonprofit
                              - Partnership
                          type: array
                          items:
                            type: string
                            enum:
                              - Educational
                              - Educational Institution
                              - Government Agency
                              - Nonprofit
                              - Partnership
                              - Privately Held
                              - Public Company
                              - Self-Employed
                              - Self-Owned
                              - Sole Proprietorship
                    employee_range:
                      default: []
                      examples:
                        - - 1-10
                          - 11-50
                          - 51-200
                          - 201-500
                          - 501-1000
                          - 1001-5000
                          - 5001-10000
                          - 10001+
                      description: Exact matches for the employee range search
                      type: array
                      items:
                        type: string
                        enum:
                          - 1-10
                          - 11-50
                          - 51-200
                          - 201-500
                          - 501-1000
                          - 1001-5000
                          - 5001-10000
                          - 10001+
                    employee_count:
                      description: Range search for the number of employees on LinkedIn
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 980000
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 1000000
                    min_linkedin_followers:
                      default: 0
                      examples:
                        - 0
                      description: Minimum number of LinkedIn followers
                      type: number
                      minimum: 0
                      maximum: 10000000
                    revenue:
                      description: >-
                        Range search for company revenue (USD). Matches
                        companies whose revenue band overlaps the requested
                        range. 0 = unset.
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 9007199254740991
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 9007199254740991
                    naics_code:
                      description: Exact matches for NAICS codes
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - - '541511'
                          type: array
                          items:
                            type: string
                            minLength: 1
                        exclude:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                            minLength: 1
                    sic_code:
                      description: Exact matches for SIC codes
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - - '7372'
                          type: array
                          items:
                            type: string
                            minLength: 1
                        exclude:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                            minLength: 1
                    web_traffic:
                      description: >-
                        Range search for total monthly web traffic (visits). 0 =
                        unset.
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 2147483647
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 2147483647
                    ad_spend:
                      description: >-
                        Range search for monthly Google ad spend (USD). 0 =
                        unset.
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 1000000000000
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 1000000000000
                    total_funding:
                      description: Range search for total funding amount (USD). 0 = unset.
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 2147483647
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 2147483647
                    last_funding_amount:
                      description: >-
                        Range search for the last funding round amount (USD). 0
                        = unset.
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 2147483647
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 2147483647
                    last_funding_year:
                      description: Range search for the year of the last funding round
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 1800
                          maximum: 2026
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 1800
                          maximum: 2026
                    last_funding_type:
                      description: Exact matches for the last funding round type
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - - Series A
                          type: array
                          items:
                            type: string
                            enum:
                              - Series unknown
                              - Pre seed
                              - Seed
                              - Series A
                              - Series B
                              - Series C
                              - Series D
                              - Series E-J
                              - Grant
                              - Angel
                              - Private equity
                              - Debt financing
                              - Non equity assistance
                              - Post IPO equity
                              - Undisclosed
                              - Post IPO debt
                              - Product crowdfunding
                              - Equity crowdfunding
                              - Corporate round
                              - Convertible note
                              - Secondary market
                              - Initial coin offering
                              - Post IPO secondary
                        exclude:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                            enum:
                              - Series unknown
                              - Pre seed
                              - Seed
                              - Series A
                              - Series B
                              - Series C
                              - Series D
                              - Series E-J
                              - Grant
                              - Angel
                              - Private equity
                              - Debt financing
                              - Non equity assistance
                              - Post IPO equity
                              - Undisclosed
                              - Post IPO debt
                              - Product crowdfunding
                              - Equity crowdfunding
                              - Corporate round
                              - Convertible note
                              - Secondary market
                              - Initial coin offering
                              - Post IPO secondary
                    lead_investors:
                      description: Keywords searched in lead investor names
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - - Sequoia
                          type: array
                          items:
                            type: string
                        exclude:
                          default: []
                          examples:
                            - []
                          type: array
                          items:
                            type: string
                    keywords:
                      description: >-
                        Keywords searched across the company description,
                        specialties, NAICS/SIC descriptions, and Crunchbase/G2
                        categories. A phrase matches a company if all its tokens
                        are found within any one of those fields.
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - - Tech
                          type: array
                          items:
                            type: string
                        exclude:
                          default: []
                          examples:
                            - - Finance
                              - Marketing
                          type: array
                          items:
                            type: string
                    founded_year:
                      description: Range search for the year the company was founded
                      type: object
                      properties:
                        min:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 1000000000
                        max:
                          default: 0
                          examples:
                            - 0
                          type: number
                          minimum: 0
                          maximum: 1000000000
                    hq:
                      description: Location of the headquarters of the company
                      type: object
                      properties:
                        city:
                          description: >-
                            Keywords searched to find the headquarters city of
                            the company
                          type: object
                          properties:
                            include:
                              default: []
                              examples:
                                - - City
                              type: array
                              items:
                                type: string
                                minLength: 1
                            exclude:
                              default: []
                              examples:
                                - - New
                              type: array
                              items:
                                type: string
                                minLength: 1
                        state:
                          description: >-
                            Keywords searched to find the headquarters
                            state/province of the company
                          type: object
                          properties:
                            include:
                              default: []
                              examples:
                                - - California
                              type: array
                              items:
                                type: string
                                minLength: 1
                            exclude:
                              default: []
                              examples:
                                - - Texas
                              type: array
                              items:
                                type: string
                                minLength: 1
                        country_code:
                          default: []
                          examples:
                            - []
                          description: >-
                            Exact matches for the country code of the
                            headquarters
                          type: array
                          items:
                            type: string
                            minLength: 1
                        continent:
                          default: []
                          examples:
                            - []
                          description: Exact matches for the continent of the headquarters
                          type: array
                          items:
                            type: string
                            enum:
                              - Africa
                              - Antarctica
                              - Asia
                              - Europe
                              - North America
                              - Oceania
                              - South America
                        sales_region:
                          default: []
                          examples:
                            - []
                          description: >-
                            Exact matches for the sales region of the
                            headquarters
                          type: array
                          items:
                            type: string
                            enum:
                              - NORAM
                              - LATAM
                              - EMEA
                              - APAC
                people:
                  description: People search criteria for company matching
                  type: object
                  properties:
                    linkedin_url:
                      description: >-
                        Exact matches for the LinkedIn URL of the person, to
                        find specific people
                      type: array
                      items:
                        type: string
                        examples:
                          - https://www.linkedin.com/in/antoine-blitz-5581b7373
                      maxItems: 50
                    job_title:
                      description: >-
                        Find at least one person with the given job title in the
                        company. Values match as a keyword search by default;
                        wrap a value in square brackets (`"[CEO]"`) to require
                        an exact, case- and accent-insensitive match. See [Field
                        normalization](/guide/reference/normalization/filters#exact-match-syntax).
                      type: object
                      properties:
                        include_linkedin_headline:
                          default: false
                          examples:
                            - false
                          description: >-
                            Whether to include the LinkedIn headline in the
                            job_title search
                          type: boolean
                        include:
                          default: []
                          examples:
                            - - Software Engineer
                          type: array
                          items:
                            type: string
                        exclude:
                          default: []
                          examples:
                            - - CTO
                          type: array
                          items:
                            type: string
                    job_function:
                      default: []
                      examples:
                        - - Advertising & Marketing
                      description: Exact matches for the job function search
                      type: array
                      items:
                        type: string
                        enum:
                          - Advertising & Marketing
                          - Art, Culture and Creative Professionals
                          - Construction
                          - Customer/Client Service
                          - Education
                          - Engineering
                          - Finance & Accounting
                          - General Business & Management
                          - Healthcare & Human Services
                          - Human Resources
                          - Information Technology
                          - Legal
                          - Manufacturing & Production
                          - Operations
                          - Other
                          - Public Administration & Safety
                          - Purchasing
                          - Research & Development
                          - Sales & Business Development
                          - Science
                          - Supply Chain & Logistics
                          - Writing/Editing
                    job_level:
                      examples:
                        - - VP
                          - Director
                      description: Exact matches for the job level search
                      type: array
                      items:
                        type: string
                        enum:
                          - C-Team
                          - Director
                          - Manager
                          - Other
                          - Staff
                          - VP
                    min_connections:
                      default: 0
                      examples:
                        - 500
                      description: Minimum number of LinkedIn connections to find
                      type: number
                      minimum: 0
                      maximum: 500
                    location:
                      description: Location of the people to find
                      type: object
                      properties:
                        city:
                          description: >-
                            Keywords searched to find the city where the person
                            is based
                          type: object
                          properties:
                            include:
                              default: []
                              examples:
                                - - Paris
                                  - London
                              type: array
                              items:
                                type: string
                                minLength: 1
                            exclude:
                              default: []
                              examples:
                                - - Remote
                              type: array
                              items:
                                type: string
                                minLength: 1
                        country_code:
                          default: []
                          examples:
                            - - FR
                              - GB
                          type: array
                          items:
                            type: string
                            minLength: 2
                            maxLength: 3
                        continent:
                          default: []
                          examples:
                            - - Europe
                          type: array
                          items:
                            type: string
                            enum:
                              - Africa
                              - Antarctica
                              - Asia
                              - Europe
                              - North America
                              - Oceania
                              - South America
                        sales_region:
                          default: []
                          examples:
                            - - EMEA
                          type: array
                          items:
                            type: string
                            enum:
                              - NORAM
                              - LATAM
                              - EMEA
                              - APAC
                    education:
                      description: >-
                        Education filter for the person. Phrases are matched
                        against each education entry independently: tokens
                        within a phrase must co-occur inside a single entry
                        (school, degree, dates), so a phrase like "Stanford
                        2025" matches a person who studied at Stanford ending in
                        2025, not someone with separate Stanford and 2025
                        entries.
                      type: object
                      properties:
                        include:
                          default: []
                          examples:
                            - - Stanford CS 2025
                              - MIT
                          description: >-
                            Phrases matched against education entries. Tokens
                            must co-occur within a single entry, so wrap the
                            year in the phrase (e.g. "Stanford 2025") to
                            correlate school and year. Token order is not
                            significant ("Stanford CS" matches "CS Stanford").
                          type: array
                          items:
                            type: string
                        exclude:
                          default: []
                          examples:
                            - - Bootcamp
                          description: >-
                            Phrases excluded from education entries: any person
                            with an entry matching one of these phrases is
                            filtered out.
                          type: array
                          items:
                            type: string
                    min_per_company:
                      default: 0
                      examples:
                        - 0
                      description: >-
                        Only return companies with at least this many matching
                        employees (max 25). 0 = unset.
                      type: number
                      minimum: 0
                      maximum: 25
                max_results:
                  default: 10
                  examples:
                    - 10
                  description: Maximum number of results to return
                  type: number
                  minimum: 1
                  maximum: 50
                cursor:
                  default: null
                  examples:
                    - null
                  description: Cursor to paginate through the results
                  anyOf:
                    - type: string
                      minLength: 3
                    - type: 'null'
              example:
                company:
                  linkedin_url: []
                  name:
                    include: []
                    exclude: []
                  industry:
                    include: []
                    exclude: []
                  type:
                    include: []
                    exclude: []
                  employee_range:
                    - 1-10
                    - 11-50
                    - 51-200
                    - 201-500
                    - 501-1000
                    - 1001-5000
                    - 5001-10000
                    - 10001+
                  employee_count:
                    min: 1
                    max: 0
                  min_linkedin_followers: 1
                  revenue:
                    min: 0
                    max: 0
                  naics_code:
                    include: []
                    exclude: []
                  sic_code:
                    include: []
                    exclude: []
                  web_traffic:
                    min: 0
                    max: 0
                  ad_spend:
                    min: 0
                    max: 0
                  total_funding:
                    min: 0
                    max: 0
                  last_funding_amount:
                    min: 0
                    max: 0
                  last_funding_year:
                    min: 0
                    max: 0
                  last_funding_type:
                    include: []
                    exclude: []
                  lead_investors:
                    include: []
                    exclude: []
                  keywords:
                    include: []
                    exclude: []
                  founded_year:
                    min: 0
                    max: 0
                  hq:
                    city:
                      include: []
                      exclude: []
                    country_code: []
                    continent: []
                    sales_region: []
                people:
                  job_title:
                    include_linkedin_headline: false
                    include: []
                    exclude: []
                  job_function: []
                  job_level: []
                  min_connections: 500
                  location:
                    city:
                      include: []
                      exclude: []
                    country_code:
                      - US
                    continent: []
                    sales_region: []
                  education:
                    include: []
                    exclude: []
                max_results: 3
                cursor: null
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $schema: https://json-schema.org/draft/2020-12/schema
                type: object
                properties:
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        company:
                          type: object
                          properties:
                            linkedin_url:
                              anyOf:
                                - type: string
                                - type: 'null'
                            linkedin_id:
                              anyOf:
                                - type: number
                                - type: 'null'
                            name:
                              anyOf:
                                - type: string
                                - type: 'null'
                            about:
                              anyOf:
                                - type: string
                                - type: 'null'
                            specialties:
                              anyOf:
                                - anyOf:
                                    - type: array
                                      items:
                                        type: string
                                    - type: 'null'
                                - type: 'null'
                            industry:
                              anyOf:
                                - type: string
                                - type: 'null'
                            type:
                              anyOf:
                                - type: string
                                - type: 'null'
                            size:
                              anyOf:
                                - type: string
                                - type: 'null'
                            employees_on_linkedin:
                              anyOf:
                                - type: number
                                - type: 'null'
                            followers:
                              anyOf:
                                - type: number
                                - type: 'null'
                            founded_year:
                              anyOf:
                                - type: number
                                - type: 'null'
                            hq:
                              anyOf:
                                - type: object
                                  properties:
                                    city:
                                      anyOf:
                                        - type: string
                                        - type: 'null'
                                    state:
                                      anyOf:
                                        - type: string
                                        - type: 'null'
                                    country_code:
                                      anyOf:
                                        - type: string
                                        - type: 'null'
                                    country_name:
                                      anyOf:
                                        - type: string
                                        - type: 'null'
                                    region:
                                      anyOf:
                                        - type: string
                                        - type: 'null'
                                    continent:
                                      anyOf:
                                        - type: string
                                        - type: 'null'
                                  required:
                                    - city
                                    - state
                                    - country_code
                                    - country_name
                                    - region
                                    - continent
                                  additionalProperties: false
                                  examples:
                                    - city: Noida
                                      state: Uttar Pradesh
                                      country_code: IN
                                      country_name: India
                                      region: APAC
                                      continent: Asia
                                - type: 'null'
                            domain:
                              anyOf:
                                - type: string
                                - type: 'null'
                            website:
                              anyOf:
                                - type: string
                                - type: 'null'
                          required:
                            - linkedin_url
                            - linkedin_id
                            - name
                            - about
                            - specialties
                            - industry
                            - type
                            - size
                            - employees_on_linkedin
                            - followers
                            - founded_year
                            - hq
                            - domain
                            - website
                          additionalProperties: false
                          examples:
                            - linkedin_url: https://www.linkedin.com/company/xxx
                              linkedin_id: 10509138
                              name: Company Name
                              about: Short company description / about us…
                              specialties:
                                - graphisme
                                - conseils communication
                                - web
                              industry: Advertising Services
                              type: Privately Held
                              size: 1-10
                              employees_on_linkedin: 2
                              followers: 58
                              founded_year: 2003
                              hq:
                                city: Noida
                                state: Uttar Pradesh
                                country_code: IN
                                country_name: India
                                region: APAC
                                continent: Asia
                              domain: communication-support.be
                              website: https://www.communication-support.be
                        matched_people:
                          type: number
                          description: >-
                            Number of current employees matching the filter at
                            this company
                          examples:
                            - 3
                      required:
                        - company
                        - matched_people
                      additionalProperties: false
                  results_length:
                    type: number
                    examples:
                      - 3
                  max_results:
                    type: number
                    examples:
                      - 3
                  cursor:
                    anyOf:
                      - type: string
                      - type: 'null'
                    examples:
                      - null
                  fair_usage:
                    type: object
                    description: >-
                      Record usage, rate limit, and tracing data for this
                      request.
                    properties:
                      records_used:
                        type: number
                        description: >-
                          Records this request consumed, after reconciliation
                          against the results actually returned.
                        examples:
                          - 3
                      records_remaining:
                        anyOf:
                          - type: number
                          - type: string
                            const: unlimited
                        description: Records left on the plan after this request.
                        examples:
                          - 9913547
                      next_reset_at:
                        anyOf:
                          - type: string
                          - type: 'null'
                        description: >-
                          When the record balance resets. Null on an unlimited
                          plan.
                        examples:
                          - '2026-09-29T10:25:23.155Z'
                      rate_limit:
                        type: object
                        description: Absent on endpoints that are not rate limited.
                        properties:
                          requests_per_second:
                            type: number
                            description: Requests this API key may send per second.
                            examples:
                              - 10
                          remaining_this_second:
                            type: number
                            description: Requests left in the current one-second window.
                            examples:
                              - 9
                        required:
                          - requests_per_second
                          - remaining_this_second
                        additionalProperties: false
                      request_id:
                        type: string
                        description: Quote this id when you contact support.
                        examples:
                          - 019bae09-0055-7441-b2ea-16086e499219
                    required:
                      - records_used
                      - records_remaining
                      - next_reset_at
                      - request_id
                    additionalProperties: false
                required:
                  - results
                  - results_length
                  - max_results
                  - cursor
                additionalProperties: false
              example:
                results:
                  - company:
                      linkedin_url: https://www.linkedin.com/company/google
                      linkedin_id: 1441
                      name: Google
                      about: >-
                        A problem isn\'t truly solved until it\'s solved for
                        all. Googlers build products that help create
                        opportunities for everyone, whether down the street or
                        across the globe. Bring your insight, imagination and a
                        healthy disregard for the impossible. Bring everything
                        that makes you unique. Together, we can build for
                        everyone. Check out our career opportunities at
                        goo.gle/3DLEokh
                      specialties:
                        - mobile
                        - hardware
                        - youtube
                        - machine learning
                        - artificial intelligence
                        - software
                        - search
                        - apps
                        - cloud
                        - online video
                        - virtual reality
                        - roid
                        - ads
                      industry: Software Development
                      type: Public Company
                      size: 10001+
                      employees_on_linkedin: 328177
                      followers: 40093219
                      founded_year: null
                      hq:
                        city: Mountain View
                        state: California
                        country_code: US
                        country_name: United States
                        region: NORAM
                        continent: North America
                      domain: google.com
                      website: https://www.google.com
                    matched_people: 42
                  - company:
                      linkedin_url: https://www.linkedin.com/company/amazon
                      linkedin_id: 1586
                      name: Amazon
                      about: >-
                        Amazon is guided by four principles: customer obsession
                        rather than competitor focus, passion for invention,
                        commitment to operational excellence, and long-term
                        thinking. We are driven by the excitement of building
                        technologies, inventing products, and providing services
                        that change lives. We embrace new ways of doing things,
                        make decisions quickly, and are not afraid to fail. We
                        have the scope and capabilities of a large company, and
                        the spirit and heart of a small one. Together,
                        Amazonians research and develop new technologies from
                        Amazon Web Services to Alexa on behalf of our customers:
                        shoppers, sellers, content creators, and developers
                        around the world. Our mission is to be Earth\'s most
                        customer-centric company. Our actions, goals, projects,
                        programs, and inventions begin and end with the customer
                        top of mind. You\'ll also hear us say that at Amazon,
                        it\'s always \"Day 1.\" What do we mean? That our
                        approach remains the same as it was on Amazon\'s very
                        first day - to make smart, fast decisions, stay nimble,
                        invent, and focus on delighting our customers.
                      specialties:
                        - operations
                        - internet
                        - retail
                        - e-commerce
                      industry: Software Development
                      type: Public Company
                      size: 10001+
                      employees_on_linkedin: 778681
                      followers: 35961516
                      founded_year: null
                      hq:
                        city: Seattle
                        state: Washington
                        country_code: US
                        country_name: United States
                        region: NORAM
                        continent: North America
                      domain: amazon.com
                      website: https://www.amazon.com
                    matched_people: 27
                  - company:
                      linkedin_url: https://www.linkedin.com/company/1337
                      linkedin_id: 1337
                      name: Linkedin
                      about: >-
                        Founded in 2003, LinkedIn connects the world\'s
                        professionals to make them more productive and
                        successful. With more than 1 billion members worldwide,
                        including executives from every Fortune 500 company,
                        LinkedIn is the world\'s largest professional network.
                        The company has a diversified business model with
                        revenue coming from Talent Solutions, Marketing
                        Solutions, Sales Solutions and Premium Subscriptions
                        products. Headquartered in Silicon Valley, LinkedIn has
                        offices across the globe.
                      specialties:
                        - address book
                        - recruiting
                        - people search
                        - group collaboration
                        - online professional network
                        - company search
                        - jobs
                        - professional identity
                        - advertising
                      industry: Software Development
                      type: Public Company
                      size: 10001+
                      employees_on_linkedin: 23910
                      followers: 32612546
                      founded_year: null
                      hq:
                        city: Sunnyvale
                        state: California
                        country_code: US
                        country_name: United States
                        region: NORAM
                        continent: North America
                      domain: null
                      website: https://www.linkedin.com
                    matched_people: 4
                results_length: 3
                max_results: 3
                cursor: eyJvZmZzZXQiOjN9
                fair_usage:
                  records_used: 3
                  records_remaining: 9913547
                  next_reset_at: '2026-09-29T10:25:23.155Z'
                  rate_limit:
                    requests_per_second: 10
                    remaining_this_second: 9
                  request_id: 019bae09-0055-7441-b2ea-16086e499219
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  success: false
                  message: >-
                    Invalid API key, please provide a valid API key in the
                    'x-api-key' header
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  success: false
                  message: >-
                    Fair Use limit reached. Upgrade your plan at
                    app.blitz-api.ai/billing or contact support to increase your
                    monthly capacity.
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                example:
                  success: false
                  message: Not Found
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  success: false
                  message: Rate limit exceeded, please try again later
      security:
        - APIKey: []
components:
  securitySchemes:
    APIKey:
      type: apiKey
      in: header
      name: x-api-key
      description: Your Blitz API Key. Get one from https://app.blitz-api.ai

````