Newscatcher · Example Payload

Newscatcher Catchall Submit Example

NewsSearchNLPSentiment AnalysisEntity ExtractionClusteringMedia IntelligenceFinancial IntelligenceAIEnterprise

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

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "q": "climate change policy legislation",
    "start_date": "2025-01-01",
    "end_date": "2026-06-12",
    "limit": 1000,
    "enrichment_type": "entity"
  },
  "response": {
    "job_id": "job_abc123def456",
    "status": "submitted",
    "created_at": "2026-06-12T10:00:00Z",
    "estimated_completion": "2026-06-12T10:15:00Z"
  }
}