Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Introduction
Quickstart
Filters
Post Data Fields
Topics Reference
News API Lite
Blogs API
Forums API
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Introduction
Quickstart
Filters
Post Data Fields
Topics Reference
News API Lite
Blogs API
Forums API
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Introduction

The News API delivers articles from news sites as structured JSON - from major global outlets to local publications.

Endpoint

GET

https://api.webz.io/api/news

Example

Track English coverage of a company:

https://api.webz.io/api/news?token=YOUR_TOKEN&q=organization:"nvidia" language:english

What stands out in news posts

Beyond the standard post fields, news content makes the most of:

FieldMeaning
trustSource trust metadata: bias, categories, and source details such as type and location
breakingtrue while a story is breaking
syndicationWhether the article is a syndicated copy, and the id of its syndication cluster
sentimentPost-level sentiment
entitiesPeople, organizations, and locations mentioned, each with its own sentiment
thread.domain_rankRank of the publishing domain
thread.licensing_agencyLicensing agencies for the content
thread.socialFacebook likes, shares, and comments, plus VK shares
thread.performance_scoreEngagement 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.

Coverage window

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.

Last updated: July 28, 2026
PreviousNews APINextQuickstart