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
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
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Post Data Fields

Each element of the cyberDocs array is one post from the deep or dark web, with its source site, thread, and enrichments nested as objects.

A complete cyber post as the API returns it (all values anonymized):

json
{
  "url": "https://t.me/combo_market_chat#e460f13fe13f165326d8ab599725515a",
  "uuid": "cfe5ea0aa2e06ad01fed82efd3734462a2b20000",
  "parent_uuid": "adeccf0b36b520bef5da8d653ba4ccc8dc080000",
  "title": "combo_market_chat",
  "text": "[{\"date\": \"2026-04-28T07:25:52+00:00\", \"text\": \"Selling fresh combo list acme.com - 15k lines, emails + passwords, escrow accepted ...\"}]",
  "highlightText": "",
  "highlightTitle": "",
  "author": [
    "darkseller01",
    "cryptok1ng"
  ],
  "author_extended": [
    {
      "display_name": "darkseller01",
      "user_id": "7000000001",
      "adversary_group": null,
      "user_link": "https://t.me/darkseller01"
    },
    {
      "display_name": "cryptok1ng",
      "user_id": "7000000002",
      "adversary_group": null,
      "user_link": null
    }
  ],
  "language": "english",
  "referring_url": null,
  "referring_file_type": null,
  "rating": null,
  "published": "2026-04-28T10:25:00.000+03:00",
  "site": {
    "name": "combo_market_chat",
    "is_live": true,
    "domain": "t.me",
    "current_domain": "t.me",
    "type": "chat",
    "country": null,
    "categories": [
      "group"
    ]
  },
  "thread": {
    "url": "https://t.me/combo_market_chat",
    "uuid": "adeccf0b36b520bef5da8d653ba4ccc8dc080000",
    "title": "combo_market_chat",
    "full_title": "combo_market_chat",
    "published": "2026-04-28T10:25:00.000+03:00",
    "site_section": null,
    "section_title": null,
    "replies_count": 0,
    "participants_count": 2,
    "spam_score": 0,
    "main_image": null
  },
  "ord_in_thread": null,
  "extended": {
    "external_links": [
      "https://t.me/combo_lists_daily"
    ],
    "external_images": [],
    "external_videos": [],
    "file_links": [],
    "file_type": null,
    "network": "telegram",
    "required_login": false
  },
  "enriched": {
    "categories": [
      "carding"
    ],
    "persons": null,
    "organizations": null,
    "locations": null,
    "emails": {
      "value": [
        "[email protected]",
        "[email protected]"
      ],
      "count": 2
    },
    "phones": {
      "value": [
        "+15550100"
      ],
      "count": 1
    },
    "credit_cards": null,
    "ssns": null,
    "wallet_ids": null,
    "ips": null,
    "domains": {
      "value": [
        "acme.com",
        "t.me"
      ],
      "count": 2
    },
    "cve": null,
    "cyber_risk": {
      "value": 6,
      "site_risk": 6,
      "content_risk": 6
    }
  },
  "crawled": "2026-04-28T10:26:27.024+03:00",
  "updated": "2026-04-28T10:26:27.024+03:00",
  "cache_link": null
}

Post

FieldTypeDescription
uuidstringUnique id of the post
urlstringURL of the post
parent_uuidstringId of the parent post in the thread
titlestringPost title
textstringFull extracted text
authorarrayAuthor names
author_extendedarrayAuthor details - see below
languagestringPost language
publishedstringPublication time, ISO 8601
ord_in_threadintegerPosition in the thread
ratingnumberRating, when the source provides one
referring_urlstringURL that led the crawler to this post
referring_file_typestringFile type of the referring resource
crawledstringWhen the post was crawled
updatedstringWhen the post was last updated
cache_linkstringReady-made /dark-cache URL of the cached page, or null - see Dark Cache & Images
highlightText / highlightTitlestringMatched fragments, only with highlight=true

author_extended

FieldDescription
display_nameAuthor display name
user_idAuthor id on the source site
user_linkAuthor profile URL
adversary_groupKnown adversary groups associated with the author

site

FieldTypeDescription
namestringSite name
domainstringSite domain
current_domainstringCurrent domain, when the site has moved
is_livebooleanSite was live at last check
typestringType of the site
countrystringSite country
categoriesarrayCategories of the site

thread

FieldTypeDescription
uuid, urlstringThread id and URL
title, full_titlestringThread title
publishedstringThread publication time
site_section, section_titlestringSite section and its title
replies_countintegerReplies in the thread
participants_countintegerDistinct participants
spam_scorenumberSpam score of the thread
main_imagestringMain image URL

extended

FieldTypeDescription
networkstringSource network, e.g. tor, telegram, openweb
external_linksarrayLinks found in the post
external_imagesarrayImages found in the post - each has url (a ready-made /cyber-image link), uuid, and text extracted from the image
external_videosarrayVideo links found in the post
file_linksarrayFile links found in the post
file_typestringType of the crawled file
required_loginbooleanSource required a login

enriched

Entities extracted from the post. Each entity object has a value array and a count.

FieldDescription
categoriesContent classification of the post
persons, organizations, locationsNamed entities mentioned
emails, phones, ips, domainsContact and infrastructure entities
credit_cards, ssnsFinancial and identity entities
wallet_idsCrypto wallets - an ids array of { "type", "value" } plus count
cveCVE identifiers
cyber_riskRisk scores: value (overall), site_risk, content_risk
Last updated: July 28, 2026
PreviousFiltersNextSOCMint API