---
title: "Set audience search parameters"
method: PATCH
path: "/v1/audiences/{audienceId}/search-params"
tags: ["Audiences"]
---

# Set audience search parameters

`PATCH /v1/audiences/{audienceId}/search-params`

Updates the search parameters (filters) for an audience. You can set company filters (e.g., industry, headcount) and prospect filters (e.g., job title, location). This endpoint converts the API-friendly search parameters into the internal format used by the search engine. The audience must be in DRAFT status.

<span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API.&nbsp;<span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>

## Path parameters

- `audienceId` string, required

## Request body

- object
  - `apiKey` string, required — Your Fiber API key
  - `companySearchParams` object, nullable — The search parameters to filter companies.
    - `exactCompanyV2` object, nullable
      - `anyOf` union[], nullable
        - union
          - object
            - `identifier` 'domain', required
            - `domain` string, required
          - object
            - `identifier` 'linkedin-url', required
            - `linkedin_url` string, uri, required
          - object
            - `identifier` 'linkedin-org-id', required
            - `org_id` string, required
          - object
            - `identifier` 'advanced', required
            - `linkedin_id` string, nullable
            - `li_org_id` string, required
            - `preferred_name` string, nullable
            - `names` string[], nullable
            - `linkedin_primary_slug` string, nullable
            - `domains` string[], nullable
            - `logo_url` string, nullable
            - `source` 'csv' | 'null', nullable
      - `noneOf` union[], nullable
        - union
          - object
            - `identifier` 'domain', required
            - `domain` string, required
          - object
            - `identifier` 'linkedin-url', required
            - `linkedin_url` string, uri, required
          - object
            - `identifier` 'linkedin-org-id', required
            - `org_id` string, required
          - object
            - `identifier` 'advanced', required
            - `linkedin_id` string, nullable
            - `li_org_id` string, required
            - `preferred_name` string, nullable
            - `names` string[], nullable
            - `linkedin_primary_slug` string, nullable
            - `domains` string[], nullable
            - `logo_url` string, nullable
            - `source` 'csv' | 'null', nullable
    - `domains` string[], nullable
    - `headquartersCountryCode` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `headquartersStateName` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `employeeCountV2` object, nullable
      - `lowerBoundExclusive` integer, nullable
      - `upperBoundInclusive` integer, nullable
    - `keywords` object, nullable
      - `containsAll` string[], nullable
      - `containsAny` string[], nullable
      - `containsNone` string[], nullable
    - `industriesV2` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
      - `allOf` string[], nullable
    - `stage` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `totalFundingUSD` object, nullable
      - `lowerBound` number, nullable
      - `upperBound` number, nullable
    - `lastFundingUSD` object, nullable
      - `lowerBound` number, nullable
      - `upperBound` number, nullable
    - `lastFundedOn` union
      - object
        - `strategy` 'absolute', required
        - `range` object, nullable
          - `lowerBound` string, nullable
          - `upperBound` string, nullable
      - object
        - `strategy` 'relative', required
        - `window` union
          - object
            - `method` 'lastN', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `quantity` number, required
          - object
            - `method` 'within', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `lowerBound` number, nullable
            - `upperBound` number, nullable
          - object
            - `method` 'calendar', required
            - `which` 'current' | 'previous', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
    - `foundedOn` union
      - object
        - `strategy` 'absolute', required
        - `range` object, nullable
          - `lowerBound` string, nullable
          - `upperBound` string, nullable
      - object
        - `strategy` 'relative', required
        - `window` union
          - object
            - `method` 'lastN', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `quantity` number, required
          - object
            - `method` 'within', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `lowerBound` number, nullable
            - `upperBound` number, nullable
          - object
            - `method` 'calendar', required
            - `which` 'current' | 'previous', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
    - `nameLike` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `exactCompany` object, nullable
      - `anyOf` object[], nullable
        - `linkedin_id` string, nullable
        - `li_org_id` string, required
        - `preferred_name` string, nullable
        - `names` string[], nullable
        - `linkedin_primary_slug` string, nullable
        - `domains` string[], nullable
        - `logo_url` string, nullable
        - `source` 'csv' | 'null', nullable
      - `noneOf` object[], nullable
        - `linkedin_id` string, nullable
        - `li_org_id` string, required
        - `preferred_name` string, nullable
        - `names` string[], nullable
        - `linkedin_primary_slug` string, nullable
        - `domains` string[], nullable
        - `logo_url` string, nullable
        - `source` 'csv' | 'null', nullable
    - `acceleratorsV2` object, nullable
      - `anyOf` object[], nullable
        - `acceleratorName` 'a16z_speedrun' | 'accel_atoms' | 'ai2_incubator' | 'alchemist_accelerator' | 'alliance' | 'antler' | 'berkeley_skydeck' | 'founders_inc' | 'google_startups' | 'launch_accelerator' | 'neo' | 'pear_x' | 'plug_and_play' | 'sosv' | 'south_park_commons' | 'startx' | 'techstars' | 'the_mint' | 'ycombinator', required
        - `batchSelection` union
          - object
            - `strategy` 'all-batches', required
          - object
            - `strategy` 'only-these-batches', required
            - `batches` string[], required
        - `years` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
      - `noneOf` object[], nullable
        - `acceleratorName` 'a16z_speedrun' | 'accel_atoms' | 'ai2_incubator' | 'alchemist_accelerator' | 'alliance' | 'antler' | 'berkeley_skydeck' | 'founders_inc' | 'google_startups' | 'launch_accelerator' | 'neo' | 'pear_x' | 'plug_and_play' | 'sosv' | 'south_park_commons' | 'startx' | 'techstars' | 'the_mint' | 'ycombinator', required
        - `batchSelection` union
          - object
            - `strategy` 'all-batches', required
          - object
            - `strategy` 'only-these-batches', required
            - `batches` string[], required
        - `years` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
    - `headquartersLocation` object, nullable
      - `unionAll` union[], nullable
        - union
          - object
            - `strategy` 'radial-distance', required
            - `center` object, required
              - …
            - `radius` union, required
              - …
          - object
            - `strategy` 'free-form-city', required
            - `city` string, required
            - `countryCode` string, nullable
            - `radius` union, required
              - …
          - object
            - `strategy` 'polygon', required
            - `vertices` object[], required
              - …
          - object
            - `strategy` 'preset-region', required
            - `region` 'sf-bay-area' | 'sf-north-bay' | 'sf-east-bay' | 'sf-south-bay' | 'sf-peninsula' | 'greater-new-york' | 'chicagoland' | 'washington-dmv' | 'greater-los-angeles' | 'inland-empire' | 'greater-philadelphia' | 'boston-route-128' | 'greater-austin' | 'toronto-golden-horseshoe' | 'greater-london' | 'greater-tokyo' | 'research-triangle' | 'seattle-puget-sound' | 'dallas-fort-worth' | 'miami-south-florida' | 'slc-silicon-slopes' | 'denver-front-range', required
      - `subtractAll` union[], nullable
        - union
          - object
            - `strategy` 'radial-distance', required
            - `center` object, required
              - …
            - `radius` union, required
              - …
          - object
            - `strategy` 'free-form-city', required
            - `city` string, required
            - `countryCode` string, nullable
            - `radius` union, required
              - …
          - object
            - `strategy` 'polygon', required
            - `vertices` object[], required
              - …
          - object
            - `strategy` 'preset-region', required
            - `region` 'sf-bay-area' | 'sf-north-bay' | 'sf-east-bay' | 'sf-south-bay' | 'sf-peninsula' | 'greater-new-york' | 'chicagoland' | 'washington-dmv' | 'greater-los-angeles' | 'inland-empire' | 'greater-philadelphia' | 'boston-route-128' | 'greater-austin' | 'toronto-golden-horseshoe' | 'greater-london' | 'greater-tokyo' | 'research-triangle' | 'seattle-puget-sound' | 'dallas-fort-worth' | 'miami-south-florida' | 'slc-silicon-slopes' | 'denver-front-range', required
    - `linkedinSlugs` string[], nullable
    - `specialFlags` object, nullable
      - `excludeYcCompanies` boolean, nullable
    - `employees` object, nullable
      - `rules` object[], required
        - `employeesToMatch` union, required
          - object
            - `tag` 'all', required
          - object
            - `tag` 'finiteRange', required
            - `lowerBound` integer, nullable
            - `upperBound` integer, nullable
        - `employeeFilters` object, nullable
          - `countryCode` string[], nullable
          - `jobTitle` string[], nullable
          - `recentlyHired` object[], nullable
            - `hiredAt` union
              - …
            - `jobTitle` string[], nullable
        - `jobStatus` union
          - object
            - `status` 'currently-employed', required
          - object
            - `status` 'previously-employed', required
            - `leftAt` union
              - …
          - object
            - `status` 'ever-employed', required
      - `joiner` 'AND' | 'OR', required
    - `naicsCodes` object, nullable
      - `anyOf` object[], nullable
        - `code` string, required
        - `title` string, required
      - `allOf` object[], nullable
        - `code` string, required
        - `title` string, required
      - `noneOf` object[], nullable
        - `code` string, required
        - `title` string, required
    - `fortuneRankings` object, nullable
      - `anyOf` object[], nullable
        - `list` 'fortune-500-usa', required
        - `range` object, required
          - `low` number, required
          - `high` number, required
          - `name` string, nullable
        - `year` number, required
    - `jobPostingsV2` object, nullable
      - `anyOf` object[], nullable
        - `jobPostingStatus` 'active' | 'closed' | 'either' | 'null', nullable
        - `jobTitle` string[], nullable
        - `keywords` string[], nullable
        - `postedAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `numApplicants` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `annualPayUSD` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `yearsOfExperience` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `geoLocation` union
          - object
            - `strategy` 'radial-distance', required
            - `center` object, required
              - …
            - `radius` union, required
              - …
          - object
            - `strategy` 'free-form-city', required
            - `city` string, required
            - `countryCode` string, nullable
            - `radius` union, required
              - …
          - object
            - `strategy` 'polygon', required
            - `vertices` object[], required
              - …
          - object
            - `strategy` 'preset-region', required
            - `region` 'sf-bay-area' | 'sf-north-bay' | 'sf-east-bay' | 'sf-south-bay' | 'sf-peninsula' | 'greater-new-york' | 'chicagoland' | 'washington-dmv' | 'greater-los-angeles' | 'inland-empire' | 'greater-philadelphia' | 'boston-route-128' | 'greater-austin' | 'toronto-golden-horseshoe' | 'greater-london' | 'greater-tokyo' | 'research-triangle' | 'seattle-puget-sound' | 'dallas-fort-worth' | 'miami-south-florida' | 'slc-silicon-slopes' | 'denver-front-range', required
        - `countryOrRegionCode` string[], nullable
        - `seniority` string[], nullable
        - `employmentType` string[], nullable
        - `jobFunction` string[], nullable
        - `industry` string[], nullable
        - `jobLocationType` string[], nullable
      - `allOf` object[], nullable
        - `jobPostingStatus` 'active' | 'closed' | 'either' | 'null', nullable
        - `jobTitle` string[], nullable
        - `keywords` string[], nullable
        - `postedAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `numApplicants` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `annualPayUSD` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `yearsOfExperience` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `geoLocation` union
          - object
            - `strategy` 'radial-distance', required
            - `center` object, required
              - …
            - `radius` union, required
              - …
          - object
            - `strategy` 'free-form-city', required
            - `city` string, required
            - `countryCode` string, nullable
            - `radius` union, required
              - …
          - object
            - `strategy` 'polygon', required
            - `vertices` object[], required
              - …
          - object
            - `strategy` 'preset-region', required
            - `region` 'sf-bay-area' | 'sf-north-bay' | 'sf-east-bay' | 'sf-south-bay' | 'sf-peninsula' | 'greater-new-york' | 'chicagoland' | 'washington-dmv' | 'greater-los-angeles' | 'inland-empire' | 'greater-philadelphia' | 'boston-route-128' | 'greater-austin' | 'toronto-golden-horseshoe' | 'greater-london' | 'greater-tokyo' | 'research-triangle' | 'seattle-puget-sound' | 'dallas-fort-worth' | 'miami-south-florida' | 'slc-silicon-slopes' | 'denver-front-range', required
        - `countryOrRegionCode` string[], nullable
        - `seniority` string[], nullable
        - `employmentType` string[], nullable
        - `jobFunction` string[], nullable
        - `industry` string[], nullable
        - `jobLocationType` string[], nullable
      - `noneOf` object[], nullable
        - `jobPostingStatus` 'active' | 'closed' | 'either' | 'null', nullable
        - `jobTitle` string[], nullable
        - `keywords` string[], nullable
        - `postedAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `numApplicants` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `annualPayUSD` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `yearsOfExperience` object, nullable
          - `lowerBound` number, nullable
          - `upperBound` number, nullable
        - `geoLocation` union
          - object
            - `strategy` 'radial-distance', required
            - `center` object, required
              - …
            - `radius` union, required
              - …
          - object
            - `strategy` 'free-form-city', required
            - `city` string, required
            - `countryCode` string, nullable
            - `radius` union, required
              - …
          - object
            - `strategy` 'polygon', required
            - `vertices` object[], required
              - …
          - object
            - `strategy` 'preset-region', required
            - `region` 'sf-bay-area' | 'sf-north-bay' | 'sf-east-bay' | 'sf-south-bay' | 'sf-peninsula' | 'greater-new-york' | 'chicagoland' | 'washington-dmv' | 'greater-los-angeles' | 'inland-empire' | 'greater-philadelphia' | 'boston-route-128' | 'greater-austin' | 'toronto-golden-horseshoe' | 'greater-london' | 'greater-tokyo' | 'research-triangle' | 'seattle-puget-sound' | 'dallas-fort-worth' | 'miami-south-florida' | 'slc-silicon-slopes' | 'denver-front-range', required
        - `countryOrRegionCode` string[], nullable
        - `seniority` string[], nullable
        - `employmentType` string[], nullable
        - `jobFunction` string[], nullable
        - `industry` string[], nullable
        - `jobLocationType` string[], nullable
    - `jobPostingStats` object, nullable
      - `anyOf` union[], nullable
        - union
          - object
            - `rule` 'total', required
            - `count` object, required
              - …
          - object
            - `rule` 'country', required
            - `countryCode` 'USA' | 'GBR' | 'FRA' | 'IND' | 'BRA' | 'DEU' | 'ESP' | 'CAN' | 'AUS' | 'NLD' | 'ITA' | 'ZAF' | 'BEL' | 'CHN' | 'TUR' | 'MEX' | 'CHE' | 'NOR' | 'ARE' | 'SWE' | 'POL' | 'IDN' | 'ARG' | 'PRT' | 'COL' | 'CHL' | 'PAK' | 'DNK' | 'JPN' | 'NGA' | 'SGP' | 'PER' | 'NZL' | 'AUT' | 'IRL' | 'MYS' | 'BGD' | 'EGY' | 'ISR' | 'SAU' | 'PHL' | 'FIN' | 'IRN' | 'ROU' | 'CZE' | 'GRC' | 'HKG' | 'HUN' | 'KEN' | 'MAR' | 'VNM' | 'RUS' | 'UKR' | 'ECU' | 'THA' | 'LKA' | 'KOR' | 'BGR' | 'GHA' | 'SRB' | 'TWN' | 'HRV' | 'LTU' | 'PRI' | 'SVK' | 'TUN' | 'EST' | 'VEN' | 'CRI' | 'PAN' | 'URY' | 'LBN' | 'LUX' | 'CYP' | 'NPL' | 'JOR' | 'SVN' | 'MTQ' | 'QAT' | 'GLP' | 'UGA' | 'DZA' | 'GTM' | 'CMR' | 'LVA' | 'DOM' | 'AZE' | 'GEO' | 'SEN' | 'TZA' | 'ZWE' | 'KWT' | 'MLT' | 'OMN' | 'BOL' | 'SLV' | 'ARM' | 'PRY' | 'IRQ' | 'KHM' | 'BIH' | 'AGO' | 'BHR' | 'ALB' | 'KAZ' | 'CIV' | 'ETH' | 'MUS' | 'ZMB' | 'MKD' | 'COD' | 'BLR' | 'MOZ' | 'REU' | 'TTO' | 'GUF' | 'ISL' | 'MMR' | 'HND' | 'RWA' | 'MDG' | 'BEN' | 'UZB' | 'NAM' | 'BWA' | 'MDA' | 'JEY' | 'NIC' | 'SDN' | 'JAM' | 'IMN' | 'BFA' | 'MNG' | 'MNE' | 'MCO' | 'TGO' | 'AFG' | 'LBY' | 'XKX' | 'CYM' | 'MWI' | 'SOM' | 'PNG' | 'MDV' | 'MLI' | 'GIN' | 'PSE' | 'GAB' | 'LIE' | 'HTI' | 'SYR' | 'BRB' | 'YEM' | 'GGY' | 'NCL' | 'AND' | 'SUR' | 'MYT' | 'KGZ' | 'BHS' | 'GIB' | 'COG' | 'FJI' | 'BLM' | 'CUW' | 'CUB' | 'SLE' | 'BLZ' | 'NER' | 'LBR' | 'VIR' | 'PYF' | 'GUM' | 'MRT' | 'ABW' | 'SYC' | 'GUY' | 'LSO' | 'SWZ' | 'SSD' | 'LCA' | 'MAC' | 'SMR' | 'LAO' | 'BRN' | 'TCD' | 'BMU' | 'VGB' | 'PRK' | 'BTN' | 'BDI' | 'FRO' | 'TJK' | 'GMB' | 'STP' | 'ANT' | 'VCT' | 'DJI' | 'CPV' | 'TKM' | 'ATG' | 'TCA' | 'KNA' | 'GRD' | 'ASM' | 'VUT' | 'GNQ' | 'GRL' | 'SXM' | 'MNP' | 'COM' | 'TLS' | 'SJM' | 'CAF' | 'DMA' | 'MAF' | 'WSM' | 'BES' | 'MHL' | 'AIA' | 'TON' | 'COK' | 'SLB' | 'SPM' | 'GNB' | 'ATA' | 'TUV' | 'ALA' | 'IOT' | 'ERI' | 'PLW' | 'FSM' | 'NRU' | 'PCN' | 'FLK' | 'MSR' | 'VAT' | 'KIR' | 'SHN' | 'NIU' | 'WLF' | 'HMD' | 'CXR' | 'NFK' | 'ATF' | 'CCK' | 'SGS' | 'BVT' | 'UMI' | 'ESH' | 'TKL', required
            - `range` union, required
              - …
          - object
            - `rule` 'seniority', required
            - `seniority` 'Entry level' | 'Director' | 'Associate' | 'Mid-Senior level' | 'Internship' | 'Executive' | 'Not Applicable', required
            - `range` union, required
              - …
          - object
            - `rule` 'employment-type', required
            - `employmentType` 'Full-time' | 'Temporary' | 'Internship' | 'Contract' | 'Part-time' | 'Volunteer' | 'Other', required
            - `range` union, required
              - …
          - object
            - `rule` 'job-function', required
            - `jobFunction` 'Arts and Design' | 'Business Development' | 'Community & Social Services' | 'Consulting' | 'Education' | 'Engineering' | 'Entrepreneurship' | 'Healthcare Services' | 'Human Resources' | 'Information Technology' | 'Legal' | 'Military & Protective Services' | 'Operations' | 'Program & Product Management' | 'Real Estate' | 'Sales' | 'Support' | 'Administrative' | 'Finance' | 'Marketing' | 'Purchasing' | 'Product Management' | 'Advertising' | 'Analyst' | 'Customer Service' | 'Distribution' | 'Design' | 'General Business' | 'Management' | 'Manufacturing' | 'Other' | 'Public Relations' | 'Project Management' | 'Production' | 'Quality Assurance' | 'Research' | 'Science' | 'Supply Chain' | 'Training' | 'Health Care Provider' | 'Accounting' | 'Art / Creative' | 'Strategy / Planning' | 'Writing / Editing', required
            - `range` union, required
              - …
          - object
            - `rule` 'location-type', required
            - `locationType` 'On-site' | 'Remote' | 'Hybrid', required
            - `range` union, required
              - …
          - object
            - `rule` 'industry', required
            - `industry` 'Administrative Services' | 'Aerospace & Military' | 'Artificial Intelligence' | 'Arts & Music' | 'Automotive' | 'Business Services' | 'Cloud' | 'Construction' | 'Consulting' | 'Consumer Goods' | 'Consumer Services' | 'Design' | 'Education' | 'Energy' | 'Entertainment' | 'Environmental' | 'Events' | 'Farming & Agriculture' | 'Finance' | 'Food & Beverage' | 'Gaming' | 'Government' | 'Hardware' | 'Healthcare' | 'Hospitality' | 'Industrials' | 'Information Technology' | 'Insurance' | 'Legal' | 'Life Sciences' | 'Logistics' | 'Manufacturing' | 'Marketing & Advertising' | 'Media' | 'Mining' | 'Nonprofit' | 'Publishing' | 'Real Estate' | 'Retail' | 'Science & Engineering' | 'Security' | 'Software' | 'Sports' | 'Telecom' | 'Trade' | 'Transportation' | 'Travel & Tourism' | 'Utilities' | 'Venture Capital', required
            - `range` union, required
              - …
      - `allOf` union[], nullable
        - union
          - object
            - `rule` 'total', required
            - `count` object, required
              - …
          - object
            - `rule` 'country', required
            - `countryCode` 'USA' | 'GBR' | 'FRA' | 'IND' | 'BRA' | 'DEU' | 'ESP' | 'CAN' | 'AUS' | 'NLD' | 'ITA' | 'ZAF' | 'BEL' | 'CHN' | 'TUR' | 'MEX' | 'CHE' | 'NOR' | 'ARE' | 'SWE' | 'POL' | 'IDN' | 'ARG' | 'PRT' | 'COL' | 'CHL' | 'PAK' | 'DNK' | 'JPN' | 'NGA' | 'SGP' | 'PER' | 'NZL' | 'AUT' | 'IRL' | 'MYS' | 'BGD' | 'EGY' | 'ISR' | 'SAU' | 'PHL' | 'FIN' | 'IRN' | 'ROU' | 'CZE' | 'GRC' | 'HKG' | 'HUN' | 'KEN' | 'MAR' | 'VNM' | 'RUS' | 'UKR' | 'ECU' | 'THA' | 'LKA' | 'KOR' | 'BGR' | 'GHA' | 'SRB' | 'TWN' | 'HRV' | 'LTU' | 'PRI' | 'SVK' | 'TUN' | 'EST' | 'VEN' | 'CRI' | 'PAN' | 'URY' | 'LBN' | 'LUX' | 'CYP' | 'NPL' | 'JOR' | 'SVN' | 'MTQ' | 'QAT' | 'GLP' | 'UGA' | 'DZA' | 'GTM' | 'CMR' | 'LVA' | 'DOM' | 'AZE' | 'GEO' | 'SEN' | 'TZA' | 'ZWE' | 'KWT' | 'MLT' | 'OMN' | 'BOL' | 'SLV' | 'ARM' | 'PRY' | 'IRQ' | 'KHM' | 'BIH' | 'AGO' | 'BHR' | 'ALB' | 'KAZ' | 'CIV' | 'ETH' | 'MUS' | 'ZMB' | 'MKD' | 'COD' | 'BLR' | 'MOZ' | 'REU' | 'TTO' | 'GUF' | 'ISL' | 'MMR' | 'HND' | 'RWA' | 'MDG' | 'BEN' | 'UZB' | 'NAM' | 'BWA' | 'MDA' | 'JEY' | 'NIC' | 'SDN' | 'JAM' | 'IMN' | 'BFA' | 'MNG' | 'MNE' | 'MCO' | 'TGO' | 'AFG' | 'LBY' | 'XKX' | 'CYM' | 'MWI' | 'SOM' | 'PNG' | 'MDV' | 'MLI' | 'GIN' | 'PSE' | 'GAB' | 'LIE' | 'HTI' | 'SYR' | 'BRB' | 'YEM' | 'GGY' | 'NCL' | 'AND' | 'SUR' | 'MYT' | 'KGZ' | 'BHS' | 'GIB' | 'COG' | 'FJI' | 'BLM' | 'CUW' | 'CUB' | 'SLE' | 'BLZ' | 'NER' | 'LBR' | 'VIR' | 'PYF' | 'GUM' | 'MRT' | 'ABW' | 'SYC' | 'GUY' | 'LSO' | 'SWZ' | 'SSD' | 'LCA' | 'MAC' | 'SMR' | 'LAO' | 'BRN' | 'TCD' | 'BMU' | 'VGB' | 'PRK' | 'BTN' | 'BDI' | 'FRO' | 'TJK' | 'GMB' | 'STP' | 'ANT' | 'VCT' | 'DJI' | 'CPV' | 'TKM' | 'ATG' | 'TCA' | 'KNA' | 'GRD' | 'ASM' | 'VUT' | 'GNQ' | 'GRL' | 'SXM' | 'MNP' | 'COM' | 'TLS' | 'SJM' | 'CAF' | 'DMA' | 'MAF' | 'WSM' | 'BES' | 'MHL' | 'AIA' | 'TON' | 'COK' | 'SLB' | 'SPM' | 'GNB' | 'ATA' | 'TUV' | 'ALA' | 'IOT' | 'ERI' | 'PLW' | 'FSM' | 'NRU' | 'PCN' | 'FLK' | 'MSR' | 'VAT' | 'KIR' | 'SHN' | 'NIU' | 'WLF' | 'HMD' | 'CXR' | 'NFK' | 'ATF' | 'CCK' | 'SGS' | 'BVT' | 'UMI' | 'ESH' | 'TKL', required
            - `range` union, required
              - …
          - object
            - `rule` 'seniority', required
            - `seniority` 'Entry level' | 'Director' | 'Associate' | 'Mid-Senior level' | 'Internship' | 'Executive' | 'Not Applicable', required
            - `range` union, required
              - …
          - object
            - `rule` 'employment-type', required
            - `employmentType` 'Full-time' | 'Temporary' | 'Internship' | 'Contract' | 'Part-time' | 'Volunteer' | 'Other', required
            - `range` union, required
              - …
          - object
            - `rule` 'job-function', required
            - `jobFunction` 'Arts and Design' | 'Business Development' | 'Community & Social Services' | 'Consulting' | 'Education' | 'Engineering' | 'Entrepreneurship' | 'Healthcare Services' | 'Human Resources' | 'Information Technology' | 'Legal' | 'Military & Protective Services' | 'Operations' | 'Program & Product Management' | 'Real Estate' | 'Sales' | 'Support' | 'Administrative' | 'Finance' | 'Marketing' | 'Purchasing' | 'Product Management' | 'Advertising' | 'Analyst' | 'Customer Service' | 'Distribution' | 'Design' | 'General Business' | 'Management' | 'Manufacturing' | 'Other' | 'Public Relations' | 'Project Management' | 'Production' | 'Quality Assurance' | 'Research' | 'Science' | 'Supply Chain' | 'Training' | 'Health Care Provider' | 'Accounting' | 'Art / Creative' | 'Strategy / Planning' | 'Writing / Editing', required
            - `range` union, required
              - …
          - object
            - `rule` 'location-type', required
            - `locationType` 'On-site' | 'Remote' | 'Hybrid', required
            - `range` union, required
              - …
          - object
            - `rule` 'industry', required
            - `industry` 'Administrative Services' | 'Aerospace & Military' | 'Artificial Intelligence' | 'Arts & Music' | 'Automotive' | 'Business Services' | 'Cloud' | 'Construction' | 'Consulting' | 'Consumer Goods' | 'Consumer Services' | 'Design' | 'Education' | 'Energy' | 'Entertainment' | 'Environmental' | 'Events' | 'Farming & Agriculture' | 'Finance' | 'Food & Beverage' | 'Gaming' | 'Government' | 'Hardware' | 'Healthcare' | 'Hospitality' | 'Industrials' | 'Information Technology' | 'Insurance' | 'Legal' | 'Life Sciences' | 'Logistics' | 'Manufacturing' | 'Marketing & Advertising' | 'Media' | 'Mining' | 'Nonprofit' | 'Publishing' | 'Real Estate' | 'Retail' | 'Science & Engineering' | 'Security' | 'Software' | 'Sports' | 'Telecom' | 'Trade' | 'Transportation' | 'Travel & Tourism' | 'Utilities' | 'Venture Capital', required
            - `range` union, required
              - …
      - `noneOf` union[], nullable
        - union
          - object
            - `rule` 'total', required
            - `count` object, required
              - …
          - object
            - `rule` 'country', required
            - `countryCode` 'USA' | 'GBR' | 'FRA' | 'IND' | 'BRA' | 'DEU' | 'ESP' | 'CAN' | 'AUS' | 'NLD' | 'ITA' | 'ZAF' | 'BEL' | 'CHN' | 'TUR' | 'MEX' | 'CHE' | 'NOR' | 'ARE' | 'SWE' | 'POL' | 'IDN' | 'ARG' | 'PRT' | 'COL' | 'CHL' | 'PAK' | 'DNK' | 'JPN' | 'NGA' | 'SGP' | 'PER' | 'NZL' | 'AUT' | 'IRL' | 'MYS' | 'BGD' | 'EGY' | 'ISR' | 'SAU' | 'PHL' | 'FIN' | 'IRN' | 'ROU' | 'CZE' | 'GRC' | 'HKG' | 'HUN' | 'KEN' | 'MAR' | 'VNM' | 'RUS' | 'UKR' | 'ECU' | 'THA' | 'LKA' | 'KOR' | 'BGR' | 'GHA' | 'SRB' | 'TWN' | 'HRV' | 'LTU' | 'PRI' | 'SVK' | 'TUN' | 'EST' | 'VEN' | 'CRI' | 'PAN' | 'URY' | 'LBN' | 'LUX' | 'CYP' | 'NPL' | 'JOR' | 'SVN' | 'MTQ' | 'QAT' | 'GLP' | 'UGA' | 'DZA' | 'GTM' | 'CMR' | 'LVA' | 'DOM' | 'AZE' | 'GEO' | 'SEN' | 'TZA' | 'ZWE' | 'KWT' | 'MLT' | 'OMN' | 'BOL' | 'SLV' | 'ARM' | 'PRY' | 'IRQ' | 'KHM' | 'BIH' | 'AGO' | 'BHR' | 'ALB' | 'KAZ' | 'CIV' | 'ETH' | 'MUS' | 'ZMB' | 'MKD' | 'COD' | 'BLR' | 'MOZ' | 'REU' | 'TTO' | 'GUF' | 'ISL' | 'MMR' | 'HND' | 'RWA' | 'MDG' | 'BEN' | 'UZB' | 'NAM' | 'BWA' | 'MDA' | 'JEY' | 'NIC' | 'SDN' | 'JAM' | 'IMN' | 'BFA' | 'MNG' | 'MNE' | 'MCO' | 'TGO' | 'AFG' | 'LBY' | 'XKX' | 'CYM' | 'MWI' | 'SOM' | 'PNG' | 'MDV' | 'MLI' | 'GIN' | 'PSE' | 'GAB' | 'LIE' | 'HTI' | 'SYR' | 'BRB' | 'YEM' | 'GGY' | 'NCL' | 'AND' | 'SUR' | 'MYT' | 'KGZ' | 'BHS' | 'GIB' | 'COG' | 'FJI' | 'BLM' | 'CUW' | 'CUB' | 'SLE' | 'BLZ' | 'NER' | 'LBR' | 'VIR' | 'PYF' | 'GUM' | 'MRT' | 'ABW' | 'SYC' | 'GUY' | 'LSO' | 'SWZ' | 'SSD' | 'LCA' | 'MAC' | 'SMR' | 'LAO' | 'BRN' | 'TCD' | 'BMU' | 'VGB' | 'PRK' | 'BTN' | 'BDI' | 'FRO' | 'TJK' | 'GMB' | 'STP' | 'ANT' | 'VCT' | 'DJI' | 'CPV' | 'TKM' | 'ATG' | 'TCA' | 'KNA' | 'GRD' | 'ASM' | 'VUT' | 'GNQ' | 'GRL' | 'SXM' | 'MNP' | 'COM' | 'TLS' | 'SJM' | 'CAF' | 'DMA' | 'MAF' | 'WSM' | 'BES' | 'MHL' | 'AIA' | 'TON' | 'COK' | 'SLB' | 'SPM' | 'GNB' | 'ATA' | 'TUV' | 'ALA' | 'IOT' | 'ERI' | 'PLW' | 'FSM' | 'NRU' | 'PCN' | 'FLK' | 'MSR' | 'VAT' | 'KIR' | 'SHN' | 'NIU' | 'WLF' | 'HMD' | 'CXR' | 'NFK' | 'ATF' | 'CCK' | 'SGS' | 'BVT' | 'UMI' | 'ESH' | 'TKL', required
            - `range` union, required
              - …
          - object
            - `rule` 'seniority', required
            - `seniority` 'Entry level' | 'Director' | 'Associate' | 'Mid-Senior level' | 'Internship' | 'Executive' | 'Not Applicable', required
            - `range` union, required
              - …
          - object
            - `rule` 'employment-type', required
            - `employmentType` 'Full-time' | 'Temporary' | 'Internship' | 'Contract' | 'Part-time' | 'Volunteer' | 'Other', required
            - `range` union, required
              - …
          - object
            - `rule` 'job-function', required
            - `jobFunction` 'Arts and Design' | 'Business Development' | 'Community & Social Services' | 'Consulting' | 'Education' | 'Engineering' | 'Entrepreneurship' | 'Healthcare Services' | 'Human Resources' | 'Information Technology' | 'Legal' | 'Military & Protective Services' | 'Operations' | 'Program & Product Management' | 'Real Estate' | 'Sales' | 'Support' | 'Administrative' | 'Finance' | 'Marketing' | 'Purchasing' | 'Product Management' | 'Advertising' | 'Analyst' | 'Customer Service' | 'Distribution' | 'Design' | 'General Business' | 'Management' | 'Manufacturing' | 'Other' | 'Public Relations' | 'Project Management' | 'Production' | 'Quality Assurance' | 'Research' | 'Science' | 'Supply Chain' | 'Training' | 'Health Care Provider' | 'Accounting' | 'Art / Creative' | 'Strategy / Planning' | 'Writing / Editing', required
            - `range` union, required
              - …
          - object
            - `rule` 'location-type', required
            - `locationType` 'On-site' | 'Remote' | 'Hybrid', required
            - `range` union, required
              - …
          - object
            - `rule` 'industry', required
            - `industry` 'Administrative Services' | 'Aerospace & Military' | 'Artificial Intelligence' | 'Arts & Music' | 'Automotive' | 'Business Services' | 'Cloud' | 'Construction' | 'Consulting' | 'Consumer Goods' | 'Consumer Services' | 'Design' | 'Education' | 'Energy' | 'Entertainment' | 'Environmental' | 'Events' | 'Farming & Agriculture' | 'Finance' | 'Food & Beverage' | 'Gaming' | 'Government' | 'Hardware' | 'Healthcare' | 'Hospitality' | 'Industrials' | 'Information Technology' | 'Insurance' | 'Legal' | 'Life Sciences' | 'Logistics' | 'Manufacturing' | 'Marketing & Advertising' | 'Media' | 'Mining' | 'Nonprofit' | 'Publishing' | 'Real Estate' | 'Retail' | 'Science & Engineering' | 'Security' | 'Software' | 'Sports' | 'Telecom' | 'Trade' | 'Transportation' | 'Travel & Tourism' | 'Utilities' | 'Venture Capital', required
            - `range` union, required
              - …
    - `officeLocationsV2` object, nullable
      - `anyOf` union[], nullable
        - union
          - object
            - `type` 'worldwide', required
            - `range` object, required
              - …
          - object
            - `type` 'country-or-region', required
            - `range` object, required
              - …
            - `countryOrRegionCode` 'USA' | 'GBR' | 'FRA' | 'IND' | 'BRA' | 'DEU' | 'ESP' | 'CAN' | 'AUS' | 'NLD' | 'ITA' | 'ZAF' | 'BEL' | 'CHN' | 'TUR' | 'MEX' | 'CHE' | 'NOR' | 'ARE' | 'SWE' | 'POL' | 'IDN' | 'ARG' | 'PRT' | 'COL' | 'CHL' | 'PAK' | 'DNK' | 'JPN' | 'NGA' | 'SGP' | 'PER' | 'NZL' | 'AUT' | 'IRL' | 'MYS' | 'BGD' | 'EGY' | 'ISR' | 'SAU' | 'PHL' | 'FIN' | 'IRN' | 'ROU' | 'CZE' | 'GRC' | 'HKG' | 'HUN' | 'KEN' | 'MAR' | 'VNM' | 'RUS' | 'UKR' | 'ECU' | 'THA' | 'LKA' | 'KOR' | 'BGR' | 'GHA' | 'SRB' | 'TWN' | 'HRV' | 'LTU' | 'PRI' | 'SVK' | 'TUN' | 'EST' | 'VEN' | 'CRI' | 'PAN' | 'URY' | 'LBN' | 'LUX' | 'CYP' | 'NPL' | 'JOR' | 'SVN' | 'MTQ' | 'QAT' | 'GLP' | 'UGA' | 'DZA' | 'GTM' | 'CMR' | 'LVA' | 'DOM' | 'AZE' | 'GEO' | 'SEN' | 'TZA' | 'ZWE' | 'KWT' | 'MLT' | 'OMN' | 'BOL' | 'SLV' | 'ARM' | 'PRY' | 'IRQ' | 'KHM' | 'BIH' | 'AGO' | 'BHR' | 'ALB' | 'KAZ' | 'CIV' | 'ETH' | 'MUS' | 'ZMB' | 'MKD' | 'COD' | 'BLR' | 'MOZ' | 'REU' | 'TTO' | 'GUF' | 'ISL' | 'MMR' | 'HND' | 'RWA' | 'MDG' | 'BEN' | 'UZB' | 'NAM' | 'BWA' | 'MDA' | 'JEY' | 'NIC' | 'SDN' | 'JAM' | 'IMN' | 'BFA' | 'MNG' | 'MNE' | 'MCO' | 'TGO' | 'AFG' | 'LBY' | 'XKX' | 'CYM' | 'MWI' | 'SOM' | 'PNG' | 'MDV' | 'MLI' | 'GIN' | 'PSE' | 'GAB' | 'LIE' | 'HTI' | 'SYR' | 'BRB' | 'YEM' | 'GGY' | 'NCL' | 'AND' | 'SUR' | 'MYT' | 'KGZ' | 'BHS' | 'GIB' | 'COG' | 'FJI' | 'BLM' | 'CUW' | 'CUB' | 'SLE' | 'BLZ' | 'NER' | 'LBR' | 'VIR' | 'PYF' | 'GUM' | 'MRT' | 'ABW' | 'SYC' | 'GUY' | 'LSO' | 'SWZ' | 'SSD' | 'LCA' | 'MAC' | 'SMR' | 'LAO' | 'BRN' | 'TCD' | 'BMU' | 'VGB' | 'PRK' | 'BTN' | 'BDI' | 'FRO' | 'TJK' | 'GMB' | 'STP' | 'ANT' | 'VCT' | 'DJI' | 'CPV' | 'TKM' | 'ATG' | 'TCA' | 'KNA' | 'GRD' | 'ASM' | 'VUT' | 'GNQ' | 'GRL' | 'SXM' | 'MNP' | 'COM' | 'TLS' | 'SJM' | 'CAF' | 'DMA' | 'MAF' | 'WSM' | 'BES' | 'MHL' | 'AIA' | 'TON' | 'COK' | 'SLB' | 'SPM' | 'GNB' | 'ATA' | 'TUV' | 'ALA' | 'IOT' | 'ERI' | 'PLW' | 'FSM' | 'NRU' | 'PCN' | 'FLK' | 'MSR' | 'VAT' | 'KIR' | 'SHN' | 'NIU' | 'WLF' | 'HMD' | 'CXR' | 'NFK' | 'ATF' | 'CCK' | 'SGS' | 'BVT' | 'UMI' | 'ESH' | 'TKL' | 'X-SOUTH_ASIA' | 'X-SOUTH_EAST_EUROPE' | 'X-NORTHERN_AFRICA' | 'X-PACIFIC' | 'X-SOUTH_WEST_EUROPE' | 'X-SOUTHERN_AFRICA' | 'X-WEST_INDIES' | 'X-SOUTH_AMERICA' | 'X-SOUTH_WEST_ASIA' | 'X-CENTRAL_EUROPE' | 'X-EASTERN_EUROPE' | 'X-WESTERN_EUROPE' | 'X-CENTRAL_AMERICA' | 'X-WESTERN_AFRICA' | 'X-SOUTH_ATLANTIC_OCEAN' | 'X-SOUTH_EAST_ASIA' | 'X-CENTRAL_AFRICA' | 'X-NORTH_AMERICA' | 'X-EAST_ASIA' | 'X-NORTHERN_EUROPE' | 'X-EASTERN_AFRICA' | 'X-SOUTHERN_INDIAN_OCEAN' | 'X-SOUTHERN_EUROPE' | 'X-CENTRAL_ASIA' | 'X-NORTHERN_ASIA' | 'X-ASIA' | 'X-EUROPE' | 'X-AFRICA' | 'X-OCEANIA' | 'X-AMERICAS' | 'X-ANTARCTICA' | 'X-ATLANTIC_OCEAN' | 'X-INDIAN_OCEAN' | 'X-MIDDLE_EAST' | 'X-MENA' | 'X-EMEA' | 'X-EUROPEAN_UNION' | 'X-EFTA' | 'X-APAC' | 'X-LATAM' | 'X-ANGLOSPHERE' | 'X-DACH' | 'X-NORDICS' | 'X-BENELUX' | 'X-GCC' | 'X-BRICS' | 'X-G20' | 'X-OECD' | 'X-SANCTIONED', required
          - object
            - `type` 'geography', required
            - `location` union, required
              - …
      - `allOf` union[], nullable
        - union
          - object
            - `type` 'worldwide', required
            - `range` object, required
              - …
          - object
            - `type` 'country-or-region', required
            - `range` object, required
              - …
            - `countryOrRegionCode` 'USA' | 'GBR' | 'FRA' | 'IND' | 'BRA' | 'DEU' | 'ESP' | 'CAN' | 'AUS' | 'NLD' | 'ITA' | 'ZAF' | 'BEL' | 'CHN' | 'TUR' | 'MEX' | 'CHE' | 'NOR' | 'ARE' | 'SWE' | 'POL' | 'IDN' | 'ARG' | 'PRT' | 'COL' | 'CHL' | 'PAK' | 'DNK' | 'JPN' | 'NGA' | 'SGP' | 'PER' | 'NZL' | 'AUT' | 'IRL' | 'MYS' | 'BGD' | 'EGY' | 'ISR' | 'SAU' | 'PHL' | 'FIN' | 'IRN' | 'ROU' | 'CZE' | 'GRC' | 'HKG' | 'HUN' | 'KEN' | 'MAR' | 'VNM' | 'RUS' | 'UKR' | 'ECU' | 'THA' | 'LKA' | 'KOR' | 'BGR' | 'GHA' | 'SRB' | 'TWN' | 'HRV' | 'LTU' | 'PRI' | 'SVK' | 'TUN' | 'EST' | 'VEN' | 'CRI' | 'PAN' | 'URY' | 'LBN' | 'LUX' | 'CYP' | 'NPL' | 'JOR' | 'SVN' | 'MTQ' | 'QAT' | 'GLP' | 'UGA' | 'DZA' | 'GTM' | 'CMR' | 'LVA' | 'DOM' | 'AZE' | 'GEO' | 'SEN' | 'TZA' | 'ZWE' | 'KWT' | 'MLT' | 'OMN' | 'BOL' | 'SLV' | 'ARM' | 'PRY' | 'IRQ' | 'KHM' | 'BIH' | 'AGO' | 'BHR' | 'ALB' | 'KAZ' | 'CIV' | 'ETH' | 'MUS' | 'ZMB' | 'MKD' | 'COD' | 'BLR' | 'MOZ' | 'REU' | 'TTO' | 'GUF' | 'ISL' | 'MMR' | 'HND' | 'RWA' | 'MDG' | 'BEN' | 'UZB' | 'NAM' | 'BWA' | 'MDA' | 'JEY' | 'NIC' | 'SDN' | 'JAM' | 'IMN' | 'BFA' | 'MNG' | 'MNE' | 'MCO' | 'TGO' | 'AFG' | 'LBY' | 'XKX' | 'CYM' | 'MWI' | 'SOM' | 'PNG' | 'MDV' | 'MLI' | 'GIN' | 'PSE' | 'GAB' | 'LIE' | 'HTI' | 'SYR' | 'BRB' | 'YEM' | 'GGY' | 'NCL' | 'AND' | 'SUR' | 'MYT' | 'KGZ' | 'BHS' | 'GIB' | 'COG' | 'FJI' | 'BLM' | 'CUW' | 'CUB' | 'SLE' | 'BLZ' | 'NER' | 'LBR' | 'VIR' | 'PYF' | 'GUM' | 'MRT' | 'ABW' | 'SYC' | 'GUY' | 'LSO' | 'SWZ' | 'SSD' | 'LCA' | 'MAC' | 'SMR' | 'LAO' | 'BRN' | 'TCD' | 'BMU' | 'VGB' | 'PRK' | 'BTN' | 'BDI' | 'FRO' | 'TJK' | 'GMB' | 'STP' | 'ANT' | 'VCT' | 'DJI' | 'CPV' | 'TKM' | 'ATG' | 'TCA' | 'KNA' | 'GRD' | 'ASM' | 'VUT' | 'GNQ' | 'GRL' | 'SXM' | 'MNP' | 'COM' | 'TLS' | 'SJM' | 'CAF' | 'DMA' | 'MAF' | 'WSM' | 'BES' | 'MHL' | 'AIA' | 'TON' | 'COK' | 'SLB' | 'SPM' | 'GNB' | 'ATA' | 'TUV' | 'ALA' | 'IOT' | 'ERI' | 'PLW' | 'FSM' | 'NRU' | 'PCN' | 'FLK' | 'MSR' | 'VAT' | 'KIR' | 'SHN' | 'NIU' | 'WLF' | 'HMD' | 'CXR' | 'NFK' | 'ATF' | 'CCK' | 'SGS' | 'BVT' | 'UMI' | 'ESH' | 'TKL' | 'X-SOUTH_ASIA' | 'X-SOUTH_EAST_EUROPE' | 'X-NORTHERN_AFRICA' | 'X-PACIFIC' | 'X-SOUTH_WEST_EUROPE' | 'X-SOUTHERN_AFRICA' | 'X-WEST_INDIES' | 'X-SOUTH_AMERICA' | 'X-SOUTH_WEST_ASIA' | 'X-CENTRAL_EUROPE' | 'X-EASTERN_EUROPE' | 'X-WESTERN_EUROPE' | 'X-CENTRAL_AMERICA' | 'X-WESTERN_AFRICA' | 'X-SOUTH_ATLANTIC_OCEAN' | 'X-SOUTH_EAST_ASIA' | 'X-CENTRAL_AFRICA' | 'X-NORTH_AMERICA' | 'X-EAST_ASIA' | 'X-NORTHERN_EUROPE' | 'X-EASTERN_AFRICA' | 'X-SOUTHERN_INDIAN_OCEAN' | 'X-SOUTHERN_EUROPE' | 'X-CENTRAL_ASIA' | 'X-NORTHERN_ASIA' | 'X-ASIA' | 'X-EUROPE' | 'X-AFRICA' | 'X-OCEANIA' | 'X-AMERICAS' | 'X-ANTARCTICA' | 'X-ATLANTIC_OCEAN' | 'X-INDIAN_OCEAN' | 'X-MIDDLE_EAST' | 'X-MENA' | 'X-EMEA' | 'X-EUROPEAN_UNION' | 'X-EFTA' | 'X-APAC' | 'X-LATAM' | 'X-ANGLOSPHERE' | 'X-DACH' | 'X-NORDICS' | 'X-BENELUX' | 'X-GCC' | 'X-BRICS' | 'X-G20' | 'X-OECD' | 'X-SANCTIONED', required
          - object
            - `type` 'geography', required
            - `location` union, required
              - …
      - `noneOf` union[], nullable
        - union
          - object
            - `type` 'worldwide', required
            - `range` object, required
              - …
          - object
            - `type` 'country-or-region', required
            - `range` object, required
              - …
            - `countryOrRegionCode` 'USA' | 'GBR' | 'FRA' | 'IND' | 'BRA' | 'DEU' | 'ESP' | 'CAN' | 'AUS' | 'NLD' | 'ITA' | 'ZAF' | 'BEL' | 'CHN' | 'TUR' | 'MEX' | 'CHE' | 'NOR' | 'ARE' | 'SWE' | 'POL' | 'IDN' | 'ARG' | 'PRT' | 'COL' | 'CHL' | 'PAK' | 'DNK' | 'JPN' | 'NGA' | 'SGP' | 'PER' | 'NZL' | 'AUT' | 'IRL' | 'MYS' | 'BGD' | 'EGY' | 'ISR' | 'SAU' | 'PHL' | 'FIN' | 'IRN' | 'ROU' | 'CZE' | 'GRC' | 'HKG' | 'HUN' | 'KEN' | 'MAR' | 'VNM' | 'RUS' | 'UKR' | 'ECU' | 'THA' | 'LKA' | 'KOR' | 'BGR' | 'GHA' | 'SRB' | 'TWN' | 'HRV' | 'LTU' | 'PRI' | 'SVK' | 'TUN' | 'EST' | 'VEN' | 'CRI' | 'PAN' | 'URY' | 'LBN' | 'LUX' | 'CYP' | 'NPL' | 'JOR' | 'SVN' | 'MTQ' | 'QAT' | 'GLP' | 'UGA' | 'DZA' | 'GTM' | 'CMR' | 'LVA' | 'DOM' | 'AZE' | 'GEO' | 'SEN' | 'TZA' | 'ZWE' | 'KWT' | 'MLT' | 'OMN' | 'BOL' | 'SLV' | 'ARM' | 'PRY' | 'IRQ' | 'KHM' | 'BIH' | 'AGO' | 'BHR' | 'ALB' | 'KAZ' | 'CIV' | 'ETH' | 'MUS' | 'ZMB' | 'MKD' | 'COD' | 'BLR' | 'MOZ' | 'REU' | 'TTO' | 'GUF' | 'ISL' | 'MMR' | 'HND' | 'RWA' | 'MDG' | 'BEN' | 'UZB' | 'NAM' | 'BWA' | 'MDA' | 'JEY' | 'NIC' | 'SDN' | 'JAM' | 'IMN' | 'BFA' | 'MNG' | 'MNE' | 'MCO' | 'TGO' | 'AFG' | 'LBY' | 'XKX' | 'CYM' | 'MWI' | 'SOM' | 'PNG' | 'MDV' | 'MLI' | 'GIN' | 'PSE' | 'GAB' | 'LIE' | 'HTI' | 'SYR' | 'BRB' | 'YEM' | 'GGY' | 'NCL' | 'AND' | 'SUR' | 'MYT' | 'KGZ' | 'BHS' | 'GIB' | 'COG' | 'FJI' | 'BLM' | 'CUW' | 'CUB' | 'SLE' | 'BLZ' | 'NER' | 'LBR' | 'VIR' | 'PYF' | 'GUM' | 'MRT' | 'ABW' | 'SYC' | 'GUY' | 'LSO' | 'SWZ' | 'SSD' | 'LCA' | 'MAC' | 'SMR' | 'LAO' | 'BRN' | 'TCD' | 'BMU' | 'VGB' | 'PRK' | 'BTN' | 'BDI' | 'FRO' | 'TJK' | 'GMB' | 'STP' | 'ANT' | 'VCT' | 'DJI' | 'CPV' | 'TKM' | 'ATG' | 'TCA' | 'KNA' | 'GRD' | 'ASM' | 'VUT' | 'GNQ' | 'GRL' | 'SXM' | 'MNP' | 'COM' | 'TLS' | 'SJM' | 'CAF' | 'DMA' | 'MAF' | 'WSM' | 'BES' | 'MHL' | 'AIA' | 'TON' | 'COK' | 'SLB' | 'SPM' | 'GNB' | 'ATA' | 'TUV' | 'ALA' | 'IOT' | 'ERI' | 'PLW' | 'FSM' | 'NRU' | 'PCN' | 'FLK' | 'MSR' | 'VAT' | 'KIR' | 'SHN' | 'NIU' | 'WLF' | 'HMD' | 'CXR' | 'NFK' | 'ATF' | 'CCK' | 'SGS' | 'BVT' | 'UMI' | 'ESH' | 'TKL' | 'X-SOUTH_ASIA' | 'X-SOUTH_EAST_EUROPE' | 'X-NORTHERN_AFRICA' | 'X-PACIFIC' | 'X-SOUTH_WEST_EUROPE' | 'X-SOUTHERN_AFRICA' | 'X-WEST_INDIES' | 'X-SOUTH_AMERICA' | 'X-SOUTH_WEST_ASIA' | 'X-CENTRAL_EUROPE' | 'X-EASTERN_EUROPE' | 'X-WESTERN_EUROPE' | 'X-CENTRAL_AMERICA' | 'X-WESTERN_AFRICA' | 'X-SOUTH_ATLANTIC_OCEAN' | 'X-SOUTH_EAST_ASIA' | 'X-CENTRAL_AFRICA' | 'X-NORTH_AMERICA' | 'X-EAST_ASIA' | 'X-NORTHERN_EUROPE' | 'X-EASTERN_AFRICA' | 'X-SOUTHERN_INDIAN_OCEAN' | 'X-SOUTHERN_EUROPE' | 'X-CENTRAL_ASIA' | 'X-NORTHERN_ASIA' | 'X-ASIA' | 'X-EUROPE' | 'X-AFRICA' | 'X-OCEANIA' | 'X-AMERICAS' | 'X-ANTARCTICA' | 'X-ATLANTIC_OCEAN' | 'X-INDIAN_OCEAN' | 'X-MIDDLE_EAST' | 'X-MENA' | 'X-EMEA' | 'X-EUROPEAN_UNION' | 'X-EFTA' | 'X-APAC' | 'X-LATAM' | 'X-ANGLOSPHERE' | 'X-DACH' | 'X-NORDICS' | 'X-BENELUX' | 'X-GCC' | 'X-BRICS' | 'X-G20' | 'X-OECD' | 'X-SANCTIONED', required
          - object
            - `type` 'geography', required
            - `location` union, required
              - …
    - `tlds` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `numWordsInName` object, nullable
      - `lowerBound` integer, nullable
      - `upperBound` integer, nullable
    - `status` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `technologies` object, nullable
      - `anyOf` union[], nullable
        - union
          - object
            - `type` 'predefined', required
            - `technology` 'Python' | 'JavaScript' | 'Java' | 'C#' | 'C++' | 'Go' | 'Rust' | 'TypeScript' | 'PHP' | 'Ruby' | 'Kotlin' | 'Swift' | 'Scala' | 'SQL' | 'Node.js' | 'React' | 'Angular' | 'Vue.js' | 'Next.js' | 'Django' | 'Flask' | 'Spring Boot' | 'Express' | 'Laravel' | 'WordPress' | 'Shopify' | 'Magento' | 'Docker' | 'Kubernetes' | 'AWS' | 'Google Cloud' | 'Azure' | 'Cloudflare' | 'Nginx' | 'Apache' | 'Redis' | 'PostgreSQL' | 'MongoDB' | 'MySQL' | 'SQLite' | 'Elasticsearch' | 'RabbitMQ' | 'Kafka' | 'Terraform' | 'Ansible' | 'Prometheus' | 'Grafana' | 'Sentry' | 'PagerDuty' | 'New Relic' | 'Datadog' | 'Splunk' | 'GitHub' | 'GitLab' | 'Bitbucket' | 'Jenkins' | 'CircleCI' | 'Travis CI' | 'Azure DevOps' | 'Jira' | 'Confluence' | 'Slack' | 'Microsoft Teams' | 'Tableau' | 'Power BI' | 'Looker' | 'Mixpanel' | 'Amplitude' | 'Google Analytics' | 'Segment' | 'HubSpot' | 'Salesforce' | 'Stripe' | 'Intercom' | 'Zendesk' | 'Cursor' | 'Windsurf' | 'TensorFlow' | 'PyTorch' | 'Keras' | 'Scikit-learn' | 'OpenAI' | 'Anthropic' | 'GraphQL' | 'Tailwind CSS' | 'Bootstrap' | 'Cassandra' | 'DynamoDB' | 'BigQuery' | 'Redshift' | 'ClickHouse' | 'Neo4j' | 'InfluxDB' | 'TimescaleDB' | 'CockroachDB' | 'Supabase' | 'PlanetScale' | 'Prisma' | 'Hasura' | 'NestJS' | 'Fastify' | 'Railway' | 'Fly.io' | 'Render' | 'Firebase' | 'Playwright' | 'Cypress' | 'Selenium' | 'Puppeteer' | 'Helm' | 'ELK Stack' | 'dbt' | 'Airflow' | 'Apache Spark' | 'Hadoop' | 'NumPy' | 'Jupyter' | 'Elixir' | 'LangChain' | 'Kubeflow' | 'Weights & Biases' | 'CUDA' | 'Algolia' | 'OpenSearch' | 'Solr' | 'WooCommerce' | 'Contentful' | 'Netlify' | 'Vercel' | 'Databricks' | 'Snowflake' | 'Notion' | 'Twilio' | 'Klaviyo' | 'Webflow' | 'Rippling' | 'Gusto' | 'Zapier' | 'Marketo' | 'ServiceNow' | 'Cloudinary', required
          - object
            - `type` 'custom', required
            - `name` string, required
      - `allOf` union[], nullable
        - union
          - object
            - `type` 'predefined', required
            - `technology` 'Python' | 'JavaScript' | 'Java' | 'C#' | 'C++' | 'Go' | 'Rust' | 'TypeScript' | 'PHP' | 'Ruby' | 'Kotlin' | 'Swift' | 'Scala' | 'SQL' | 'Node.js' | 'React' | 'Angular' | 'Vue.js' | 'Next.js' | 'Django' | 'Flask' | 'Spring Boot' | 'Express' | 'Laravel' | 'WordPress' | 'Shopify' | 'Magento' | 'Docker' | 'Kubernetes' | 'AWS' | 'Google Cloud' | 'Azure' | 'Cloudflare' | 'Nginx' | 'Apache' | 'Redis' | 'PostgreSQL' | 'MongoDB' | 'MySQL' | 'SQLite' | 'Elasticsearch' | 'RabbitMQ' | 'Kafka' | 'Terraform' | 'Ansible' | 'Prometheus' | 'Grafana' | 'Sentry' | 'PagerDuty' | 'New Relic' | 'Datadog' | 'Splunk' | 'GitHub' | 'GitLab' | 'Bitbucket' | 'Jenkins' | 'CircleCI' | 'Travis CI' | 'Azure DevOps' | 'Jira' | 'Confluence' | 'Slack' | 'Microsoft Teams' | 'Tableau' | 'Power BI' | 'Looker' | 'Mixpanel' | 'Amplitude' | 'Google Analytics' | 'Segment' | 'HubSpot' | 'Salesforce' | 'Stripe' | 'Intercom' | 'Zendesk' | 'Cursor' | 'Windsurf' | 'TensorFlow' | 'PyTorch' | 'Keras' | 'Scikit-learn' | 'OpenAI' | 'Anthropic' | 'GraphQL' | 'Tailwind CSS' | 'Bootstrap' | 'Cassandra' | 'DynamoDB' | 'BigQuery' | 'Redshift' | 'ClickHouse' | 'Neo4j' | 'InfluxDB' | 'TimescaleDB' | 'CockroachDB' | 'Supabase' | 'PlanetScale' | 'Prisma' | 'Hasura' | 'NestJS' | 'Fastify' | 'Railway' | 'Fly.io' | 'Render' | 'Firebase' | 'Playwright' | 'Cypress' | 'Selenium' | 'Puppeteer' | 'Helm' | 'ELK Stack' | 'dbt' | 'Airflow' | 'Apache Spark' | 'Hadoop' | 'NumPy' | 'Jupyter' | 'Elixir' | 'LangChain' | 'Kubeflow' | 'Weights & Biases' | 'CUDA' | 'Algolia' | 'OpenSearch' | 'Solr' | 'WooCommerce' | 'Contentful' | 'Netlify' | 'Vercel' | 'Databricks' | 'Snowflake' | 'Notion' | 'Twilio' | 'Klaviyo' | 'Webflow' | 'Rippling' | 'Gusto' | 'Zapier' | 'Marketo' | 'ServiceNow' | 'Cloudinary', required
          - object
            - `type` 'custom', required
            - `name` string, required
      - `noneOf` union[], nullable
        - union
          - object
            - `type` 'predefined', required
            - `technology` 'Python' | 'JavaScript' | 'Java' | 'C#' | 'C++' | 'Go' | 'Rust' | 'TypeScript' | 'PHP' | 'Ruby' | 'Kotlin' | 'Swift' | 'Scala' | 'SQL' | 'Node.js' | 'React' | 'Angular' | 'Vue.js' | 'Next.js' | 'Django' | 'Flask' | 'Spring Boot' | 'Express' | 'Laravel' | 'WordPress' | 'Shopify' | 'Magento' | 'Docker' | 'Kubernetes' | 'AWS' | 'Google Cloud' | 'Azure' | 'Cloudflare' | 'Nginx' | 'Apache' | 'Redis' | 'PostgreSQL' | 'MongoDB' | 'MySQL' | 'SQLite' | 'Elasticsearch' | 'RabbitMQ' | 'Kafka' | 'Terraform' | 'Ansible' | 'Prometheus' | 'Grafana' | 'Sentry' | 'PagerDuty' | 'New Relic' | 'Datadog' | 'Splunk' | 'GitHub' | 'GitLab' | 'Bitbucket' | 'Jenkins' | 'CircleCI' | 'Travis CI' | 'Azure DevOps' | 'Jira' | 'Confluence' | 'Slack' | 'Microsoft Teams' | 'Tableau' | 'Power BI' | 'Looker' | 'Mixpanel' | 'Amplitude' | 'Google Analytics' | 'Segment' | 'HubSpot' | 'Salesforce' | 'Stripe' | 'Intercom' | 'Zendesk' | 'Cursor' | 'Windsurf' | 'TensorFlow' | 'PyTorch' | 'Keras' | 'Scikit-learn' | 'OpenAI' | 'Anthropic' | 'GraphQL' | 'Tailwind CSS' | 'Bootstrap' | 'Cassandra' | 'DynamoDB' | 'BigQuery' | 'Redshift' | 'ClickHouse' | 'Neo4j' | 'InfluxDB' | 'TimescaleDB' | 'CockroachDB' | 'Supabase' | 'PlanetScale' | 'Prisma' | 'Hasura' | 'NestJS' | 'Fastify' | 'Railway' | 'Fly.io' | 'Render' | 'Firebase' | 'Playwright' | 'Cypress' | 'Selenium' | 'Puppeteer' | 'Helm' | 'ELK Stack' | 'dbt' | 'Airflow' | 'Apache Spark' | 'Hadoop' | 'NumPy' | 'Jupyter' | 'Elixir' | 'LangChain' | 'Kubeflow' | 'Weights & Biases' | 'CUDA' | 'Algolia' | 'OpenSearch' | 'Solr' | 'WooCommerce' | 'Contentful' | 'Netlify' | 'Vercel' | 'Databricks' | 'Snowflake' | 'Notion' | 'Twilio' | 'Klaviyo' | 'Webflow' | 'Rippling' | 'Gusto' | 'Zapier' | 'Marketo' | 'ServiceNow' | 'Cloudinary', required
          - object
            - `type` 'custom', required
            - `name` string, required
    - `crunchbaseCategories` object, nullable
      - `anyOf` object[], nullable
        - `group` string, required
        - `category` string, required
        - `type` 'category', required
      - `allOf` object[], nullable
        - `group` string, required
        - `category` string, required
        - `type` 'category', required
      - `noneOf` object[], nullable
        - `group` string, required
        - `category` string, required
        - `type` 'category', required
    - `crunchbaseCategoryGroups` object, nullable
      - `anyOf` object[], nullable
        - `group` string, required
        - `type` 'group', required
      - `allOf` object[], nullable
        - `group` string, required
        - `type` 'group', required
      - `noneOf` object[], nullable
        - `group` string, required
        - `type` 'group', required
    - `crunchbaseSlugs` string[], nullable
    - `investorsV2` object, nullable
      - `anyOf` object[], nullable
        - `investorIdentifier` union, required
          - object
            - `type` 'domain', required
            - `domain` string, required
          - object
            - `type` 'linkedin-url', required
            - `linkedin_url` string, uri, required
          - object
            - `type` 'linkedin-slug', required
            - `linkedin_slug` string, required
          - object
            - `type` 'linkedin-org-id', required
            - `org_id` string, required
        - `investedAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `investmentRounds` object, nullable
          - `anyOf` string[], required
      - `allOf` object[], nullable
        - `investorIdentifier` union, required
          - object
            - `type` 'domain', required
            - `domain` string, required
          - object
            - `type` 'linkedin-url', required
            - `linkedin_url` string, uri, required
          - object
            - `type` 'linkedin-slug', required
            - `linkedin_slug` string, required
          - object
            - `type` 'linkedin-org-id', required
            - `org_id` string, required
        - `investedAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `investmentRounds` object, nullable
          - `anyOf` string[], required
      - `noneOf` object[], nullable
        - `investorIdentifier` union, required
          - object
            - `type` 'domain', required
            - `domain` string, required
          - object
            - `type` 'linkedin-url', required
            - `linkedin_url` string, uri, required
          - object
            - `type` 'linkedin-slug', required
            - `linkedin_slug` string, required
          - object
            - `type` 'linkedin-org-id', required
            - `org_id` string, required
        - `investedAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `investmentRounds` object, nullable
          - `anyOf` string[], required
    - `technologiesV2` object, nullable
      - `anyOf` string[], nullable
      - `allOf` string[], nullable
      - `noneOf` string[], nullable
    - `revenueRangeUSD` object, nullable
      - `lowerBound` integer, nullable
      - `upperBound` integer, nullable
    - `employeeTrendsV2` object, nullable
      - `obeysAll` union[], nullable
        - union
          - object
            - `type` 'percent_change', required
            - `windowMonths` union, required
              - …
            - `change` object, required
              - …
          - object
            - `type` 'numeric_change', required
            - `windowMonths` union, required
              - …
            - `change` object, required
              - …
      - `obeysAny` union[], nullable
        - union
          - object
            - `type` 'percent_change', required
            - `windowMonths` union, required
              - …
            - `change` object, required
              - …
          - object
            - `type` 'numeric_change', required
            - `windowMonths` union, required
              - …
            - `change` object, required
              - …
      - `obeysNone` union[], nullable
        - union
          - object
            - `type` 'percent_change', required
            - `windowMonths` union, required
              - …
            - `change` object, required
              - …
          - object
            - `type` 'numeric_change', required
            - `windowMonths` union, required
              - …
            - `change` object, required
              - …
    - `tags` object, nullable
      - `anyOf` string[], nullable
      - `allOf` string[], nullable
      - `noneOf` string[], nullable
    - `linkedinIndustries` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `sort` object[], nullable — Sort order for company results. Clauses are applied in order. Omit to use the default ranking. Note: changing the sort invalidates any existing cursor — start a new pagination run when the sort changes.
      - `field` 'totalFunding' | 'lastRoundFunding' | 'lastFundedAt' | 'foundedAt' | 'followerCount' | 'jobPostingCount' | 'employeeCount' | 'revenueEstimate', required
      - `direction` 'asc' | 'desc', required
  - `prospectSearchParams` object, nullable — The search parameters to filter prospects.
    - `country3LetterCode` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `numConnections` object, nullable
      - `lowerBound` number, nullable
      - `upperBound` number, nullable
    - `numFollowers` object, nullable
      - `lowerBound` number, nullable
      - `upperBound` number, nullable
    - `approxAge` object, nullable
      - `lowerBound` number, nullable
      - `upperBound` number, nullable
    - `keywords` object, nullable
      - `containsAll` string[], nullable
      - `containsAny` string[], nullable
      - `containsNone` string[], nullable
    - `keywordsV2` object, nullable
      - `operator` 'AND' | 'OR'
      - `clauses` object[], required
        - `operator` 'AND' | 'OR'
        - `terms` string[], required
        - `negate` boolean
      - `options` object, nullable
        - `fieldsToSearchOver` object, nullable
          - `summary` boolean
          - `headline` boolean
          - `pastJobTitles` boolean
          - `pastJobSummaries` boolean
          - `pastCompanyNames` boolean
          - `currentJobTitles` boolean
          - `currentJobSummaries` boolean
          - `currentCompanyNames` boolean
          - `interests` boolean
          - `skills` boolean
          - `industry` boolean
          - `education` boolean
          - `publications` boolean
          - `certifications` boolean
          - `articles` boolean
          - `courses` boolean
          - `projects` boolean
          - `patents` boolean
          - `volunteering` boolean
          - `languages` boolean
    - `keywordSearchOptions` object, nullable
      - `fieldsToSearchOver` object, nullable
        - `summary` boolean
        - `headline` boolean
        - `pastJobTitles` boolean
        - `pastJobSummaries` boolean
        - `pastCompanyNames` boolean
        - `currentJobTitles` boolean
        - `currentJobSummaries` boolean
        - `currentCompanyNames` boolean
        - `interests` boolean
        - `skills` boolean
        - `industry` boolean
        - `education` boolean
        - `publications` boolean
        - `certifications` boolean
        - `articles` boolean
        - `courses` boolean
        - `projects` boolean
        - `patents` boolean
        - `volunteering` boolean
        - `languages` boolean
    - `jobTitleV2` object, nullable
      - `anyOf` union[], nullable
        - union
          - object
            - `type` 'term', required
            - `term` string, required
          - object
            - `type` 'static-groups', required
            - `groups` string[], required
          - object
            - `type` 'dynamic-groups', required
            - `groups` string[], required
            - `keywords` string[]
      - `noneOf` union[], nullable
        - union
          - object
            - `type` 'term', required
            - `term` string, required
          - object
            - `type` 'static-groups', required
            - `groups` string[], required
          - object
            - `type` 'dynamic-groups', required
            - `groups` string[], required
            - `keywords` string[]
      - `allOf` union[], nullable
        - union
          - object
            - `type` 'term', required
            - `term` string, required
          - object
            - `type` 'static-groups', required
            - `groups` string[], required
          - object
            - `type` 'dynamic-groups', required
            - `groups` string[], required
            - `keywords` string[]
    - `exactProfile` object, nullable
      - `anyOf` object[], nullable
        - `profile_id` string, nullable
        - `primary_slug` string, nullable
      - `noneOf` object[], nullable
        - `profile_id` string, nullable
        - `primary_slug` string, nullable
    - `exactProfileV2` object, nullable
      - `anyOf` union[], nullable
        - union
          - object
            - `identifier` 'linkedin-slug', required
            - `linkedin_slug` string, required
          - object
            - `identifier` 'linkedin-url', required
            - `linkedin_url` string, uri, required
          - object
            - `identifier` 'linkedin-user-id', required
            - `user_id` string, required
      - `noneOf` union[], nullable
        - union
          - object
            - `identifier` 'linkedin-slug', required
            - `linkedin_slug` string, required
          - object
            - `identifier` 'linkedin-url', required
            - `linkedin_url` string, uri, required
          - object
            - `identifier` 'linkedin-user-id', required
            - `user_id` string, required
    - `startedInRole` union
      - object
        - `strategy` 'absolute', required
        - `range` object, nullable
          - `lowerBound` string, nullable
          - `upperBound` string, nullable
      - object
        - `strategy` 'relative', required
        - `window` union
          - object
            - `method` 'lastN', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `quantity` number, required
          - object
            - `method` 'within', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `lowerBound` number, nullable
            - `upperBound` number, nullable
          - object
            - `method` 'calendar', required
            - `which` 'current' | 'previous', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
    - `startedAtCompany` union
      - object
        - `strategy` 'absolute', required
        - `range` object, nullable
          - `lowerBound` string, nullable
          - `upperBound` string, nullable
      - object
        - `strategy` 'relative', required
        - `window` union
          - object
            - `method` 'lastN', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `quantity` number, required
          - object
            - `method` 'within', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `lowerBound` number, nullable
            - `upperBound` number, nullable
          - object
            - `method` 'calendar', required
            - `which` 'current' | 'previous', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
    - `location` object, nullable
      - `unionAll` union[], nullable
        - union
          - object
            - `strategy` 'radial-distance', required
            - `center` object, required
              - …
            - `radius` union, required
              - …
          - object
            - `strategy` 'free-form-city', required
            - `city` string, required
            - `countryCode` string, nullable
            - `radius` union, required
              - …
          - object
            - `strategy` 'polygon', required
            - `vertices` object[], required
              - …
          - object
            - `strategy` 'preset-region', required
            - `region` 'sf-bay-area' | 'sf-north-bay' | 'sf-east-bay' | 'sf-south-bay' | 'sf-peninsula' | 'greater-new-york' | 'chicagoland' | 'washington-dmv' | 'greater-los-angeles' | 'inland-empire' | 'greater-philadelphia' | 'boston-route-128' | 'greater-austin' | 'toronto-golden-horseshoe' | 'greater-london' | 'greater-tokyo' | 'research-triangle' | 'seattle-puget-sound' | 'dallas-fort-worth' | 'miami-south-florida' | 'slc-silicon-slopes' | 'denver-front-range', required
      - `subtractAll` union[], nullable
        - union
          - object
            - `strategy` 'radial-distance', required
            - `center` object, required
              - …
            - `radius` union, required
              - …
          - object
            - `strategy` 'free-form-city', required
            - `city` string, required
            - `countryCode` string, nullable
            - `radius` union, required
              - …
          - object
            - `strategy` 'polygon', required
            - `vertices` object[], required
              - …
          - object
            - `strategy` 'preset-region', required
            - `region` 'sf-bay-area' | 'sf-north-bay' | 'sf-east-bay' | 'sf-south-bay' | 'sf-peninsula' | 'greater-new-york' | 'chicagoland' | 'washington-dmv' | 'greater-los-angeles' | 'inland-empire' | 'greater-philadelphia' | 'boston-route-128' | 'greater-austin' | 'toronto-golden-horseshoe' | 'greater-london' | 'greater-tokyo' | 'research-triangle' | 'seattle-puget-sound' | 'dallas-fort-worth' | 'miami-south-florida' | 'slc-silicon-slopes' | 'denver-front-range', required
    - `pastJobs` object, nullable
      - `anyOf` object[], nullable
        - `jobTitle` string[], nullable
        - `company` object, nullable
          - `linkedin_id` string, nullable
          - `li_org_id` string, required
          - `preferred_name` string, nullable
          - `names` string[], nullable
          - `linkedin_primary_slug` string, nullable
          - `domains` string[], nullable
          - `logo_url` string, nullable
          - `source` 'csv' | 'null', nullable
      - `allOf` object[], nullable
        - `jobTitle` string[], nullable
        - `company` object, nullable
          - `linkedin_id` string, nullable
          - `li_org_id` string, required
          - `preferred_name` string, nullable
          - `names` string[], nullable
          - `linkedin_primary_slug` string, nullable
          - `domains` string[], nullable
          - `logo_url` string, nullable
          - `source` 'csv' | 'null', nullable
      - `noneOf` object[], nullable
        - `jobTitle` string[], nullable
        - `company` object, nullable
          - `linkedin_id` string, nullable
          - `li_org_id` string, required
          - `preferred_name` string, nullable
          - `names` string[], nullable
          - `linkedin_primary_slug` string, nullable
          - `domains` string[], nullable
          - `logo_url` string, nullable
          - `source` 'csv' | 'null', nullable
    - `currentJobs` object, nullable
      - `anyOf` object[], nullable
        - `jobTitle` string[], nullable
        - `company` object, nullable
          - `linkedin_id` string, nullable
          - `li_org_id` string, required
          - `preferred_name` string, nullable
          - `names` string[], nullable
          - `linkedin_primary_slug` string, nullable
          - `domains` string[], nullable
          - `logo_url` string, nullable
          - `source` 'csv' | 'null', nullable
      - `allOf` object[], nullable
        - `jobTitle` string[], nullable
        - `company` object, nullable
          - `linkedin_id` string, nullable
          - `li_org_id` string, required
          - `preferred_name` string, nullable
          - `names` string[], nullable
          - `linkedin_primary_slug` string, nullable
          - `domains` string[], nullable
          - `logo_url` string, nullable
          - `source` 'csv' | 'null', nullable
      - `noneOf` object[], nullable
        - `jobTitle` string[], nullable
        - `company` object, nullable
          - `linkedin_id` string, nullable
          - `li_org_id` string, required
          - `preferred_name` string, nullable
          - `names` string[], nullable
          - `linkedin_primary_slug` string, nullable
          - `domains` string[], nullable
          - `logo_url` string, nullable
          - `source` 'csv' | 'null', nullable
    - `languages` object, nullable
      - `anyOf` string[], nullable
      - `allOf` string[], nullable
      - `noneOf` string[], nullable
    - `leftStealthAt` union
      - object
        - `strategy` 'absolute', required
        - `range` object, nullable
          - `lowerBound` string, nullable
          - `upperBound` string, nullable
      - object
        - `strategy` 'relative', required
        - `window` union
          - object
            - `method` 'lastN', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `quantity` number, required
          - object
            - `method` 'within', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `lowerBound` number, nullable
            - `upperBound` number, nullable
          - object
            - `method` 'calendar', required
            - `which` 'current' | 'previous', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
    - `isInStealth` boolean, nullable
    - `stealthV2` union
      - object
        - `status` 'currently-in-stealth', required
        - `enteredStealthAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
      - object
        - `status` 'left-stealth', required
        - `leftStealthAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `enteredStealthAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `stealthDuration` object, nullable
          - `range` object, required
            - `lowerBound` number, required
            - `upperBound` number, required
          - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
    - `educationV2` object, nullable
      - `anyOf` object[], nullable
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `degree` union
          - object
            - `method` 'text', required
            - `criteria` object, required
              - …
          - object
            - `method` 'level', required
            - `criteria` object, required
              - …
        - `fieldOfStudy` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `school` object, nullable
          - `exact` object, nullable
            - `anyOf` union[], nullable
              - …
            - `noneOf` union[], nullable
              - …
          - `nameKeywords` object, nullable
            - `anyOf` string[], nullable
            - `noneOf` string[], nullable
          - `properties` object, nullable
            - `country` object, nullable
              - …
        - `years` object, nullable
          - `startedSchoolAt` union
            - object
              - …
            - object
              - …
          - `finishedSchoolAt` union
            - object
              - …
            - object
              - …
          - `isCurrentlyStudent` boolean, nullable
      - `allOf` object[], nullable
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `degree` union
          - object
            - `method` 'text', required
            - `criteria` object, required
              - …
          - object
            - `method` 'level', required
            - `criteria` object, required
              - …
        - `fieldOfStudy` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `school` object, nullable
          - `exact` object, nullable
            - `anyOf` union[], nullable
              - …
            - `noneOf` union[], nullable
              - …
          - `nameKeywords` object, nullable
            - `anyOf` string[], nullable
            - `noneOf` string[], nullable
          - `properties` object, nullable
            - `country` object, nullable
              - …
        - `years` object, nullable
          - `startedSchoolAt` union
            - object
              - …
            - object
              - …
          - `finishedSchoolAt` union
            - object
              - …
            - object
              - …
          - `isCurrentlyStudent` boolean, nullable
    - `jobStatus` union
      - object
        - `status` 'currently-employed', required
      - object
        - `status` 'previously-employed', required
        - `leftAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
      - object
        - `status` 'ever-employed', required
    - `timeZone` object, nullable
      - `anyOf` object[], required
        - `strategy` object, required
          - `mode` 'midpoint-with-buffer', required
          - `midpointTimeZoneName` string, required
          - `maxMinutesWestward` integer, required
          - `maxMinutesEastward` number, required
          - `includePartialYearMatches` boolean, required
    - `pastJobText` object, nullable
      - `joiner` 'and' | 'or', required
      - `criteria` object[], required
        - `field` 'title' | 'summary' | 'anywhere', required
        - `rule` 'includes' | 'excludes', required
        - `text` string, nullable
    - `fuzzyName` object, nullable
      - `anyOf` object[], required
        - `name` string, required
    - `companyMatchMode` union
      - object
        - `mode` 'strict', required
      - object
        - `mode` 'loose', required
    - `yearsOfExperience` object, nullable
      - `lowerBound` number, nullable
      - `upperBound` number, nullable
    - `jobTitleV3` object, nullable
      - `anyOf` union[], nullable
        - union
          - object
            - `type` 'plain', required
            - `term` string, required
          - object
            - `type` 'functional', required
            - `keywords` string[], nullable
            - `seniority` string[], required
          - object
            - `type` 'cartesian', required
            - `keywordArrays` array[], required
              - …
      - `allOf` union[], nullable
        - union
          - object
            - `type` 'plain', required
            - `term` string, required
          - object
            - `type` 'functional', required
            - `keywords` string[], nullable
            - `seniority` string[], required
          - object
            - `type` 'cartesian', required
            - `keywordArrays` array[], required
              - …
      - `noneOf` union[], nullable
        - union
          - object
            - `type` 'plain', required
            - `term` string, required
          - object
            - `type` 'functional', required
            - `keywords` string[], nullable
            - `seniority` string[], required
          - object
            - `type` 'cartesian', required
            - `keywordArrays` array[], required
              - …
    - `openToWork` boolean, nullable
    - `isHiring` boolean, nullable
    - `hasProfilePicture` boolean, nullable
    - `state` object, nullable
      - `anyOf` object[], nullable
        - `countryCode` string, nullable
        - `stateName` string, required
      - `noneOf` object[], nullable
        - `countryCode` string, nullable
        - `stateName` string, required
    - `certifications` object, nullable
      - `anyOf` object[], nullable
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
      - `allOf` object[], nullable
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
    - `publications` object, nullable
      - `anyOf` object[], nullable
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
      - `allOf` object[], nullable
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
    - `hasNoEducation` boolean, nullable
    - `employmentType` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `isTopVoice` boolean, nullable
    - `hasPremium` boolean, nullable
    - `isInfluencer` boolean, nullable
    - `industry` object, nullable
      - `anyOf` string[], nullable
      - `noneOf` string[], nullable
    - `isVerified` boolean, nullable
    - `joinedLinkedInAt` union
      - object
        - `strategy` 'absolute', required
        - `range` object, nullable
          - `lowerBound` string, nullable
          - `upperBound` string, nullable
      - object
        - `strategy` 'relative', required
        - `window` union
          - object
            - `method` 'lastN', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `quantity` number, required
          - object
            - `method` 'within', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
            - `lowerBound` number, nullable
            - `upperBound` number, nullable
          - object
            - `method` 'calendar', required
            - `which` 'current' | 'previous', required
            - `period` 'day' | 'week' | 'month' | 'quarter' | 'year', required
    - `unemployment` object, nullable
      - `isUnemployed` boolean, required
      - `becameUnemployedAt` union
        - object
          - `strategy` 'absolute', required
          - `range` object, nullable
            - `lowerBound` string, nullable
            - `upperBound` string, nullable
        - object
          - `strategy` 'relative', required
          - `window` union
            - object
              - …
            - object
              - …
    - `getDetailedEducation` boolean, nullable — Whether to include deep details about each educational item, like the school's LinkedIn URL, website, location, etc. That'll be put in the detailedEducation array. This slows down the API call, so only enable this if you need it.
    - `getDetailedWorkExperience` boolean, nullable — Whether to include deep details about each work experience item, like the company's LinkedIn URL, website, location, etc. That'll be put in the detailedWorkExperience array. This slows down the API call, so only enable this if you need it.
    - `tags` object, nullable
      - `anyOf` string[], nullable
      - `allOf` string[], nullable
      - `noneOf` string[], nullable
    - `education` object, nullable
      - `anyOf` object[], nullable
        - `school` object, nullable
          - `anyOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
          - `noneOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
        - `schoolV2` object, nullable
          - `anyOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
          - `noneOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `degree` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `degreeV2` union
          - object
            - `method` 'text', required
            - `criteria` object, required
              - …
          - object
            - `method` 'level', required
            - `criteria` object, required
              - …
        - `schoolNameKeywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `finishedSchoolAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `startedSchoolAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `isCurrentlyStudent` boolean, nullable
      - `allOf` object[], nullable
        - `school` object, nullable
          - `anyOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
          - `noneOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
        - `schoolV2` object, nullable
          - `anyOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
          - `noneOf` object[], nullable
            - `linkedinId` string, nullable — The LinkedIn organization ID of the school, like 1646 for Harvard University
            - `linkedinUrl` string, nullable — The LinkedIn URL of the school, like 'https://www.linkedin.com/school/harvard-university/'
            - `domain` string, nullable — The domain of the school, like 'harvard.edu'
        - `keywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `degree` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `degreeV2` union
          - object
            - `method` 'text', required
            - `criteria` object, required
              - …
          - object
            - `method` 'level', required
            - `criteria` object, required
              - …
        - `schoolNameKeywords` object, nullable
          - `anyOf` string[], nullable
          - `noneOf` string[], nullable
        - `finishedSchoolAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `startedSchoolAt` union
          - object
            - `strategy` 'absolute', required
            - `range` object, nullable
              - …
          - object
            - `strategy` 'relative', required
            - `window` union
              - …
        - `isCurrentlyStudent` boolean, nullable
    - `sort` object[], nullable — Sort order for people results. Clauses are applied in order. Omit to use the default ranking. Note: changing the sort invalidates any existing cursor — start a new pagination run when the sort changes.
      - `field` 'followerCount' | 'connectionCount' | 'careerStartedAt' | 'dataUpdatedAt' | 'currentRoleStartedAt' | 'currentCompanyStartedAt' | 'jobCount', required
      - `direction` 'asc' | 'desc', required

