Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Introduction
Quickstart
Filters
Post Data Fields
Forums API
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Introduction
Quickstart
Filters
Post Data Fields
Forums API
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Quickstart

Four steps from zero to your first Blogs API results. All you need is an API token.

1. Get your token

Find your API token in your Webz.io dashboard. Every request needs it, and your account must be enabled for the Blogs API.

2. Run a query

GET

https://api.webz.io/api/blogs?token=YOUR_TOKEN&q="iphone 17" language:english

In real requests, URL-encode the q value.

3. Read the response

The JSON response contains a posts array plus paging fields:

json
{
  "posts": [ ... ],
  "next": "/api/blogs?q=...&ts=1751713632000&ni=6bd4f2...",
  "total_results": 12453,
  "more_results_available": 12353,
  "requests_left": 989
}

4. Get the next page

Append the next value to https://api.webz.io and call it again. Repeat until more_results_available reaches 0. See Pagination.

That's it - you are up and running. Next, sharpen your query with Query Syntax and Filters.

By default you search the last 3 days. To go further back set ts. Blogs content is searchable for the last 31 days (by crawl time) - see Time Range & History. Older data - up to the last 5 years - is available via the News, Blogs, Forums & Reviews Archive.

Last updated: July 28, 2026
PreviousIntroductionNextFilters