News Events

PredictLeads-backed news events for one company domain.

Endpoint

GET /api/v1/signals/news-events

Authentication

All requests require the X-Satellyte-API-Key header. See Quickstart.

Query parameters

FieldTypeRequiredNotes
company_domainstringYesCompany domain.
found_at_fromstringNoLower bound for event found date.
found_at_untilstringNoUpper bound for event found date.
pagenumberNoPage number. Minimum 1.
limitnumberNoPage size. Minimum 1, maximum 50.

cURL

curl -i "https://api-staging.satellyte.ai/api/v1/signals/news-events?company_domain=openai.com&limit=10" \
  -H "X-Satellyte-API-Key: $API_KEY"

Response (200)

{
  "data": {
    "company_domain": "openai.com",
    "type": "news_events",
    "source": "satellyte",
    "count": 0,
    "items": []
  }
}

When events exist, each item includes id, event_type: "news_event", categories, effective_date, found_at, and the remaining provider attributes under attributes.