Company News Monitoring
Monitoring
Company News Monitoring
Fetches the latest news articles for a given company, enriched with AI-generated summaries, categories and publisher details.
GET
Company News Monitoring
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Monitoring API fetches the latest news articles for a given company, enriched with AI-generated summaries, categories and publisher details. Optionally, you can refine the output by specifying date range, publisher list, blacklisted publishers, article limit, and news categories. Results are returned in the API response.Endpoint Details
- Method: GET
- Endpoint:
api/enterprise/company/news/
Authentication requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameters
Header Parameters
JWT token obtained from the Authentication request
URL Parameters
Company permalink or a valid company URL for which news articles need to be fetched (e.g.,
tesla or https://www.tesla.com/)Comma-separated list of publisher domains to exclude from results.
Comma-separated list of publisher domains whose articles will be included.
Maximum number of news articles to returnDefault = 100Max value= 1000
Number of news to skip before starting to return results
Start date for the timeframe to consider when fetching news (e.g.,
2024-01-01)End date for the timeframe to consider when fetching news (e.g.,
2024-12-31)Comma-separated list of news categories to filter by. View complete list of all the supported news categories.
Response
Successful Response Fields
Returns a JSON object with the following structure:"success" if the request was processed successfully.List of news
Total number of results returned.
Authorizations
JWT token obtained from the /auth/token/ endpoint.
Query Parameters
Company permalink or URL (e.g., tesla or https://www.tesla.com/).
Comma-separated list of news categories to filter by.
Start date for news fetch (e.g., 2024-01-01).
End date for news fetch (e.g., 2024-12-31).
Comma-separated list of publisher domains to include.
Comma-separated list of publisher domains to exclude.
Required range:
x <= 1000