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

Time Range

Every request covers a crawl-time window that starts at ts. By default it is the last 3 days.

The ts parameter

ts is a Unix timestamp in milliseconds marking the start of your search window (10-digit second timestamps are converted automatically). The window applies to when a review was crawled, not published:

https://api.webz.io/reviewFilter?token=YOUR_TOKEN&q=laptop&ts=1749121632000

With order=desc and the default crawled sort, ts marks the end of the window instead - you get reviews crawled before it, newest first.

The 31-day publication window

Every request also filters on publication date: only reviews published within the last 31 days are returned, regardless of ts. Older data - up to the last 5 years - is available via the News, Blogs, Forums & Reviews Archive.

The Segmentation API window is capped at the last 31 days.

Last updated: July 28, 2026
PreviousQuery SyntaxNextEndpoints & Authentication