Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Introduction
Quickstart
Filters
Response Format
API Reference
MCP Server
Agent Skill
Firehose
Cyber API
Data Breaches API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Introduction
Quickstart
Filters
Response Format
API Reference
MCP Server
Agent Skill
Firehose
Cyber API
Data Breaches API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Filters

Add a filters object to narrow the search.

FieldTypeExampleDescription
languagearray of strings["english"]Article language
countryarray of strings["US", "GB"]Source country
categoryarray of strings["business"]Article category
sentimentarray of strings["positive", "negative", "neutral"]Article sentiment
published_fromstring"2026-07-21"Search from this date
published_tostring"2026-12-17"Search up to this date
domainarray of strings["cnn.com","yahoo.com"]Limit the search to a specific set of domains
exclude_domainarray of strings["example.com"]Exclude results from certain domains
topicarray of strings["climate change"]list of topics, finer-grained than category
personarray of strings["elon musk"]Person mentioned
organizationarray of strings["nvidia"]Organization mentioned
locationarray of strings["paris"]Location mentioned
tickerarray of strings["AAPL"]Stock ticker of a mentioned organization
political_biasstring"left"Political bias of the source - left, center, or right
trust_categorystring"trusted_news"trusted_news, fake_news, or satirical_news
domain_rank_gteinteger0Domain rank greater than a rank. Integer 1-1,000,000 (Tranco top sites; lower = more popular)
domain_rank_lteinteger10,000Domain rank lower than a rank. Integer 1-1,000,000 (Tranco top sites; lower = more popular)
source_typestring"newsroom"News site type: local_news, newsroom, gov_news
scorefloat7.1Relevancy score of the chunks normalized between 1 - 10

`category:` takes one of 17 values - case-insensitive, quote multi-word values : `Arts, Culture and Entertainment` · `Crime, Law and Justice` · `Disaster and Accident` · `Economy, Business and Finance` · `Education` · `Environment` · `Health` · `Human Interest` · `Labor` · `Lifestyle and Leisure` · `Politics` · `Religion and Belief` · `Science and Technology` · `Social Issue` · `Sport` · `War, Conflict and Unrest` · `Weather`.

Language detection

If you do not choose a language and your query has more than two words, the API may detect the query language. A language you choose always takes priority.

Example

json
{
  "query": "central bank interest rate decision",
  "k": 15,
  "filters": {
    "language": [
      "english"
    ],
    "country": [
      "US",
      "GB"
    ],
    "sentiment": [
      "negative"
    ],
    "published_from": "2026-07-01"
  }
}
Last updated: August 27, 2026
PreviousQuickstartNextResponse Format