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
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
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

Filters

Filters are field:value clauses inside the q parameter. Combine them freely with free-text terms and boolean operators - see Query Syntax.

Review fields

FilterExampleMeaning
rating:rating:>=4Review rating, supports ranges
author:author:"jane doe"Review author
language:language:englishReview language (full name, case-insensitive)
title:title:disappointedTerm in the review title
text:text:"stopped working"Term in the review body
published:published:>1751536320000Publish time (Unix milliseconds)
crawled:crawled:>1751536320000Crawl time (Unix milliseconds)
ord_in_thread:ord_in_thread:0Position among the item's reviews

Item fields

The reviewed item (product page, hotel, business) is filtered with item. fields. The item. prefix is optional for the fields below - site:amazon.com works the same as item.site:amazon.com.

FilterExampleMeaning
item.site:item.site:amazon.comReviews from a domain
item.site_full:item.site_full:www.amazon.co.ukExact host
item.site_suffix:item.site_suffix:co.ukDomain suffix
item.site_section:item.site_section:electronicsSection of the site
item.section_title:item.section_title:laptopsTitle of the section
item.title:item.title:"acme blender"Term in the item title
item.url:item.url:"https://www.amazon.com/dp/..."Item URL
item.published:item.published:>1751536320000When the item page was published
item.country:item.country:USSource country (2-letter code)
item.domain_rank:item.domain_rank:<1000Domain rank range
item.reviews_count:item.reviews_count:>50Total reviews on the item
item.reviewers_count:item.reviewers_count:>20Distinct reviewers on the item

Filter with URL parameters

Any filter can also be sent as its own query parameter for exact matching (&language=english), or negated with an exclude_ prefix (&exclude_site=amazon.com). Values sent this way must match exactly - ranges and wildcards belong in q.

Last updated: July 28, 2026
PreviousQuickstartNextReview Data Fields