Zephiel API

News Feed

Free tier

Structured articles from 80,000 publishers, minutes after publication.

4.612 reviewsby Meridian AI21k subscribers
newsmedia monitoringsentimententitiesrss

Starts at

$24/mo

Choose a plan

Create a free account to subscribe.

Latency
190ms
Uptime
99.95%
Endpoints
4

About this API

Search and stream news by keyword, entity, publisher, language, or country. Every article arrives with a cleaned full-text body, extracted entities, sentiment, and a deduplication cluster so the same wire story does not arrive eleven times.

Common use cases

Brand and reputation monitoring
Market-moving event detection
Newsroom research
Training data collection

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/news-feed/search" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "query": "central bank rate",
  "total": 1284,
  "articles": [{
    "title": "Central bank holds benchmark rate",
    "source": "Reuters",
    "published_at": "2026-08-27T08:14:00Z",
    "sentiment": "neutral",
    "cluster_size": 37
  }]
}

Related APIs in Data & Scraping