News Search API for AI agents — UnifAPI

UnifAPI’s News Search API gives AI agents real-time, queryable access to global news articles — one bearer key, pay-per-call.

Endpoint

curl https://api.unifapi.com/v1/news/search \
  -H "Authorization: Bearer $UNIFAPI_KEY" \
  -d '{
    "q": "anthropic claude",
    "since": "7d",
    "lang": "en",
    "sources": ["techcrunch.com", "theverge.com"]
  }'

What it’s for

→ Start free · Browse all APIs