The News API delivers articles from news sites as structured JSON - from major global outlets to local publications.
GET
https://api.webz.io/api/news
Track English coverage of a company:
https://api.webz.io/api/news?token=YOUR_TOKEN&q=organization:"nvidia" language:english
Beyond the standard post fields, news content makes the most of:
| Field | Meaning |
|---|---|
trust | Source trust metadata: bias, categories, and source details such as type and location |
breaking | true while a story is breaking |
syndication | Whether the article is a syndicated copy, and the id of its syndication cluster |
sentiment | Post-level sentiment |
entities | People, organizations, and locations mentioned, each with its own sentiment |
thread.domain_rank | Rank of the publishing domain |
thread.licensing_agency | Licensing agencies for the content |
thread.social | Facebook likes, shares, and comments, plus VK shares |
thread.performance_score | Engagement score of the thread |
Filter on them directly, e.g. domain_rank:<1000 for top-ranked sites, sentiment:negative for critical coverage, or performance_score:>5 for high engagement - see Filters. Sort by any social metric (social.facebook.shares, social.facebook.likes, and more) to surface what resonates - see Request Parameters.
Syndicated copies of articles are excluded by default. Add includeSyndicated=true to get them - see Request Parameters.
News content is searchable for the last 31 days; with allowNewsHistory=true news history reaches back about a year - see Time Range & History. Older data - up to the last 5 years - is available via the News, Blogs, Forums & Reviews Archive.