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.
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
Category and gallery
Text
Dates
Location
Expansion signals
Paging and order
What a row looks like
companiesanddomainsare parallel arrays and list every mentioned company, so a search scoped tostripe.comcan return an article whose main subject is PayPal. Filter client-side ondomainsif you need articles where your company is the subject.country_codesis what the article is about;company_country_codesis where the mentioned companies are based.locationsfilters the first.news_category_nameis localised to the requestlanguage;categoryis the stable slug.- With
is_expansion_signal_available: trueeach row gainsexpansion_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
- Funding news in Japanese
- Expansion evidence for one account
- Daily digest
cURL
Related
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.

