惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
罗磊的独立博客
小众软件
小众软件
I
InfoQ
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
P
Proofpoint News Feed
博客园 - 司徒正美
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
N
Netflix TechBlog - Medium

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
Datahyena
ghostfoxgod · 2026-06-23 · via Show HN

Growth signals as one clean API.

Funding rounds, acquisitions, and executive moves, deduped and enriched into clean, typed records. Query them over REST, stream them over webhooks, or hand them to your agent over MCP.

50 free credits · no credit card required

datahyena · funding-events

api-request.js

GET /v1/funding-events?limit=1

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

Click to run a live sample →

Every endpoint you need, one clean schema.

Three signal feeds, plus the companies and investors behind them. One schema, every plan.

GET /v1/funding-events

Funding events

Fresh rounds with company, investors, amount, round, and the sources that reported it. Deduplicated across every outlet.

  • round
  • amountUsd
  • investors[]
  • announcedAt
  • sources[]
GET /v1/acquisitions

Acquisitions

M&A events with acquirer, target, deal value, and payment type.

  • acquirer
  • target
  • dealAmountUsd
  • paymentType
GET /v1/exec-moves

Executive moves

Leadership changes with person, company, role, and seniority.

  • person
  • company
  • role
  • roleSeniority
GET /v1/companies

Companies

The entity-resolved, enriched registry behind every signal: domain, LinkedIn, HQ, industry, founded year.

  • domain
  • linkedinHandle
  • hqCountry
  • industryGroup
GET /v1/investors

Investors

Canonical, deduplicated investors: name, type, domain, and HQ country.

  • name
  • type
  • domain
  • hqCountry

Built for teams that move on signals.

From deal sourcing to sales triggers, the same feeds power very different products.

VC & PE deal sourcing

Investors & scouts

See companies the moment they raise. Build a live deal pipeline, track which funds are backing what, and never miss a round inside your thesis.

Powered by

  • funding-events
  • investors

Sales & GTM triggers

RevOps & founders

Reach buyers when budget unlocks. A fresh round, a new exec hire, or an acquisition each mark the right moment to start a conversation.

Powered by

  • funding-events
  • exec-moves
  • acquisitions

Market & competitive intel

Strategy teams

Track funding and M&A across a whole sector. Watch competitors, map investor activity, and spot trends before they become obvious.

Powered by

  • funding-events
  • acquisitions

CRM & data enrichment

Data teams

Keep your records fresh. Append entity-resolved companies, funding history, and firmographics, then collapse duplicate accounts.

Powered by

  • companies
  • funding-events

A round closes. How fast do you know?

Most company data is stale the moment you query it. Building it yourself or buying a legacy database both leave you behind.

  • Build it yourself

    Scrapers break weekly. Weeks behind even when they hold.

  • Legacy database

    One batch a month. You're always querying last month's world.

  • Datahyena

    Current in hours, deduped and enriched, ready to query.

Signal quality you can build on.

Every signal is current, structured, deduped, and enriched before it ever reaches you. Here's a real one.

Start free. Scale when you ship.

50 free credits to start, no card. One credit per record returned, so you pay only for what you pull.

Questions, answered.

Everything you need to know before your first request.

How fresh is the data?

New rounds typically show up within hours of being announced, updated continuously. You're never working from a monthly batch.

Is this a database or an API?

An API. Query funding, acquisition, and executive-move signals over REST with cursor pagination, or stream them via webhooks on Growth and up.

Why not build this in-house?

You can, but it's a treadmill. Sources change constantly, deduplication and entity resolution are hard to get right, and it's months before the first clean signal. We handle all of that for you.

How accurate are the signals?

Every signal is deduplicated across the outlets that reported it and resolved to a canonical company and investors, with the list of sources on each event so you can see exactly where it came from.

How does pricing work?

One credit per record returned. Start with 50 free credits, then choose pay-as-you-go packs or a monthly plan. You only pay for what you pull.

Can I try it for free?

Yes. Create a key and get 50 free credits, no card required.

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