Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Introduction
Quickstart
Filters
Post Data Fields
SOCMint API
API Reference
Query Syntax
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Dark Cache & Images
Errors, Rate Limits & Credits
FAQ
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Introduction
Quickstart
Filters
Post Data Fields
SOCMint API
API Reference
Query Syntax
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Dark Cache & Images
Errors, Rate Limits & Credits
FAQ
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. By default it is the last 3 months, and history reaches back up to 2 years.

The ts parameter

ts is a Unix timestamp in milliseconds marking the start of your search window. The window applies to when a post was crawled:

https://api.webz.io/cyberFilter?token=YOUR_TOKEN&q=bitcoin&ts=1743854400000
  • Without ts, the window starts 3 months ago.
  • A ts older than 2 years is raised to 2 years ago - that is how far history reaches.
  • With order=desc and the default crawled sort, ts marks the end of the window instead: you get posts crawled before it, newest first. Without ts, that window ends now.

The Segmentation API window is different: it defaults to the last month and reaches back at most 1 year.

Last updated: July 28, 2026
PreviousQuery SyntaxNextEndpoints & Authentication