v5

latestOpenAPI 3.1.0raw.githubusercontent.com2024-12-05103351.8 KB
search

Similar Search

Returns companies similar to the specified company.

post/api/v1.4/search-similar/

Request body

group_operator'any' | 'all'
terms_excludestring[]
page_tokenstring

Page token used for pagination.

end_customerstring[]
ownershipstring[]
business_modelsstring[]
is_fundedboolean

Indicates whether the company has received outside funding.

funding_sizenumber[]
funding_stagestring[]
employees_change_time'month' | 'quarter' | 'six_month' | 'annual'
grata_employees_estimates_rangenumber[]
employees_on_professional_networks_rangenumber[]
employees_changenumber[]
year_foundednumber[]
domainstring

Domain of the company for similar search.

company_uidstring

Alphanumeric Grata ID for the company (case-sensitive).

Response

OK

countinteger required

Total number of items.

page_tokenstring required

Token for pagination.

Example response

{
  "count": 100,
  "page_token": "abc123",
  "company": {
    "name": "Slack",
    "company_uid": "26AJRCR2",
    "url": "https://search.grata.com/search?c=7W46XUJT",
    "domain": "slack.com",
    "description": "Slack has transformed business communication. It is the leading channel-based messaging platform...",
    "domains": [
      {
        "domain": "slack.com"
      }
    ],
    "is_active": "Active",
    "headquarters": "San Francisco, California",
    "locations": {
      "locations": [
        {
          "location_type": "HQ",
          "city_name": "San Francisco",
          "continent_name": "North America",
          "country_iso2": "US",
          "country_iso3": "USA",
          "country_name": "United States",
          "house_number": "123",
          "latitude": 37.7749,
          "longitude": -122.4194,
          "macro_region": "Silicon Valley",
          "micro_region": "Bay Area",
          "postal_code": "94105",
          "raw_address": "123 Market St, San Francisco, CA 94105, USA",
          "region_iso": "CA",
          "region_name": "California",
          "street": "Market St",
          "greater_regions": [
            {
              "name": "San Francisco Bay Area"
            }
          ]
        }
      ],
      "total": 5
    },
    "revenue_estimates": 2000000000,
    "grata_employee_estimates": 2000,
    "employee_location_breakdown": [
      {
        "country": "USA",
        "country_percentage": 0.95,
        "confidence": "High"
      }
    ],
    "employees_on_professional_networks": 20,
    "employees_growth": {
      "percentage_one_month": 0.1,
      "percentage_three_month": 0.1,
      "percentage_six_month": 0.1,
      "percentage_one_year": 0.1
    },
    "primary_phone": "18888888888",
    "primary_email": "support@slack.com",
    "social_linkedin": "https://linkedin.com/company/slack",
    "social_facebook": "https://facebook.com/slackhq",
    "social_twitter": "https://twitter.com/slackhq",
    "social_instagram": "https://instagram.com/slackhq",
    "social_crunchbase": "https://crunchbase.com/organization/slack",
    "ownership_status": "Public Subsidiary",
    "entity_type": "Public",
    "owner": {
      "id": "OWNER123",
      "name": "John Doe",
      "domain": "johndoe.com",
      "status": "Active"
    },
    "ultimate_owner": {
      "id": "OWNER123",
      "name": "John Doe",
      "domain": "johndoe.com",
      "status": "Active"
    },
    "year_founded": 2009,
    "funding_rounds_count": 1,
    "classifications": {
      "industry_classifications": [
        {
          "industry_code": "513210",
          "industry_name": "Software Publishers"
        }
      ],
      "software_industries": [
        {
          "industry_code": "51321006",
          "industry_name": "IT Security and Privacy Software"
        }
      ]
    },
    "conferences": {
      "conferences": [
        {
          "name": "Tech Innovators Summit",
          "company_count": 150,
          "start_date": "2024-09-15",
          "end_date": "2024-09-17",
          "url": "https://techinnovatorssummit.com",
          "location": "San Francisco, CA"
        }
      ],
      "count": 2
    },
    "contacts": {
      "contacts": [
        {
          "name": "Alice Smith",
          "title": "Director of Sales",
          "work_email": "alice.smith@slack.com",
          "email_deliverability": "Verified",
          "socials_linkedin": "https://linkedin.com/in/alicesmith",
          "socials_twitter": "https://twitter.com/alicesmith",
          "socials_facebook": "https://facebook.com/alicesmith",
          "age": 35
        }
      ],
      "count": 5
    },
    "investors": {
      "id": "INV123",
      "name": "Venture Capital Partners",
      "domain": "venturecapital.com"
    }
  },
  "results": [
    {
      "name": "Slack",
      "company_uid": "26AJRCR2",
      "url": "https://search.grata.com/search?c=7W46XUJT",
      "domain": "slack.com",
      "description": "Slack has transformed business communication. It is the leading channel-based messaging platform...",
      "domains": [
        {
          "domain": "slack.com"
        }
      ],
      "is_active": "Active",
      "headquarters": "San Francisco, California",
      "locations": {
        "locations": [
          {
            "location_type": "HQ",
            "city_name": "San Francisco",
            "continent_name": "North America",
            "country_iso2": "US",
            "country_iso3": "USA",
            "country_name": "United States",
            "house_number": "123",
            "latitude": 37.7749,
            "longitude": -122.4194,
            "macro_region": "Silicon Valley",
            "micro_region": "Bay Area",
            "postal_code": "94105",
            "raw_address": "123 Market St, San Francisco, CA 94105, USA",
            "region_iso": "CA",
            "region_name": "California",
            "street": "Market St",
            "greater_regions": [
              {
                "name": "San Francisco Bay Area"
              }
            ]
          }
        ],
        "total": 5
      },
      "revenue_estimates": 2000000000,
      "grata_employee_estimates": 2000,
      "employee_location_breakdown": [
        {
          "country": "USA",
          "country_percentage": 0.95,
          "confidence": "High"
        }
      ],
      "employees_on_professional_networks": 20,
      "employees_growth": {
        "percentage_one_month": 0.1,
        "percentage_three_month": 0.1,
        "percentage_six_month": 0.1,
        "percentage_one_year": 0.1
      },
      "primary_phone": "18888888888",
      "primary_email": "support@slack.com",
      "social_linkedin": "https://linkedin.com/company/slack",
      "social_facebook": "https://facebook.com/slackhq",
      "social_twitter": "https://twitter.com/slackhq",
      "social_instagram": "https://instagram.com/slackhq",
      "social_crunchbase": "https://crunchbase.com/organization/slack",
      "ownership_status": "Public Subsidiary",
      "entity_type": "Public",
      "owner": {
        "id": "OWNER123",
        "name": "John Doe",
        "domain": "johndoe.com",
        "status": "Active"
      },
      "ultimate_owner": {
        "id": "OWNER123",
        "name": "John Doe",
        "domain": "johndoe.com",
        "status": "Active"
      },
      "year_founded": 2009,
      "funding_rounds_count": 1,
      "classifications": {
        "industry_classifications": [
          {
            "industry_code": "513210",
            "industry_name": "Software Publishers"
          }
        ],
        "software_industries": [
          {
            "industry_code": "51321006",
            "industry_name": "IT Security and Privacy Software"
          }
        ]
      },
      "conferences": {
        "conferences": [
          {
            "name": "Tech Innovators Summit",
            "company_count": 150,
            "start_date": "2024-09-15",
            "end_date": "2024-09-17",
            "url": "https://techinnovatorssummit.com",
            "location": "San Francisco, CA"
          }
        ],
        "count": 2
      },
      "contacts": {
        "contacts": [
          {
            "name": "Alice Smith",
            "title": "Director of Sales",
            "work_email": "alice.smith@slack.com",
            "email_deliverability": "Verified",
            "socials_linkedin": "https://linkedin.com/in/alicesmith",
            "socials_twitter": "https://twitter.com/alicesmith",
            "socials_facebook": "https://facebook.com/alicesmith",
            "age": 35
          }
        ],
        "count": 5
      },
      "investors": {
        "id": "INV123",
        "name": "Venture Capital Partners",
        "domain": "venturecapital.com"
      }
    }
  ]
}