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

Endpoints & Authentication

One base URL, one search endpoint, one segmentation endpoint, plus two helpers for cached pages and images.

Base URL

https://api.webz.io

Search endpoint

Returns matching posts as JSON.

GET

https://api.webz.io/cyberFilter

Segmentation endpoint

Returns aggregate counts instead of posts - see Segmentation API.

GET

https://api.webz.io/cyberSeg

Helper endpoints

Serve cached page snapshots and collected images - see Dark Cache & Images.

EndpointPurpose
/dark-cacheCached snapshot of a crawled page
/cyber-imageAn image collected with a post

Authentication

Authenticate with your API token as a query parameter:

https://api.webz.io/cyberFilter?token=YOUR_TOKEN&q=bitcoin

A missing or unknown token returns 401 Unauthorized with Unknown API token.

The Cyber API needs its own permission on your account. Without it, every endpoint returns 401 with a permission error - contact [email protected].

Last updated: July 28, 2026
PreviousTime RangeNextRequest Parameters