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

Query Syntax

The q parameter accepts a boolean query. Terms without a field prefix are matched against the post title, text, and thread title - plus text extracted from images and key entity fields, so a bare email address, domain, or CVE id just works.

Free text searches these fields

title, text, thread.title, image_text, enriched.domain.value, enriched.email.value, enriched.phone.value, enriched.wallet_id.value, enriched.cve.value, extended.external_link

Operators

SyntaxExampleMatches
Implicit ANDbitcoin walletPosts with both terms
ORbitcoin OR "crypto wallet"Either term
NOT or -bitcoin NOT price, bitcoin -priceFirst term without the second
( )(leak OR dump) bitcoinGrouping
"...""bitcoin wallet"Exact phrase
*crypt*Prefix wildcard
$bitcoin$Exact term, no stemming. Supported for Arabic, Russian, Spanish, Chinese, Japanese, and Korean.
field:valueextended.network:torField filter - see Filters

Examples

Bitcoin wallet mentions on Telegram channels:

"bitcoin wallet" extended.network:telegram

Crypto exchange mentions in posts that contain extracted emails - a leaked-credentials signal:

"crypto exchange" enriched.email.value:*

Rules

  • Quotes and parentheses must be balanced, or the request fails.
  • Operators AND, OR, NOT must be uppercase.
  • An invalid query returns 400 - see Errors, Rate Limits & Credits.

Not sure about a query? Add warning=true to your request - potential issues come back in a warnings array without failing the request.

Last updated: August 6, 2026
PreviousAPI ReferenceNextTime Range