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

Response Format

Search responses are JSON: a cyberDocs array plus paging metadata.

json
{
  "cyberDocs": [
    {
      "url": "http://example.onion/thread/42#post-3",
      "uuid": "6bd4f2f1a2...",
      "title": "...",
      "text": "Full extracted text of the post...",
      "author": [
        "admin"
      ],
      "language": "english",
      "published": "2026-07-04T11:20:00.000+03:00",
      "site": {
        "domain": "example.onion",
        "name": "...",
        "...": "..."
      },
      "thread": {
        "...": "..."
      },
      "extended": {
        "network": "tor",
        "...": "..."
      },
      "enriched": {
        "...": "..."
      },
      "crawled": "2026-07-04T12:00:00.000+03:00",
      "...": "..."
    }
  ],
  "totalResults": 4210,
  "moreResultsAvailable": 4200,
  "next": "/cyberFilter?token=YOUR_TOKEN&format=json&ts=1751630400000&q=...",
  "requestsLeft": 989,
  "warnings": null
}

Envelope fields

FieldTypeDescription
cyberDocsarrayMatching posts - see Post Data Fields
totalResultsintegerTotal posts matching the query
moreResultsAvailableintegerPosts still available after this page
nextstringRelative URL of the next page. Append it to https://api.webz.io - see Pagination
requestsLeftintegerYour remaining Cyber credit balance
warningsarrayQuery issues, only when warning=true was sent - each has message, type, level. null otherwise

The same paging values are also returned as response headers X-WebHose-Next and X-WebHose-Requests-Left.

Other formats

Set format=xml for XML or format=excel for a spreadsheet download.

Last updated: July 28, 2026
PreviousRequest ParametersNextPagination