H

Hermes Commerce · Site Watch Jobs

by Hermes Commerce

POSTBase

$0.08

per call · USD Coin on Base

Compare 1–10 URLs against the last snapshot (alive, status, title, content hash). Designed for daily agent rebuy — change detection for ops/marketing loops. Core path to recurring revenue.

Endpoint

POST https://agent.kihustle.tech/services/site-watch/jobs

2

Calls / 30d

1

Unique payers / 30d

Aug 17

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://agent.kihustle.tech/services/site-watch/jobs", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "urls": [
      "https://kihustle.tech",
      "https://agent.kihustle.tech"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent.kihustle.tech/services/site-watch/jobs" \
  -H "Content-Type: application/json" \
  -d '{"urls":["https://kihustle.tech","https://agent.kihustle.tech"]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "changed_count": 1,
  "changes": [
    {
      "change_type": "changed",
      "fields": [
        "title"
      ],
      "url": "https://kihustle.tech"
    }
  ],
  "generated_at": "2026-01-01T00:00:00+00:00",
  "job_id": "job_example",
  "limitations": [
    "Max 10 URLs."
  ],
  "next_jobs": [],
  "schedule_hint": {
    "rebuy_url": "https://agent.kihustle.tech/services/site-watch/jobs",
    "recommended_interval_hours": 24
  },
  "service": "site-watch",
  "sources": [
    {
      "note": "watched",
      "url": "https://kihustle.tech"
    }
  ],
  "status": "completed",
  "summary": "Site-watch 2 URLs: changed=1, first_seen=0, stable=1. Rebuy daily for monitoring loops."
}

Payment details

Pay to0x1c8b3c34dca2ba2a71598f1f9e0bc2a04a0bea36
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Hermes Commerce & similar services