Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Forums API
Introduction
Quickstart
Filters
Post Data Fields
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Non-Human Identities (NHI) API
Domain Exposure 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
Blogs API
Forums API
Introduction
Quickstart
Filters
Post Data Fields
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Non-Human Identities (NHI) API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io DocumentationContact our team© 2026

Filters

Filters are field:value clauses inside the q parameter. Combine them freely with free-text terms and boolean operators - see Query Syntax - to narrow results to exactly the sources and languages you care about.

Filter values are case-insensitive, and values containing spaces must be quoted. An unknown value is not rejected - it just returns 0 results. Add warning=true to the request to get validation warnings in the response.

Source

FilterExampleMeaning
site:site:cnn.comPosts from a domain
site_full:site_full:forums.example.comExact subdomain
site_suffix:site_suffix:co.ukDomain suffix
site_section:site_section:businessSection of the site
site_title:site_title:"morning post"Name of the site
section_title:section_title:sportsTitle of the site section
country:country:USSource country - ISO 3166-1 alpha-2 code; use GB for the United Kingdom (not UK)
domain_rank:domain_rank:<1000Domain rank - integer 1-1,000,000 (Tranco top sites; lower = more popular)
site_category:site_category:techCategory of the site - curated snake_case taxonomy (see below)

site_category: values come from a large curated taxonomy of snake_case names - for example tech, financial_news, world_soccer, travel, politics, health, music, real_estate.

Content

FilterExampleMeaning
title:title:bitcoinTerm in the post title
text:text:"supply chain"Term in the post body
language:language:englishPost language - lowercase full English name (see list below)
author:author:"jane doe"Post author
crawled:crawled:>1751713632000Crawl time (Unix milliseconds)
published:published:>1751713632000Publish time (Unix milliseconds)
external_links:external_links:github.comPosts linking to a URL or domain
rating:rating:>4Post rating - decimal 0-5; present on review-style posts

language: accepts 76 values - lowercase full English names: afrikaans, albanian, amharic, arabic, armenian, azerbaijani, basque, belarusian, bengali, bulgarian, burmese, catalan, cherokee, chinese, chineset, croatian, czech, danish, dhivehi, dutch, english, estonian, finnish, french, galician, georgian, german, greek, gujarati, hebrew, hindi, hungarian, icelandic, indonesian, inuktitut, irish, italian, japanese, kannada, khmer, korean, kurdish, laothian, latvian, lithuanian, macedonian, malay, malayalam, maltese, norwegian, oriya, persian, polish, portuguese, punjabi, romanian, russian, serbian, sinhalese, slovak, slovenian, spanish, swahili, swedish, syriac, tagalog, tamil, telugu, thai, tibetan, turkish, ukrainian, urdu, vietnamese, welsh, yiddish.

Threads & engagement

FilterExampleMeaning
is_first:is_first:trueOnly original posts (true) or only replies (false)
replies_count:replies_count:>10Replies in the thread
participants_count:participants_count:>5Distinct participants

When your query contains a single language: filter, text matching automatically uses a language-appropriate analyzer for better results in Arabic, Russian, Spanish, and French.

Last updated: July 28, 2026
PreviousQuickstartNextPost Data Fields