N

Netzhandwerker Agent Tools · Agent Access

by Netzhandwerker Agent Tools

POSTBase

$0.004

per call · USD Coin on Base

Wertet robots.txt fuer 23 benannte KI-Agenten aus, mit korrekter Gruppenauswahl und der Regel, dass die laengste passende Anweisung gewinnt. Prueft zusaetzlich X-Robots-Tag, Meta-Angaben, noai, Bezahlschranken-Hinweise, Lizenzverweise, Nutzungsbedingungen und den TDM-Vorbehalt unter /.well-known/tdmrep.json.

Endpoint

POST https://tools.halowerk.com/v1/agent/access

1

Calls / 30d

1

Unique payers / 30d

Aug 16

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://tools.halowerk.com/v1/agent/access", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "domain": "nytimes.com",
    "path": "/section/technology"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/agent/access" \
  -H "Content-Type: application/json" \
  -d '{"domain":"nytimes.com","path":"/section/technology"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "agents": [
    {
      "agent": "GPTBot",
      "allowed": false,
      "crawl_delay": null,
      "matched_group": "exakt",
      "matched_rule": "Disallow: /",
      "operator": "OpenAI",
      "purpose": "training",
      "reason": "Disallow trifft zu"
    },
    {
      "agent": "Googlebot",
      "allowed": true,
      "crawl_delay": null,
      "matched_group": "exakt",
      "matched_rule": null,
      "operator": "Google",
      "purpose": "suche",
      "reason": "keine Regel trifft zu"
    }
  ],
  "allowed_agents": 9,
  "checked_agents": 23,
  "domain": "nytimes.com",
  "note": "robots.txt und Meta-Angaben sind Bitten des Betreibers, kein Vertrag.",
  "page_signals": {
    "license_link": null,
    "meta_robots": [
      {
        "content": "noarchive",
        "name": "robots"
      }
    ],
    "noai": false,
    "noarchive": true,
    "noindex": false,
    "paywall_hint": true,
    "status": 200,
    "terms_links": [
      "https://help.nytimes.com/hc/en-us/articles/115014893428-Terms-of-service"
    ],
    "x_robots_tag": null
  },
  "path": "/section/technology",
  "robots": {
    "groups": 41,
    "note": null,
    "present": true,
    "sitemaps": [
      "https://www.nytimes.com/sitemaps/new/news.xml.gz"
    ],
    "status": 200
  },
  "stance": "training_gesperrt_abruf_erlaubt",
  "tdm_reservation": {
    "present": false,
    "status": 404
  }
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services