Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Endpoint & Authentication
Request Parameters
Output Format
Post Data Fields
Pagination
Rate Limits & Errors
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Endpoint & Authentication
Request Parameters
Output Format
Post Data Fields
Pagination
Rate Limits & Errors

On this page

No sections

Webz.io DocumentationContact our team© 2026

Request Parameters

The Web Content API is deprecated. Use the News, Blogs & Forums APIs instead - same content, one endpoint per content type, and where new features land.

All parameters are passed in the query string (or POST body).

ParameterRequiredDescription
tokenYesYour API token.
qYesBoolean query. See Query Syntax.
tsNoUnix timestamp in milliseconds. Returns posts crawled at/after ts. Default: last 3 days. See Time Range & News History.
sizeNoPosts per response, 1-100. Default 100.
sortNoSort field (default crawled). See values below.
orderNoasc or desc.
fromNoResult offset, used with sort=relevancy or sort=published.
formatNojson (default), xml, rss, or excel.
highlightNotrue adds highlighted snippets to each post.
warningNotrue returns query-validation warnings.
accuracy_confidenceNonormal (default) or high.
similar_titleNoFind posts with a title similar to the given text.
allowNewsHistoryNotrue to search older than 31 days (premium, uses credits).
includeSyndicatedNofalse (default) excludes syndicated duplicates; true includes them.
webz_reporterNotrue to include Webz Reporter content.

Sort values

crawled (default), relevancy, published, thread.published, ord_in_thread, rating, thread.replies_count, thread.participants_count, thread.performance_score, thread.domain_rank, social.facebook.likes, social.facebook.shares, social.facebook.comments, social.vk.shares.

An invalid sort or order value returns 400. A size above 100 is capped at 100.

Last updated: July 6, 2026
PreviousEndpoint & AuthenticationNextOutput Format