{
  "buyerVisibility": {
    "category": "Agent Data / Pay-Per-Success Results",
    "oneLine": "Pay for one source-attributed public data result at a time.",
    "priceBands": {
      "domain_result_pack": "0.12",
      "quote_data_result": "0.00",
      "url_extract_result": "0.05"
    }
  },
  "discovery": {
    "agentsTxt": "https://x402-resource-scanner.vercel.app/resultrail/agents.txt",
    "llmsTxt": "https://x402-resource-scanner.vercel.app/resultrail/llms.txt",
    "mcpDiscovery": "https://x402-resource-scanner.vercel.app/.well-known/resultrail-mcp.json",
    "openapi": "https://x402-resource-scanner.vercel.app/resultrail/openapi.json",
    "productCard": "https://x402-resource-scanner.vercel.app/resultrail/product-card.md",
    "samples": [
      "https://x402-resource-scanner.vercel.app/resultrail/samples/domain-result.json",
      "https://x402-resource-scanner.vercel.app/resultrail/samples/extract-result.json"
    ],
    "serverCard": "https://x402-resource-scanner.vercel.app/.well-known/resultrail-server-card.json",
    "skill": "https://x402-resource-scanner.vercel.app/resultrail/skill.md"
  },
  "mcp": {
    "endpoint": "/resultrail/mcp",
    "tools": [
      "quote_data_result",
      "enrich_domain_result",
      "extract_url_result"
    ],
    "transport": "streamable-http"
  },
  "provider": {
    "category": "Agent Data / Pay-Per-Success Results",
    "claimBoundary": "ResultRail returns public-data result packs with source URLs, timestamps, confidence, and receipt hashes. It does not sell private contact databases, bypass access controls, provide legal/financial advice, send outreach, place bets, trade assets, or guarantee downstream revenue.",
    "description": "Pay-per-success public data calls for AI agents: quote, pay, receive source-attributed domain or URL result packs without vendor accounts or API keys.",
    "docsUrl": "https://x402-resource-scanner.vercel.app/resultrail/llms.txt",
    "homepageUrl": "https://x402-resource-scanner.vercel.app/resultrail",
    "mcpUrl": "https://x402-resource-scanner.vercel.app/resultrail/mcp",
    "name": "ResultRail by LarryBuildsAI",
    "openapiUrl": "https://x402-resource-scanner.vercel.app/resultrail/openapi.json",
    "productCardUrl": "https://x402-resource-scanner.vercel.app/resultrail/product-card.md",
    "productName": "ResultRail",
    "providerName": "LarryBuildsAI",
    "skillUrl": "https://x402-resource-scanner.vercel.app/resultrail/skill.md"
  },
  "resources": [
    {
      "description": "Free quote and success contract for one ResultRail paid data result.",
      "method": "POST",
      "parameters": [
        {
          "enum": [
            "domain",
            "extract"
          ],
          "in": "body",
          "name": "task_type",
          "required": true
        }
      ],
      "path": "/v1/resultrail/quote",
      "price": {
        "amount": "0.00",
        "asset": "USDC"
      }
    },
    {
      "description": "ResultRail pay-per-success public domain/company result: title, description, industry guess, tech signals, useful paths, sources, confidence, and receipt hashes.",
      "method": "POST",
      "path": "/v1/resultrail/domain",
      "price": {
        "amount": "0.12",
        "asset": "USDC"
      },
      "toolName": "enrich_domain_result"
    },
    {
      "description": "ResultRail pay-per-success public URL extraction: title, description, headings, text preview, links, sources, confidence, and receipt hashes.",
      "method": "POST",
      "path": "/v1/resultrail/extract",
      "price": {
        "amount": "0.05",
        "asset": "USDC"
      },
      "toolName": "extract_url_result"
    }
  ],
  "searchTerms": [
    "ResultRail",
    "ResultRail by LarryBuildsAI",
    "pay-per-success data",
    "x402 data API",
    "agent data router",
    "agent enrichment API",
    "domain enrichment",
    "URL extraction",
    "public company facts",
    "technographic lookup",
    "no API keys for agents",
    "paid data calls for AI agents"
  ]
}