newspaperIntellizence Company News Signals API

The Intellizence Company News Signals API provides latest, curated news intelligence for specified company domains and trigger events.

Ready to get started? Request your API keyarrow-up-right and start building.

Questions? Schedule a callarrow-up-right or email us at [email protected].

Security Notice: Please keep the API Key secure. Do not share your API key in publicly accessible areas such as GitHub, client-side code, and so forth.

Search for news signals by Company Domain(s), Intellizence Trigger Code(s) & News Published Date range

post

Returns curated news articles for the given company domain(s), trigger code(s), and published date range. A news record may include clustered or related articles under similarNews.

Users can search data using the following parameters:

companyDomains, triggerCodes, startDate, endDate, and limit.

Users can limit the number of records returned using the limit parameter. The default limit is 100. All parameters are optional.

The API key must be passed in the HTTP header as x-api-key.

Authorizations
x-api-keystringRequired
Header parameters
x-api-keystringRequired

Intellizence API key

Body
companyDomainsstring[]Optional

Website domain of the Companies for which news signal are required. Multiple domains can be passed as an array.

Example: openai.com
startDatestring · dateOptional

News published start date. Enter the date in YYYY-MM-DD format.

endDatestring · dateOptional

News published end date. Enter the date in YYYY-MM-DD format.

limitintegerOptional

Maximum number of records to return

Default: 100
Responses
chevron-right
200

Successful response.

Note: Credit fields (openingBalance, closingBalance, creditsConsumed) are returned only for Pay-Per-Use billing.

application/json
codeintegerRequiredExample: 200
countintegerRequiredExample: 2
openingBalanceintegerOptional

Returned only for the 'Pay-Per-Use' billing type.

Example: 3893
closingBalanceintegerOptional

Returned only for the 'Pay-Per-Use' billing type.

Example: 3887
creditsConsumedintegerOptional

Returned only for the 'Pay-Per-Use' billing type.

Example: 6
post
/api/news

Last updated