Search across all acquisitions tracked in Crunchbase. Sort by announcement date or rank and paginate through results. Each result includes the acquirer and acquiree organizations with their categories and locations — useful for M&A intelligence, market consolidation analysis, and competitive monitoring.
HTTP Request
| |
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
acquirer | string | No | — | Slug, UUID, or name of the acquiring organization |
acquiree | string | No | — | Slug, UUID, or name of the acquired organization |
acquiree_location | string | No | — | Acquired company’s HQ — city/region/country slug, UUID, or free-form name |
acquirer_location | string | No | — | Acquiring company’s HQ — city/region/country slug, UUID, or free-form name |
category | string | No | — | Limit to acquisitions of companies in this category |
announced_on_after | string | No | — | Only acquisitions announced on or after this date (YYYY-MM-DD) |
announced_on_before | string | No | — | Only acquisitions announced on or before this date (YYYY-MM-DD) |
completed_on_after | string | No | — | Only acquisitions completed on or after this date (YYYY-MM-DD) |
completed_on_before | string | No | — | Only acquisitions completed on or before this date (YYYY-MM-DD) |
rank_max | integer | No | — | Only acquisitions ranked this good or better |
rank_min | integer | No | — | Only acquisitions ranked this or worse |
per_page | integer | No | 5 | Results per page (max 15) |
order_by | string | No | announced_on | Sort field |
sort | string | No | desc | desc for newest first |
page | integer | No | 1 | Page number (sequential, 1-indexed) |
Response
Example Response
| |
Response Fields
| Field | Type | Description |
|---|---|---|
status | boolean | Whether the request was successful |
request_id | string | Unique identifier for the request |
data.total | integer | Total number of acquisitions matching the query |
data.page | integer | Current page number |
data.has_next_page | boolean | Whether more pages are available |
data.results | array | List of acquisition results |
data.results[].name | string | Display name (e.g., “CompanyB acquired by CompanyA”) |
data.results[].slug | string | URL slug — use this as the id param in acquisition-details |
data.results[].uuid | string | Crunchbase UUID of the acquisition |
data.results[].image | string | URL to the acquiree’s logo |
data.results[].type | string | Entity type, always "acquisition" |
data.results[].acquirer | object | The acquiring organization |
data.results[].acquirer.uuid | string | Acquirer UUID |
data.results[].acquirer.slug | string | Acquirer slug — use in company-details |
data.results[].acquirer.name | string | Acquirer name |
data.results[].acquirer.type | string | Entity type, always "organization" |
data.results[].acquirer.image | string | URL to the acquirer’s logo |
data.results[].acquiree | object | The acquired organization |
data.results[].acquiree.uuid | string | Acquiree UUID |
data.results[].acquiree.slug | string | Acquiree slug — use in company-details |
data.results[].acquiree.name | string | Acquiree name |
data.results[].acquiree.type | string | Entity type, always "organization" |
data.results[].acquiree.image | string | URL to the acquiree’s logo |
data.results[].acquiree_last_funding_type | string|null | Last funding type of the acquiree before acquisition |
data.results[].rank_acquisition | integer | Crunchbase rank for this acquisition |
data.results[].acquirer_categories | array | Industry categories of the acquirer |
data.results[].acquirer_categories[].name | string | Category name |
data.results[].acquirer_categories[].slug | string | Category slug |
data.results[].acquirer_categories[].uuid | string | Category UUID |
data.results[].acquirer_categories[].image_id | string | Category image ID |
data.results[].acquirer_categories[].image | string | Full URL to category icon |
data.results[].acquiree_categories | array | Industry categories of the acquiree |
data.results[].acquiree_categories[].name | string | Category name |
data.results[].acquiree_categories[].slug | string | Category slug |
data.results[].acquiree_categories[].uuid | string | Category UUID |
data.results[].acquiree_categories[].image_id | string | Category image ID |
data.results[].acquiree_categories[].image | string | Full URL to category icon |
data.results[].acquirer_locations | array | Acquirer headquarters locations |
data.results[].acquirer_locations[].name | string | Location name |
data.results[].acquirer_locations[].slug | string | Location slug |
data.results[].acquirer_locations[].uuid | string | Location UUID |
data.results[].acquirer_locations[].location_type | string | Type of location: city or region |
data.results[].acquiree_locations | array | Acquiree headquarters locations |
data.results[].acquiree_locations[].name | string | Location name |
data.results[].acquiree_locations[].slug | string | Location slug |
data.results[].acquiree_locations[].uuid | string | Location UUID |
data.results[].acquiree_locations[].location_type | string | Type of location: city or region |
data.resolved_filters | object | Filters that were applied to the query |
request_params | object | Echo of the parameters sent in the request |
Code Examples
| |
| |
| |
Related Endpoints
- Acquisition Details — Get full details of a specific acquisition using its slug
- Company Financials — View acquisitions made by or of a specific company
- Company Search — Search companies to find potential acquirers or targets