One base URL, one search endpoint, one segmentation endpoint, plus two helpers for cached pages and images.
https://api.webz.io
Returns matching posts as JSON.
GET
https://api.webz.io/cyberFilter
Returns aggregate counts instead of posts - see Segmentation API.
GET
https://api.webz.io/cyberSeg
Serve cached page snapshots and collected images - see Dark Cache & Images.
| Endpoint | Purpose |
|---|---|
/dark-cache | Cached snapshot of a crawled page |
/cyber-image | An image collected with a post |
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].