Omnist API

Omnist API

Find and follow public coverage from news, wires, and podcasts.

The Omnist API helps applications find useful public coverage from news, wires, and podcasts, then keep following that coverage over time. You can start with one search request and add timelines, clusters, monitors, or webhooks only when your product needs them.

What you can build

  • Search for recent articles, wire items, and podcast items about a company, market, product, person, or theme.
  • Show titles, sources, publication dates, summaries, key points, and linked entities without parsing raw pages yourself.
  • Fetch one content item when a user opens a result.
  • Follow an entity across a date range.
  • Browse story clusters when you want story-level context instead of individual items.
  • Save a search as a monitor and deliver new results through webhooks.

Start here

  • Quickstart makes a real search request and prints useful fields.
  • Data model explains the content shape returned across search, clusters, timelines, and monitors.
  • Search content covers filters, scoring, and result handling.
  • API reference lists every endpoint, request shape, and response shape.

One design choice matters most: a monitor is a search saved on a schedule. The search object you send to POST /v1/content/search is the same shape you save into a monitor.

On this page