Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Query Syntax
Filters
Content Types
Time Range & News History
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Query Syntax
Filters
Content Types
Time Range & News History

On this page

No sections

Webz.io DocumentationContact our team© 2026

Query Syntax

The Web Content API is deprecated. Use the News, Blogs & Forums APIs instead - same content, one endpoint per content type, and where new features land.

Queries are boolean expressions made of keywords and field:value filters.

Operators

OperatorMeaningExample
ANDBoth terms (default between terms)bitcoin AND etf
OREither termandroid OR ios
NOTExclude a termtesla NOT spacex
" "Exact phrase"climate change"
( )Group termstitle:(android OR iphone)
*Wildcardhack*
$Exact term, no stemming. Supported for English, Spanish, Arabic, Russian, and French.gold$
~NProximity: phrase words within N words of each other"data breach"~5

Field filters

Use field:value to match a specific attribute. Common fields:

FieldMatches
titleWords in the post title
textWords in the post body
languagePost language, e.g. language:english
sentimentpositive, negative, or neutral
categoryContent category, e.g. category:"Economy, Business and Finance"
site_typenews, blogs, or discussions
thread.titleWords in the source thread title
organization, person, locationNamed entities found in the post
social.facebook.likesFacebook likes; supports ranges: social.facebook.likes:>10

Examples

title:(Android OR iPhone) social.facebook.likes:>10 language:english
sentiment:negative title:Tesla category:"Disaster and Accident" language:english

Query rules & limits

  • Proximity (~N) is capped at 10 per query. A query with more than 10 proximity operators is rejected with 400 (Invalid proximity search).
  • Leading wildcards are not allowed. A * at the start of a term is dropped (*phone becomes phone). Use a trailing wildcard instead, e.g. phone*.
  • Balance your quotes and parentheses. A query with an odd number of ", or unbalanced ( ), is rejected.
  • Stray wildcards are cleaned up. A lone * surrounded by spaces is removed, and repeated * are collapsed into one.

Fields that describe the source (such as site_type, country, replies_count) belong to the thread. You can write them directly (e.g. site_type:news) or as thread. fields.

Last updated: August 6, 2026
PreviousQuickstartNextFilters