Intent signal

M&A signals, resolved on both sides.

Every acquisition as a clean record: acquirer, target, deal value, and payment type. Both companies entity-resolved, deduplicated across every outlet that reported it.

50 free credits · no credit card required

datahyena · acquisitions
api-request.js
GET /v1/acquisitions?limit=1
const res = await fetch(
  "https://api.datahyena.com/v1/acquisitions?limit=1",
  { headers: { "X-API-Key": process.env.DATAHYENA_KEY } }
);
const { data } = await res.json();

Click to run a live sample →

response.json
Waiting for request…

What's in each record.

Every field, typed and documented. Resolved to canonical entities and deduplicated across every source that reported it.

  • id string Stable identifier for the consolidated acquisition event.
  • acquirer object Entity-resolved buyer: name, domain, description, LinkedIn, HQ, industry, founded year, business model.
  • target object Entity-resolved company being acquired, same shape as acquirer.
  • dealAmountUsd number Deal value in USD, converted from the original currency.
  • paymentType string cash, stock, mixed, or undisclosed.
  • isMerger boolean Whether the deal is structured as a merger of equals.
  • announcedAt date Date the deal was publicly announced.
  • closingAt date Expected or actual close date, when stated.
  • discoveredAt datetime When Datahyena first picked the event up.
  • sources array The outlets that reported it, each with a URL and timestamp.

Built to be consumed.

One envelope, cursor pagination, and credit metering in the same shape on every endpoint. Drop it into your product without writing a parser.

  • Both sides
    Acquirer and target, resolved
  • Deal value
    Normalized to USD when disclosed
  • Corroborated
    Cross-checked across sources

What teams build with it.

Catch consolidation early

Corp-dev and competitive-intel teams track who is buying whom across their space as deals are announced.

Find accounts in flux

Spot customers and prospects whose ownership just changed, the cleanest moment to re-engage or defend.

Map M&A trends

Measure deal flow, payment mix, and acquirer behavior over time across any sector you cover.

Start pulling signals in minutes.

Create a key, claim your 50 free credits, and make your first request today. No sales call, no credit card.

50 free credits · no credit card