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

Request Parameters

All parameters for the /reviewFilter search endpoint, with defaults.

Core

ParameterTypeDefaultDescription
tokenstring-Your API token
qstring""Boolean query - see Query Syntax
tsinteger3 days agoStart of the search window, Unix milliseconds - see Time Range
sizeinteger100Reviews per response, 1-100
sortstringcrawledSort field - see below
orderstringby sortasc or desc. Defaults to asc for crawled, desc for field sorts
frominteger0Offset into results, used with sorts other than crawled

Sort values

crawled (default), published, rating, ord_in_thread, item.reviews_count, item.reviewers_count, item.domain_rank

An unknown value returns 400 Wrong sort value.

The default crawled sort is the right choice for consuming everything that matches a query - it is the only sort that paginates with a time cursor rather than an offset. See Pagination.

Flags

ParameterTypeDefaultDescription
highlightbooleanfalseReturn matched fragments in highlightText, highlightTitle, highlightItemTitle
accuracy_confidencestringnormalhigh excludes reviews extracted by generic (RSS / shallow-crawl) parsers
formatstringjsonResponse format: json, xml, rss, or excel

Filter parameters

Any other query parameter becomes an exact-match filter on the corresponding field (&language=english), and exclude_-prefixed parameters negate (&exclude_site=amazon.com) - see Filters.

Last updated: July 28, 2026
PreviousEndpoints & AuthenticationNextResponse Format