Soren · WEB Research

by Soren

GETBasebase

$0.06

per call · USD Coin on Base

A researched answer in ONE paid call: a live web search plus the top 3 results rendered to clean markdown. The single-call route costs four payments and four settlement waits; this is the same work in one payment, seconds faster and cheaper than the parts. Charged only if the search succeeds AND at least one page renders — a failed research costs nothing. Pages cap at 60KB each; unrendered runners-up are listed too.

Endpoint

GET https://soren.com/v1/web/research

3

Calls / 30d

1

Unique payers / 30d

Sep 7

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://soren.com/v1/web/research", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://soren.com/v1/web/research?q=x402+payment+protocol+adoption" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "other_results": [
    {
      "snippet": "<snippet>",
      "title": "<title>",
      "url": "<url>"
    }
  ],
  "pages": [
    {
      "markdown": "<clean markdown>",
      "title": "<title>",
      "url": "<url>"
    }
  ],
  "pages_rendered": 3,
  "query": "<q>",
  "settlement": "<tx hash>"
}

Payment details

Pay to0xadc3a47efbd82ed724a0e9a3d08d5a1a8e6586fd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, base
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Soren & similar services