Skip to main content

Companies

Accepted values, code references, and units for the company-level filters in Company Search and Find People — company.type, company.employee_range, company.naics_code, company.sic_code, company.revenue, company.web_traffic, and company.ad_spend.
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.

Employee Range

Used in: Company Search, Find People (company.employee_range filter)
ValueHeadcount
"1-10"1-10 employees
"11-50"11-50 employees
"51-200"51-200 employees
"201-500"201-500 employees
"501-1000"501-1,000 employees
"1001-5000"1,001-5,000 employees
"5001-10000"5,001-10,000 employees
"10001+"More than 10,000 employees

Company Type

Used in: Company Search, Find People (company.type.include and company.type.exclude filters).
  • "Educational"
  • "Educational Institution"
  • "Government Agency"
  • "Nonprofit"
  • "Partnership"
  • "Privately Held"
  • "Public Company"
  • "Self-Employed"
  • "Self-Owned"
  • "Sole Proprietorship"

NAICS Code

Used in: Company Search, Find People (company.naics_code.include and company.naics_code.exclude filters). NAICS (North American Industry Classification System) codes are 2–6 digit strings maintained by the US Census Bureau. Codes are matched exactly as strings — a 6-digit query ("541511") will not match a company stored at the 4-digit parent ("5415") or vice versa. Use the most specific code you have.
ExampleIndustry
"5112"Software Publishers
"5182"Data Processing, Hosting
"541511"Custom Computer Programming Services
"541512"Computer Systems Design Services
"541613"Marketing Consulting Services
Browse the full catalog at census.gov/naics.

SIC Code

Used in: Company Search, Find People (company.sic_code.include and company.sic_code.exclude filters). SIC (Standard Industrial Classification) codes are 4-digit strings — the older US classification still widely used by the SEC and credit databases. Like NAICS, matches are exact strings with no implicit prefix expansion.
ExampleIndustry
"7372"Prepackaged Software
"7371"Computer Programming Services
"7389"Business Services, NEC
"6199"Finance Services
"5961"Catalog, Mail-Order Houses
Browse the full catalog at osha.gov/sic-manual.

Revenue, Web Traffic, Ad Spend

Used in: Company Search, Find People (company.revenue, company.web_traffic, company.ad_spend filters). These three filters share the same { min, max } shape. Pass 0 for either bound to leave it open — { min: 1_000_000, max: 0 } means “at least 1M, no upper limit”.
FilterUnitTypical range
revenueUSD per year1_000_0001e12
web_trafficMonthly visits (estimated)1_0001e10
ad_spendUSD per month on Google Ads (est.)1001e9
revenue is matched as a range intersection: a company stored with the band [5M, 50M] matches a query of { min: 10M, max: 20M }. web_traffic and ad_spend are matched as point ranges against the latest known monthly value.
Many companies have no public revenue, traffic, or ad-spend signal. Applying these filters narrows results aggressively — combine with a broad industry or naics_code rather than a strict linkedin_url list.