These docs are for v3.1. Click to read the latest docs for v4.0.

/organizations

🚧

Endpoint Requires Enterprise or Applications Access

To access this endpoint you must have Enterprise or Applications access. Learn more.

The /organizations endpoint returns a paginated list of OrganizationSummary items for every Organization in Crunchbase.

The sort_order parameter, which defaults to "created_at DESC" cannot be combined with any of the search or filter query parameters. Searching and filtering results in a "custom" sort order.

Searching Organizations

Developers can search the /organizations endpoint using three mutually-exclusive freetext search options, as follows:

  • query: searches name, aliases / prior names, location, domain and short_description
  • name: searches name and aliases / prior names
  • domain_name : searches domain

A query that includes more than one of these parameters will result in an error.

Filtering Organizations

In addition, developers can filter results by three optional facets, as follows:

  • organization_types: company, investor, school, and/or group (logically AND'd)
  • location_uuids : one or more location UUIDs (comma-separated and logically AND'd)
  • category_uuids : one or more UUIDs (comma-separated and logically AND'd)

A query can contain multiple facet filters. Facet filters are logically AND'd together.

Query Params
date-time

When provided, restricts the result set to Organizations where updated_at >= the passed value

string

Full text search of an Organization's name, aliases (i.e. previous names or "also known as"), and short description

string

Full text search limited to name and aliases

string

Text search of an Organization's domain_name (e.g. google.com, airbnb.com)

string

Filter by categories (comma separated, AND'd together) e.g. categories=Automotive,Public Transportation

string

Filter by one or more Categories. Separate multiple UUIDs with commas. When passed, multiple UUIDs are logically AND'd together

string

Filter by location names (comma separated, AND'd together) e.g. locations=California,San Francisco

string

Filter by one or more types. Multiple types are separated by commas. Available types are "company", "investor", "school", and "group". Multiple organization_types are logically AND'd.

string
Defaults to created_at DESC

The sort order of the collection. Options are "created_at ASC", "created_at DESC", "updated_at ASC", and "updated_at DESC"

int32
Defaults to 1

Page number of the results to retrieve.

Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here!