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
Get Started
Build a Dataset
API Reference
Archive API
Output Format
Data Fields
Delivery
Limits
Data Dumps (since 2008)
Web Content API (Deprecated)
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
Get Started
Build a Dataset
API Reference
Archive API
Output Format
Data Fields
Delivery
Limits
Data Dumps (since 2008)
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Output Format

Each order is delivered as a single ZIP containing NDJSON files - one JSON object per line.

Files inside the ZIP

  • Files are named by data type: news_0000001.json, blogs_0000001.json, discussions_0000001.json.
  • A file is split into a new numbered part when it reaches 500 MB.

Reading NDJSON

Parse each line as its own JSON object - jq handles NDJSON natively:

jq .title news_0000001.json

For the fields inside each object, see Data Fields.

Last updated: July 27, 2026
PreviousArchive APINextData Fields