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

Introduction

The Reviews API turns customer reviews from across the open web into structured JSON. Every review carries its rating, author, language, publication date, and the item being reviewed.

What counts as a review

A post from a review or discussion site that carries a numeric rating or is classified as a review. Reviews are their own product - the News, Blogs & Forums APIs exclude them.

The review and its item

Each result pairs two things:

  • The review - author, title, text, rating, language, publication date.
  • The item (item object) - the reviewed page: source site, item title, country, total reviews and reviewers, domain rank.

Coverage window

Each request returns reviews published within the last 31 days. By default it covers reviews crawled in the last 3 days; set ts to widen the window - see Time Range. Older data - up to the last 5 years - is available via the News, Blogs, Forums & Reviews Archive.

How it works

  1. Send a GET request with a boolean query - see Quickstart.
  2. Read the matching reviews from the JSON response.
  3. Follow the next URL to page through the rest - see Pagination.

A matching segmentation endpoint returns aggregate counts (top sites, languages, ratings) instead of reviews - see Segmentation API.

The Reviews API shares its query language with the News, Blogs & Forums APIs - if you know one, you know both. See Query Syntax.

Last updated: July 28, 2026
PreviousReviews APINextQuickstart