ToolAssay

Live news search

Live news search. Returns recent headlines with title, URL, snippet, publisher source, relative age, and a breaking-news flag — real-time coverage past any model training cutoff. Supports count (1-20), offset, country (2-letter), and freshness (pd=past day, pw=past week, pm=past month, py=past year). Use for current events, market-moving developments, monitoring, and "what happened with X" questions. For general web results see /api/search/web; for Hacker News specifically see /api/news/hn-top.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
248 msmedian answer time
$0.0225listed price per call
$0.0225price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://2s.io/api/news/search

CategoryMarket data
Provider host2s.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.0225 248 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "count": 5,
    "freshness": "pw",
    "q": "artificial intelligence regulation"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "properties": {
            "count": {
              "default": 10,
              "maximum": 20,
              "minimum": 1,
              "type": "integer"
            },
            "country": {
              "description": "2-letter country code, e.g. US.",
              "type": "string"
            },
            "freshness": {
              "description": "pd | pw | pm | py.",
              "type": "string"
            },
            "offset": {
              "default": 0,
              "maximum": 9,
              "minimum": 0,
              "type": "integer"
            },
            "q": {
              "description": "News query.",
              "type": "string"
            }
          },
          "required": [
            "q"
          ]
        },
        "type": {
          "const": "http"
        }
      },
      "required": [
        "type",
        "method",
        "queryParams"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON