Negative News

Beta
GET
/v1/negative_news

This endpoint is in beta and subject to change
Screens entities against news articles and public records to identify risk-relevant content. Leverages machine learning to detect and classify risks across various domains. Provides detailed article metadata with risk assessments and direct source references.

Query parameters

namestringRequired

Target entity name for adverse media screening.

topicenumOptional

Risk category filter for targeted screening. Each topic represents a distinct risk domain (e.g., environmental for environmental violations, financial for financial misconduct).

untildateOptional

Date cutoff for article inclusion in YYYY-MM-DD format. If provided, only articles published before this date will be included in results.

Response

This endpoint returns a list of objects.
publishedstring

Article publication date

risk_flagslist of strings

Array of risk flags

search_termany

Contains the search query and associated terms used to find the article

snippetstring

Brief excerpt or summary of the article content

sourcestring

Name of the publishing organization or media outlet

titlestring

Article headline or title from the source publication

urlstring

Direct URL link to the original article

Built with