## Response `200`

Default Response

- object
  - `output` object, required
    - `audienceId` string, required — The unique ID of the audience.
    - `companySearchParams` object, nullable — The updated company search parameters.
    - `prospectSearchParams` object, nullable — The updated prospect search parameters.
  - `chargeInfo` union, required
    - object — Credits were charged immediately for this operation
      - `method` 'charged-now', required
      - `creditsCharged` number, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — Credits will be charged after the operation completes
      - `method` 'charging-later', required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — Credits that were charged for an asynchronous operation
      - `method` 'charged-for-async-process', required
      - `creditsCharged` number, required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — No credits were charged for this operation
      - `method` 'free', required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
    - object — Credits were refunded for this operation
      - `method` 'credits-refunded', required
      - `creditsRefunded` number, required
      - `message` string, required
      - `lowCreditAlert` object, nullable — Contains a link to get more credits, a warning message, and the remaining credit count.
        - `getMoreCreditsUrl` string, uri, required — URL to top up credits or restart billing cycle to get fresh credits.
        - `message` string, required — Human-readable credits warning.
        - `availableCredits` number, required — Number of credits remaining in the current billing period.
  - `warnings` object[], nullable — Warnings about extraneous fields in request
    - `field` string, required — Full path to extraneous field (e.g., 'searchParams.ExtraField')
    - `message` string, required — Warning message
  - `advice` string[], nullable — Tips, recommendations, and suggestions for using this API effectively.

## Other responses

- `400` — Default Response
- `401` — Default Response
- `402` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `429` — Default Response
- `500` — Default Response
- `503` — Default Response

---

[API](https://skmtc.net/fiber/apis/fiber-ai-api.md) · [All operations](https://skmtc.net/fiber/apis/fiber-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fiber/fiber-ai-api/versions/693a454797a3/schema)
