Skip to main content
GET
Industry News Monitoring

Overview

The Monitoring API fetches the latest news articles for a given industry topic, enriched with AI-generated summaries, categories and publisher details. Optionally, you can refine the output by specifying date range, blacklisted publishers, article limit, and news categories. Results are returned in the API response.

Endpoint Details

  • Method: GET
  • Endpoint: /api/enterprise/industry/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

Authorization
string
required
JWT token obtained from the Authentication request

URL Parameters

topic
string
required
Industry topic for which news articles should be fetched. (Eg. “Warehouse Automation”)
blacklisted
string
Comma-separated list of publisher domains to exclude from results.
limit
integer
Maximum number of news articles to returnDefault = 100Max value= 1000
offset
integer
Number of news to skip before starting to return results
start_date
string
Start date for the timeframe to consider when fetching news (e.g., 2024-01-01)
end_date
string
End date for the timeframe to consider when fetching news (e.g., 2024-12-31)
geo
array of strings
Comma-separated list of 3 letter ISO country codes

Response

Successful Response Fields

Returns a JSON object with the following structure:
status
string
"success" if the request was processed successfully.
data
array
List of news
count
integer
Total number of results returned.

Authorizations

Authorization
string
header
required

JWT token obtained from the /auth/token/ endpoint.

Query Parameters

topic
string
required

Industry topic for which news articles should be fetched (e.g., 'Warehouse Automation').

blacklisted
string

Comma-separated list of publisher domains to exclude from results.

limit
integer
default:100
Required range: x <= 1000
offset
integer
default:0
start_date
string<date>

Start date for news fetch (e.g., 2024-01-01).

end_date
string<date>

End date for news fetch (e.g., 2024-12-31).

geo
string

Comma-separated list of 3 letter ISO country codes.

Response

200 - application/json

News articles returned

status
string
Example:

"success"

data
object[]
count
integer
total
integer
limit
integer
offset
integer