# Find Recently Acquired Companies - Intent Signals API

**Use case:** 

Use real-time M&A signals to find recently acquired companies. 18k+ deals detected within minutes with company details, acquirer info, and source URL.

## Input

```json
{
  "page": 1,
  "limit": 50,
  "sort_order": "desc"
}
```

## Output

```json
{
  "companyName": {
    "label": "Acquired Company",
    "format": "text"
  },
  "acquiringCompanyName": {
    "label": "Acquirer",
    "format": "text"
  },
  "announcedDate": {
    "label": "Announced",
    "format": "date"
  },
  "companyCountry": {
    "label": "Country",
    "format": "text"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "companyEmployeeCount": {
    "label": "Employees",
    "format": "number"
  },
  "companyWebsite": {
    "label": "Website",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Signalbase Real-Time Merger & Acquisition Signals](https://apify.com/signalbase/signalbase-acquisitions) with a specific input configuration. Visit the [Actor detail page](https://apify.com/signalbase/signalbase-acquisitions) to learn more, explore other use cases, and run it yourself.