Crunchbase Fundamentals - Firmographic Package

Core and advanced firmographics for private and public companies - name, type, legal status, employee count, key leadership, ownership structure, accelerators, diversity, education and public activity. 43 operations across Entity Lookup, Search, Autocomplete and Deleted Entities.

OpenAPI Specification

crunchbase-data-firmographic-openapi.yml Raw ↑
{"openapi":"3.0.1","info":{"title":"Firmographic Package","description":"Crunchbase Enterprise API - Firmographic","termsOfService":"https://data.crunchbase.com/docs/terms","contact":{"email":"partnerships@crunchbase.com"},"version":"1.1.0"},"externalDocs":{"description":"API Reference doc","url":"https://data.crunchbase.com/docs"},"servers":[{"url":"https://api.crunchbase.com/v4"}],"security":[{"ApiKeyAuthHeader":[]}],"tags":[{"name":"Autocomplete"},{"name":"Deleted Entities"},{"name":"Entity"},{"name":"Search"},{"name":"Metadata"}],"paths":{"/data/entities/organizations/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Organization","operationId":"getOrganization","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/OrganizationFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["child_organizations","child_ownerships","event_appearances","fields","founders","headquarters_address","parent_organization","parent_ownership"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupOrganizationResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/organizations/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Organization's single card","description":"The following cards are available: [child_organizations, child_ownerships, event_appearances, founders, headquarters_address, parent_organization, parent_ownership]","operationId":"getOrganizationCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An organization card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["child_organizations","child_ownerships","event_appearances","founders","headquarters_address","parent_organization","parent_ownership"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/OrganizationCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/people/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Person","operationId":"getPerson","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/PersonFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["degrees","event_appearances","fields","founded_organizations","jobs","primary_job","primary_organization"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupPersonResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/people/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Person's single card","description":"The following cards are available: [degrees, event_appearances, founded_organizations, jobs, primary_job, primary_organization]","operationId":"getPersonCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A person card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["degrees","event_appearances","founded_organizations","jobs","primary_job","primary_organization"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/PersonCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/events/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Event","operationId":"getEvent","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/EventFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["address","appearances","contestants","exhibitors","fields","organizers","speakers","sponsors"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupEventResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/events/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Event's single card","description":"The following cards are available: [address, appearances, contestants, exhibitors, organizers, speakers, sponsors]","operationId":"getEventCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An event card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["address","appearances","contestants","exhibitors","organizers","speakers","sponsors"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/EventCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/event_appearances/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an EventAppearance","operationId":"getEventAppearance","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/EventAppearanceFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["event","fields","participant"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupEventAppearanceResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/event_appearances/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup EventAppearance's single card","description":"The following cards are available: [event, participant]","operationId":"getEventAppearanceCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An event_appearance card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["event","participant"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/EventAppearanceCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ipos/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Ipo","operationId":"getIpo","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/IpoFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","organization"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupIpoResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ipos/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Ipo's single card","description":"The following cards are available: [organization]","operationId":"getIpoCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An ipo card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["organization"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/IpoCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ownerships/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Ownership","operationId":"getOwnership","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/OwnershipFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["child_organization","fields","parent_organization"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupOwnershipResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/ownerships/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Ownership's single card","description":"The following cards are available: [child_organization, parent_organization]","operationId":"getOwnershipCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An ownership card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["child_organization","parent_organization"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/OwnershipCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/categories/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Category","operationId":"getCategory","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/CategoryFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupCategoryResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/category_groups/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a CategoryGroup","operationId":"getCategoryGroup","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/CategoryGroupFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupCategoryGroupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/locations/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Location","operationId":"getLocation","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/LocationFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupLocationResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/jobs/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Job","operationId":"getJob","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/JobFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","organization","person"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupJobResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/jobs/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Job's single card","description":"The following cards are available: [organization, person]","operationId":"getJobCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A job card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["organization","person"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/JobCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/addresses/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup an Address","operationId":"getAddress","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/AddressFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["event","fields","organization"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupAddressResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/addresses/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Address's single card","description":"The following cards are available: [event, organization]","operationId":"getAddressCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"An address card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["event","organization"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/AddressCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/degrees/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Degree","operationId":"getDegree","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/DegreeFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields","organization","person"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupDegreeResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/degrees/{entity_id}/cards/{card_id}":{"get":{"tags":["Entity"],"summary":"Lookup Degree's single card","description":"The following cards are available: [organization, person]","operationId":"getDegreeCard","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"card_id","in":"path","description":"A degree card to lookup","required":true,"style":"simple","explode":false,"schema":{"title":"card_id","type":"string","enum":["organization","person"]}},{"$ref":"#/components/parameters/card_field_ids"},{"$ref":"#/components/parameters/after_id"},{"$ref":"#/components/parameters/before_id"},{"$ref":"#/components/parameters/order"},{"$ref":"#/components/parameters/limit"}],"responses":{"200":{"$ref":"#/components/responses/DegreeCardLookupResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/diversity_spotlights/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a DiversitySpotlight","operationId":"getDiversitySpotlight","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/DiversitySpotlightFieldId"}}},{"name":"card_ids","in":"query","description":"Cards to include on the resulting entity","style":"form","explode":false,"schema":{"title":"card_ids","type":"array","items":{"type":"string","enum":["fields"]}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupDiversitySpotlightResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/entities/principals/{entity_id}":{"get":{"tags":["Entity"],"summary":"Lookup a Principal","operationId":"getPrincipal","parameters":[{"$ref":"#/components/parameters/entity_id"},{"name":"field_ids","in":"query","description":"Fields to include on the resulting entity - either an array of field_id strings in JSON or a comma-separated list encoded as string","style":"form","explode":false,"schema":{"title":"field_ids","type":"array","items":{"$ref":"#/components/schemas/PrincipalFieldId"}}}],"responses":{"200":{"$ref":"#/components/responses/EntityLookupPrincipalResponse"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/organizations":{"post":{"tags":["Search"],"summary":"Search Organization Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchOrganizations","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/OrganizationSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/people":{"post":{"tags":["Search"],"summary":"Search Person Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchPeople","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/PersonSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/events":{"post":{"tags":["Search"],"summary":"Search Event Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchEvents","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/EventSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/event_appearances":{"post":{"tags":["Search"],"summary":"Search EventAppearance Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchEventAppearances","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventAppearanceEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/EventAppearanceSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/ipos":{"post":{"tags":["Search"],"summary":"Search Ipo Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchIpos","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpoEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/IpoSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/ownerships":{"post":{"tags":["Search"],"summary":"Search Ownership Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchOwnerships","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OwnershipEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/OwnershipSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/categories":{"post":{"tags":["Search"],"summary":"Search Category Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchCategories","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/CategorySearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/category_groups":{"post":{"tags":["Search"],"summary":"Search CategoryGroup Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchCategoryGroups","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryGroupEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/CategoryGroupSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/locations":{"post":{"tags":["Search"],"summary":"Search Location Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchLocations","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/LocationSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/jobs":{"post":{"tags":["Search"],"summary":"Search Job Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchJobs","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/JobSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/addresses":{"post":{"tags":["Search"],"summary":"Search Address Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchAddresses","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddressEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/AddressSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/degrees":{"post":{"tags":["Search"],"summary":"Search Degree Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchDegrees","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DegreeEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/DegreeSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/diversity_spotlights":{"post":{"tags":["Search"],"summary":"Search DiversitySpotlight Entities","description":"Can perform more complex filtering based on the query defined in the request body","operationId":"searchDiversitySpotlights","requestBody":{"description":"Search Query Parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DiversitySpotlightEntitySearch"}}},"required":true},"responses":{"200":{"$ref":"#/components/responses/DiversitySpotlightSearchResults"},"400":{"$ref":"#/components/responses/GenericBadRequestError"},"404":{"$ref":"#/components/responses/GenericNotFoundError"},"500":{"$ref":"#/components/responses/GenericInternalServerError"}}}},"/data/searches/principals":{"post":{"tags":["Search"],"summary":"Search Principal Entities","description":"Can perform more complex filtering based on the query defined in the request body","operatio

# --- truncated at 32 KB (241 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/crunchbase-data/refs/heads/main/openapi/crunchbase-data-firmographic-openapi.yml