Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Forums API
API Reference
Query Syntax
Time Range & History
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Errors, Rate Limits & Credits
Facts Check API
Request Sources API
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
Blogs API
Forums API
API Reference
Query Syntax
Time Range & History
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Errors, Rate Limits & Credits
Facts Check API
Request Sources API
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

Query Syntax

The q parameter accepts a boolean query, and it works the same on news, blogs, and forums. Terms without a field prefix are matched against the post title, text, and thread title. A space between terms means AND.

Operators

SyntaxExampleMatches
Implicit ANDsolar batteryPosts with both terms
ORsolar OR windEither term
NOT or -tesla NOT car, tesla -carFirst term without the second
( )(solar OR wind) storageGrouping
"...""climate change"Exact phrase
"..."~N"apple watch"~3Terms within N words of each other
*crypt*Prefix wildcard
$gold$Exact term, no stemming. Supported for English, Spanish, Arabic, Russian, and French.
field:valuelanguage:englishField filter - see filters for News, Blogs, or Forums

Examples

Company mentions, excluding job posts:

"acme corp" NOT (hiring OR "job opening")

A phrase near another term, in English news from the US:

"data breach"~5 ransomware language:english country:US

Rules

  • Quotes and parentheses must be balanced, or the request fails with 400.
  • At most 10 proximity (~N) operators per query.
  • Leading wildcards (*word) are removed automatically - they are too expensive to run.
  • Operators AND, OR, NOT must be uppercase.
  • Filter values are case-insensitive; quote values that contain spaces, e.g. author:"jane doe".

Not sure about a query? Add warning=true to your request - potential issues come back in a warnings array without failing the request.

Last updated: August 6, 2026
PreviousAPI ReferenceNextTime Range & History