Four demand gaps are covered

Agentutility added four paid endpoints from the demand queue: crypto-news, market-recap, people-enrich, and company-enrich.

crypto-news pulls recent crypto headlines from the public GDELT 2.1 Document API. It returns article URLs, source domains, timestamps, language and country metadata, images when GDELT has them, and a local headline sentiment score.

market-recap uses the same public news feed and returns a short deterministic recap with lead headlines, top sources, sentiment distribution, and tone.

Both news endpoints cost $0.005 per call.

people-enrich takes an email, name, domain, or company and builds a lightweight public profile. It normalizes the email, infers a display name when the local part is person-like, detects free email domains, checks MX records through Cloudflare DNS, and can read public homepage metadata for company context.

company-enrich does the company side directly from a domain or email. It returns the normalized domain, inferred company name, MX records, and public homepage metadata.

Both enrichment endpoints cost $0.01 per call.

Public data only

These enrichment endpoints don't use private people databases. They don't scrape LinkedIn or social networks. If the caller needs verified employment history, private contact data, or social profiles, this isn't that product.

The point is a fast, cheap first pass for agents that need sane company and lead context before deciding whether to spend more somewhere else.