Search
Returns Grata-powered search results based on an input search query.
Request body
Response
OK
Example response
{
"count": 100,
"page_token": "abc123",
"companies": [
{
"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"
}
}
]
}Changes
Changed in 3 of the 5 revisions of this API.632613
- ▲
added
SearchFiltersBaseto the request bodyallOflistrequest-body-all-of-added
- ▲
the request's body type/format changed from
object/to/request-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ●
removed the request property
business_modelsrequest-property-removed
- ●
removed the request property
employees_changerequest-property-removed
- ●
removed the request property
employees_change_timerequest-property-removed
- ●
removed the request property
employees_on_professional_networks_rangerequest-property-removed
- ●
removed the request property
end_customerrequest-property-removed
- ●
removed the request property
funding_sizerequest-property-removed
- ●
removed the request property
funding_stagerequest-property-removed
- ●
removed the request property
grata_employees_estimates_rangerequest-property-removed
- ●
removed the request property
headquartersrequest-property-removed
- ●
removed the request property
industry_classificationsrequest-property-removed
- ●
removed the request property
is_fundedrequest-property-removed
- ●
removed the request property
listsrequest-property-removed
- ●
removed the request property
ownershiprequest-property-removed
- ●
removed the request property
page_tokenrequest-property-removed
- ●
removed the request property
terms_excluderequest-property-removed
- ●
removed the request property
terms_includerequest-property-removed
- ●
removed the request property
year_foundedrequest-property-removed
- ●
removed the optional property
companiesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
countfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
page_tokenfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
searchremoved and replaced withpost-searchapi-operation-id-removed
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
- ○
api tag
searchaddedapi-tag-added
- ○
added
Paginationsubschema #2to the response bodyallOflist for the response status200response-body-all-of-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the media type
application/jsonfor the response with the status429response-media-type-added
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
request body became required
request-body-became-required
- ▲
the request property
headquarters/exclude/items/citybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
headquarters/exclude/items/statebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
headquarters/include/items/citybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
headquarters/include/items/statebecame not nullablerequest-property-became-not-nullable
- ▲
removed the enum value
agricultureof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
b2bof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
b2cof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
bootstrappedof the request propertyownership/items/request-property-enum-value-removed
- ▲
removed the enum value
colleges_and_universitiesof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
commercial_and_residential_servicesof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
consumer_product_and_retailof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
content_and_publishingof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
directoryof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
distributorof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
early_stage_fundingof the request propertyfunding_stage/items/request-property-enum-value-removed
- ▲
removed the enum value
educationof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
educationof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
electronicsof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
financeof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
governmentof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
governmentof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
hardwareof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
healthcareof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
hospitality_and_leisureof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
hospitals_and_medical_centersof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
industrialsof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
information_technologyof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
investment_banks_and_business_brokersof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
investor_backedof the request propertyownership/items/request-property-enum-value-removed
- ▲
removed the enum value
job_siteof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
late_stage_fundingof the request propertyfunding_stage/items/request-property-enum-value-removed
- ▲
removed the enum value
manufacturerof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
marketplaceof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
mediaof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
nonprofit_and_associationsof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
other_fundingof the request propertyfunding_stage/items/request-property-enum-value-removed
- ▲
removed the enum value
pre_ipo_fundingof the request propertyfunding_stage/items/request-property-enum-value-removed
- ▲
removed the enum value
private_equityof the request propertyownership/items/request-property-enum-value-removed
- ▲
removed the enum value
private_equity_add_onof the request propertyownership/items/request-property-enum-value-removed
- ▲
removed the enum value
private_equity_and_venture_capitalof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
private_equity_backedof the request propertyfunding_stage/items/request-property-enum-value-removed
- ▲
removed the enum value
private_schoolsof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
private_subsidiaryof the request propertyownership/items/request-property-enum-value-removed
- ▲
removed the enum value
producerof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
professional_servicesof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
publicof the request propertyownership/items/request-property-enum-value-removed
- ▲
removed the enum value
public_subsidiaryof the request propertyownership/items/request-property-enum-value-removed
- ▲
removed the enum value
religious_institutionsof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
retailerof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
servicesof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
softwareof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
software_enabledof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
staffing_and_recruitingof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
removed the enum value
transportationof the request propertyend_customer/items/request-property-enum-value-removed
- ▲
removed the enum value
us_federal_agenciesof the request propertybusiness_models/items/request-property-enum-value-removed
- ▲
the
employees_on_professional_networks_range/items/request property type/format changed fromnumber/tointeger/request-property-type-changed
- ▲
the
funding_size/items/request property type/format changed fromnumber/tointeger/request-property-type-changed
- ▲
the
grata_employees_estimates_range/items/request property type/format changed fromnumber/tointeger/request-property-type-changed
- ▲
the
year_founded/items/request property type/format changed fromnumber/tointeger/request-property-type-changed
- ●
deleted the
headerrequest parameterContent-Typerequest-parameter-removed
- ●
removed the request property
company_uidrequest-property-removed
- ●
removed the request property
domainrequest-property-removed
- ●
removed the optional property
companyfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
resultsfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
post-searchremoved and replaced withsearchapi-operation-id-removed
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
added the new optional request property
headquarters/include/items/examplenew-optional-request-property
- ○
added the optional property
companiesto the response with the200statusresponse-optional-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●