C

Clawfetch · Research

by Clawfetch

POSTBase

$0.02

per call · USD Coin on Base

Multi-source web research and company/topic intelligence: runs a live web search, visits the top sources, and returns ranked results with titles, URLs, and content snippets. One call replaces a search-then-scrape pipeline for deep research agents.

Endpoint

POST https://api.clawfetch.ai/research

79

Calls / 30d

4

Unique payers / 30d

Sep 10

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://api.clawfetch.ai/research", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "maxResults": 5,
    "query": "latest AI developments"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.clawfetch.ai/research" \
  -H "Content-Type: application/json" \
  -d '{"maxResults":5,"query":"latest AI developments"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "query": "latest AI developments",
  "results": [
    {
      "text": "...",
      "title": "...",
      "url": "..."
    }
  ],
  "sources": 3
}

Payment details

Pay to0xc2afb91833f4de19542a025872c6085cc29185eb
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Clawfetch & similar services