Newscatcher · Example Payload

Newscatcher Search Request Example

NewsSearchNLPSentiment AnalysisEntity ExtractionClusteringMedia IntelligenceFinancial IntelligenceAIEnterprise

Newscatcher Search Request Example is an example object payload from Newscatcher, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

qlangcountriesfromtosort_bypage_sizepageinclude_nlp_datahas_nlpclustering_enabledclustering_threshold

Example Payload

Raw ↑
{
  "q": "artificial intelligence regulation",
  "lang": ["en"],
  "countries": ["US", "GB"],
  "from": "2025-01-01",
  "to": "2026-06-12",
  "sort_by": "relevancy",
  "page_size": 10,
  "page": 1,
  "include_nlp_data": true,
  "has_nlp": true,
  "clustering_enabled": true,
  "clustering_threshold": 0.6
}