Getting Started
IntroductionAuthenticationQuickstartRate LimitsError Handling
Companies API
Search CompaniesGet CompanyReveal CompanyBulk Operations
Technologies API
List TechnologiesSearch TechnologiesCompanies by Tech
Contacts API
Search ContactsReveal Contact
Exports API
Create ExportDownload Export
Account API
Credits BalanceWebhooks

Search Companies

Search the PrimoDato company index using firmographic and technographic filters. Results are paginated and company identity stays masked until revealed.

Request

Endpoint: GET /v1/companies. Required headers: Authorization: Bearer {api_key} and Content-Type: application/json.

ParameterTypeDescriptionExample
qstringFull-text search across company name, domain, and descriptionsalesforce consulting
industrystring[]Industry slug. Repeatable.hospitality
countrystring[]ISO 3166-1 alpha-2 country codesUS
citystringCity name partial matchNew York
statestringState or regionCalifornia
employeesstring[]Employee range filter51-200
revenuestring[]Revenue range filter$10M-$50M
company_typestring[]public, private, startup, non-profit, governmentprivate
founded_afterintegerFounded after this year2015
founded_beforeintegerFounded before this year2020
verified_onlybooleanReturn verified records onlytrue
techstring[]Technology slug(s). Company must use all listed techsalesforce
tech_anystring[]Company must use at least one listed technologyshopify
tech_notstring[]Exclude companies using these technologieshubspot
tech_categorystring[]Filter by technology categorycrm
sortstringrelevance, name, employees, revenue, founded, last_enrichedrelevance
orderstringasc or descdesc
pageinteger1-based page number1
limitintegerResults per page. Max 100.25

Response

{
  "data": [
    {
      "id": "cmp_01hxyz123abc",
      "name": null,
      "domain": null,
      "_masked": true,
      "industry": "Hospitality & Travel",
      "industry_slug": "hospitality",
      "employee_range": "51-200",
      "revenue_range": "$10M-$50M",
      "country": "US",
      "country_name": "United States",
      "city": "Austin",
      "state": "TX",
      "company_type": "private",
      "founded_year": 2012,
      "description": "Property management and booking software for boutique hotels.",
      "is_verified": true,
      "last_enriched_at": "2025-01-12T00:00:00Z",
      "technologies": [
        {
          "name": "Cloudbeds",
          "slug": "cloudbeds",
          "category": "Property Management",
          "confidence": 95
        },
        {
          "name": "Stripe",
          "slug": "stripe",
          "category": "Payment Processing",
          "confidence": 88
        }
      ],
      "_contact_count": 4,
      "data_quality_score": 87
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 25,
    "total": 8420,
    "pages": 337,
    "has_next": true,
    "has_prev": false
  },
  "meta": {
    "query_time_ms": 124,
    "credits_used": 0
  }
}
name and domain return null for unrevealed companies. Use POST /v1/companies/{id}/reveal to unlock full data.

Code Examples

curl "https://api.primodato.com/v1/companies?industry=hospitality&country=US&employees=51-200&tech=cloudbeds&limit=25" \
  -H "Authorization: Bearer db_live_xxxxxxxxxxxxxxxxxxxx"
On this page
RequestResponseCode Examples
PrimoDato

B2B intelligence for modern revenue teams.

© 2026 PrimoDato, Inc. All rights reserved.

Product
Search CompaniesSearch TechnologiesFortune 500IndustriesPricingAPI Docs
Company
AboutBlogCareersContactSecurity
Legal
Privacy PolicyTerms of ServiceAcceptable UseRefund PolicyData Processing AgreementGDPRCookie Policy
Support
Help CenterStatus PageCommunityAPI Documentation
Talk to Sales
🇺🇸🇪🇺
PrimoDato
IndustriesCompaniesTechnologiesServicesPricingDocs
Log inStart free