Public BetaLive headline search playground
Headlines API
Try it free
Search, filter, and get AI-grouped stories from hundreds of news sources. 100 searches per month on the free plan, no credit card required.
The news API that groups stories, not just articles.
One POST request returns AI-clustered stories from hundreds of sources, grouped by event, filtered by region and language, ready to ship into your product.
Endpoint
POST /v1/headlines/search
Output
Stories or raw headlines
Free plan
100 searches / month
What makes it different
Stories, not articles. Structure, not noise.
AI clustering groups coverage of the same event across sources, so you get one clean story instead of ten near-duplicate articles.
Region and language filters let you target local markets or track global events with a single parameter change.
TypeScript SDK or plain REST — copy the generated code below and ship it straight into your app.
Query builder
Set the public filters that are active in the current API playground.
Request examples
Generated from the exact payload currently shown in the form.
Public headline query
curl -X POST https://api.inteply.com/v1/headlines/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "European AI regulation",
"dateRange": "week",
"language": "english",
"region": "global",
"outputType": "stories"
}'Response preview
Inspect the structured response or skim the returned headlines directly.
Sign in to run queries
No authorization header provided — full results are accessible after sign in.