Company Acquisitions & M&A Tracker: Deal Data avatar

Company Acquisitions & M&A Tracker: Deal Data

Pricing

from $35.00 / 1,000 results

Go to Apify Store
Company Acquisitions & M&A Tracker: Deal Data

Company Acquisitions & M&A Tracker: Deal Data

Get company acquisitions and mergers (M&A). Each record has the acquirer, target, deal value, payment type, and date, deduped and matched to a single company. A self-serve M&A data API.

Pricing

from $35.00 / 1,000 results

Rating

0.0

(0)

Developer

Datahyena

Datahyena

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

5 hours ago

Last modified

Share


Acquisitions and mergers. Each record has the acquirer, target, deal value, payment type, and date. Every deal is matched across the outlets that reported it, with both sides resolved to canonical companies, so you get one row per deal instead of one per article. Set your filters, run it, and pay only for the records you get back. No API key, no signup, no sales call.

Use it for acquisitions data, M&A data, mergers and acquisitions API, deal data, company acquisition signals.

What you get

Every record carries all of the below. The table view shows the columns that scan best; the full record is in the JSON, CSV, and Excel exports.

  • Acquirer and target. both sides come as a full company: name, domain, description, LinkedIn URL and handle, HQ city and country, industry group, industry sub-tags, verticals, employee count, founded year, and business model.
  • Deal. amount in USD, the original currency and amount as reported, payment type, whether it was a merger, announced date, closing date, and the date we first saw it.
  • Sources. every article that reported the deal, with its URL, so any figure can be traced back to the article that reported it.

Results export to JSON, CSV, or Excel, or stream straight to your database via the Apify API.

Common use cases

  • Sales and prospecting. Find accounts that just raised, and reach them while the news is fresh.
  • Market research. Track acquisitions by industry, country, and date.
  • Data enrichment. Add acquisitions to your CRM or warehouse.
  • Deal sourcing. Scan new activity, for investors and corp dev teams.

Filters

InputDescription
maxItemsMax records (default 100)
cursorAdvanced: resume from a previous run's NEXT_CURSOR to paginate ahead
sinceOnly records on or after this date (YYYY-MM-DD), e.g. 2026-01-01. ISO-8601 timestamps also work.
countryFilter by company HQ country. Pick "Not disclosed" for companies whose HQ country we never established. They are excluded from any other country filter.
industryGroupFilter by industry group (LinkedIn-style industry labels, exact match). Pick "unknown" for companies with no industry on record. They are excluded from any other industry filter.
verticalsFilter by high-level sector (AI, fintech, climate, etc.). Broader than industry group; matches any company mapped to the selected vertical. Pick "unknown" for companies with no sector on record. They are excluded from any other sector filter.
minAmountUsdMinimum amount in USD.
maxAmountUsdMaximum amount in USD.
paymentTypeFilter by acquisition payment type.
isMergerShow only mergers.

Leave everything empty to get the newest records first, or narrow by the filters above. Each run saves a NEXT_CURSOR for pagination.

Example output

{
"id": "019fdf47-1f66-7308-bd76-ddc0e2d8754c",
"acquirer": {
"id": "019df869-68ec-7e7c-958b-eb38d3451164",
"name": "BioMarin",
"domain": "biomarin.com",
"description": "Biopharmaceutical innovation for serious diseases.",
"linkedinUrl": "https://www.linkedin.com/company/biomarin",
"hqCity": "San Rafael",
"hqCountry": {
"code": "US",
"name": "United States"
},
"industryGroup": "Biotechnology Research",
"industrySubTags": [
"biotechnology"
],
"verticals": [
"healthcare"
],
"employeeCountBucket": "1001-5000",
"foundedYear": 1997
},
"target": {
"id": "019df869-6834-7304-b77e-a9fbece4b10a",
"name": "Amicus Therapeutics",
"domain": "amicusrx.com",
"description": "Rare disease drug development company.",
"linkedinUrl": "https://www.linkedin.com/company/amicus-therapeutics",
"hqCity": "Philadelphia",
"hqCountry": {
"code": "US",
"name": "United States"
},
"employeeCountBucket": "201-500",
"foundedYear": 2002
},
"dealAmountUsd": null,
"dealAmountOriginalCurrency": null,
"paymentType": "undisclosed",
"isMerger": false,
"announcedAt": "2026-08-08",
"closingAt": "2026-04-27",
"discoveredAt": "2026-08-08T02:50:08.090Z",
"sources": [
{
"url": "https://pulse2.com/biomarin-amicus-integration-targets-280-million-of-cost-cuts-as-acquired-therapies-aim-for-60-operating-margin/"
}
]
}

FAQ

What data does this actor return?

Acquisitions and mergers. Each record has the acquirer, target, deal value, payment type, and date. Fields: Acquirer, Target, Deal (USD), Payment, Announced, Merger, Target country, Target industry, Target employees, Acquirer LinkedIn. Each one is matched to a canonical company.

Is this a Crunchbase, PitchBook, or Coresignal alternative?

Yes. It is a self-serve, API-first alternative to Crunchbase, PitchBook, Coresignal, and Harmonic. You pay per result, with no annual contract and no sales call.

How fresh is the data?

Most records are available the same day they are announced. Across the last 30 days, the median gap between a public announcement and the record being available was under one day.

Can I monitor acquisitions on a schedule?

Yes. Save your filters as a task and use Apify's scheduler to run it daily or weekly. Each run stores a NEXT_CURSOR. Pass it to the next run to pick up where the last one stopped, so you only pay for records you have not seen yet.

Some records have an empty field. Can I still get those?

Yes. Not every announcement states every detail, and where a value was never disclosed the field is left empty rather than guessed. Filters that can be empty offer a Not disclosed option (HQ country and industry, plus funding round where it applies). Select it to include those records instead of dropping them from a filtered run.

How is the data deduplicated?

Each real-world event is matched across every outlet that reported it and resolved to one canonical company (and investors), so you never get the same round or deal twice.

How do I get the next batch of records?

Each run saves a NEXT_CURSOR to its key-value store. Pass it as the cursor input on the next run to continue where you left off. For new records over time, use the since filter.

Is there a free way to try it?

Yes. Run it here and pay only for the records you get back, or go direct at datahyena.com with 50 free credits.

Can I get this data over an API instead?

Yes. Datahyena is API-first: REST, webhooks, or MCP (Claude, Cursor, Codex). This actor is the Apify-native way to run it.

Use it in your own stack

For ongoing use it is cheaper and more flexible to go direct: REST, webhooks, and MCP, with subscription pricing and 50 free credits to start.

datahyena.com · Docs · MCP