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

Request Parameters

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

Core

ParameterTypeDefaultDescription
tokenstring-Your API token
qstring""Boolean query - see Query Syntax
tsinteger3 months agoStart of the search window, Unix milliseconds - see Time Range
sizeinteger10Posts per response, 1-10
sortstringcrawledcrawled, relevancy, updated, published, or thread.published
orderstringby sortasc or desc. Defaults to asc for crawled and updated, desc for published and thread.published
frominteger0Offset into results, used with sorts other than crawled

An unknown sort or order value returns 400.

Flags

ParameterTypeDefaultDescription
highlightbooleanfalseReturn matched fragments in highlightText and highlightTitle
structuredboolean-true returns only structured posts, false only unstructured
warningbooleanfalseValidate the query and return potential issues in the warnings array
formatstringjsonResponse format: json, xml, or excel

highlight is a presence-based flag: sending it with any value - even false - turns it on. Omit it entirely to keep the default.

Filter parameters

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

Last updated: July 28, 2026
PreviousEndpoints & AuthenticationNextResponse Format