# AI M&A Data for Company Acquisitions

**Use case:** 

Access M&A data focused on AI companies. Get details on acquirers, targets, deal value, payment types, and dates—all deduplicated and resolved.

## Input

```json
{
  "maxItems": 100,
  "verticals": [
    "ai"
  ]
}
```

## Output

```json
{
  "acquirer.name": {
    "label": "Acquirer",
    "format": "text"
  },
  "target.name": {
    "label": "Target",
    "format": "text"
  },
  "dealAmountUsd": {
    "label": "Deal (USD)",
    "format": "number"
  },
  "paymentType": {
    "label": "Payment",
    "format": "text"
  },
  "announcedAt": {
    "label": "Announced",
    "format": "date"
  },
  "isMerger": {
    "label": "Merger",
    "format": "text"
  },
  "target.hqCountry.code": {
    "label": "Target country",
    "format": "text"
  },
  "target.industryGroup": {
    "label": "Target industry",
    "format": "text"
  },
  "target.employeeCountBucket": {
    "label": "Target employees",
    "format": "text"
  },
  "acquirer.linkedinUrl": {
    "label": "Acquirer LinkedIn",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Acquisitions & M&A Tracker: Deal Data](https://apify.com/datahyena/company-acquisitions-ma) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datahyena/company-acquisitions-ma) to learn more, explore other use cases, and run it yourself.