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
Reviews API
Introduction
Quickstart
Filters
Review Data Fields
API Reference
Query Syntax
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Errors, Rate Limits & Credits
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
Reviews API
Introduction
Quickstart
Filters
Review Data Fields
API Reference
Query Syntax
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Errors, Rate Limits & Credits
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. Terms without a field prefix are matched against the review title, text, and item title. A space between terms means AND.

Operators

SyntaxExampleMatches
Implicit ANDnoise cancellingReviews with both terms
ORlaptop OR notebookEither term
NOT or -hotel NOT hostel, hotel -hostelFirst term without the second
( )(laptop OR notebook) batteryGrouping
"...""battery life"Exact phrase
"..."~N"battery drain"~3Terms within N words of each other
*charg*Prefix wildcard
$gold$Exact term, no stemming. Supported for English, Spanish, Arabic, Russian, and French.
field:valuerating:>=4Field filter - see Filters

Examples

Positive reviews of a product, in English:

"acme blender" rating:>=4 language:english

Complaints about a topic on one site:

item.site:tripadvisor.com "room service" rating:<3

Rules

  • Quotes and parentheses must be balanced, or the request fails.
  • 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.
Last updated: August 6, 2026
PreviousAPI ReferenceNextTime Range