Documentation Index
Fetch the complete documentation index at: https://docs.akta.pro/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Company News Monitoring API returns the latest news articles for a given company. Each result is enriched with an AI-generated summary, event classification, publisher metadata, sentiment, company mentions, geography, industry tags, and scraped article text
Results are returned synchronously in the HTTP response.
Endpoint Details
- Method:
GET
- Endpoint:
/api/v1/company/news/
- Base URL:
https://api.akta.pro
Authentication requirements
Pass your API key in the x-api-key request header.
-H "x-api-key: YOUR_API_KEY"
Request
Request Parameters
API key used to authenticate the request.
Query Parameters
Company permalink or valid company URL for which news articles should be fetched. Example: tesla.
Start date for the news timeframe, formatted as YYYY-MM-DD.
End date for the news timeframe, formatted as YYYY-MM-DD.
Comma-separated list of news categories to include. Category names must be URL-encoded when sent in a raw query string.
Maximum number of news articles to return in the current response.
Number of records to skip before returning results. Use this with limit for pagination.
Comma-separated list of publisher domains to exclude from results. Include the publisher domain only, for example wokelo.ai.
Response
Successful Response Fields
Returns a JSON object with the following structure:
Request status. Successful requests return success.
Array of company news article objects.
Number of article objects returned in the current response.
Total number of articles matching the request filters.
Maximum number of articles requested for the current response.
Number of records skipped before the current response.
Article Object Fields
AI-generated summary of the article.
Event type assigned to the article.
Primary company associated with the article.
Publisher or source domain label.
Publication timestamp returned by the API.
Article author, when available.
Countries associated with the article.
Sentiment classification for the article. Example: Positive, Neutral.
Companies mentioned in the article, with name and website where available.
Primary news category or event tag assigned to the article.
Original language code for the article. Example: EN.
Additional categories or event tags assigned to the article.
Estimated impact level of the article. Example: Medium.
Primary industry classification associated with the article.
Additional industry classifications associated with the article.