W

Workers · News

by Workers

POSTBaseSolana

$0.01

per call · USD Coin on Base

Search recent public web coverage from the last seven days and return 5 ranked results. Not comprehensive newswire coverage.

Endpoint

POST https://web-access-gateway.mattskowronis.workers.dev/v1/news

1

Calls / 30d

1

Unique payers / 30d

Aug 31

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://web-access-gateway.mattskowronis.workers.dev/v1/news", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "query": "latest AI agent payment developments"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://web-access-gateway.mattskowronis.workers.dev/v1/news" \
  -H "Content-Type: application/json" \
  -d '{"query":"latest AI agent payment developments"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "operation": "news_search",
  "query": "latest Federal Reserve interest rate decision",
  "requested_url": null,
  "result_count": 1,
  "results": [
    {
      "author": null,
      "content": null,
      "content_sha256": null,
      "published_at": null,
      "rank": 1,
      "retrieval_status": "metadata_only",
      "score": 0.91,
      "snippet": "A compact excerpt from the result.",
      "title": "Example result",
      "url": "https://example.com/article"
    }
  ],
  "retrieved_at": "2026-08-31T12:00:00.000Z",
  "schema_version": "1.0",
  "warnings": []
}

Payment details

Pay to0x3a438b911b8e2995a9c855578f95b2889752498f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of News & Content and the homepage with a featured placement.

Get featured →

More from Workers & similar services