Skip to main content
News Search returns news articles Pubrio has classified, one row per article. Each row links to every company the article mentions, carries a category slug (acquires, partners_with, receives_financing, …) and, on request, the expansion signals the article produced.

When to use it

  • Account intelligence — what happened to a company this month, categorised.
  • Trigger-based prospecting — every company that announced funding or an acquisition in a country and language you sell in.
  • Signal evidence — with is_expansion_signal_available: true, see which articles produced which expansion signals.
For counts and category breakdowns use News Insights. To be notified as articles arrive, create a Monitor with signal_types: ["news"].

Scope to a company

A search without a company works — {"categories": ["acquires"], "locations": ["SG"]} — and returns the whole index for that category, newest first.

Filters

Text

Dates

Location

Expansion signals

Paging and order

What a row looks like

  • companies and domains are parallel arrays and list every mentioned company, so a search scoped to stripe.com can return an article whose main subject is PayPal. Filter client-side on domains if you need articles where your company is the subject.
  • country_codes is what the article is about; company_country_codes is where the mentioned companies are based. locations filters the first.
  • news_category_name is localised to the request language; category is the stable slug.
  • With is_expansion_signal_available: true each row gains expansion_signals: [{ signal_type_slug, signal_strength_slug, polarity, country_code, domain_search_id, event_date }].

metadata.ignored_fields

Any body key the endpoint does not recognise is dropped and listed here. "categorys" returns the whole index with ignored_fields: ["categorys"], not an error.

Recipes

cURL

News Search reference

Every parameter and response field.

News Insights

Mentions, topics and sources for one company over a window.

News Categories

The category slugs you can filter on.

Expansion signals

What a signal type and polarity mean.