{
  "format": "delx/intent-card/v1",
  "id": "company-contact-pack-api",
  "intent": "build a public company contact pack from a website",
  "title": "Company contact pack API for agents",
  "description": "Assemble a bounded pack of public contact and presence signals for one company site for $0.01 without private data sources.",
  "keywords": [
    "company contact pack",
    "business contact API",
    "public company contacts",
    "sales research pack",
    "x402 company contacts"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/company-contact-pack-api",
  "machine_url": "https://commerce.delx.ai/intents/company-contact-pack-api.json",
  "recommendation": {
    "tool_name": "util_company_contact_pack",
    "service_name": "Delx Company Contact Pack",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/company-contact-pack",
    "price_usdc": "0.01",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "Company or product URL"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-15)",
          "default": 8,
          "minimum": 1,
          "maximum": 15
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {
      "url": "https://example.com"
    },
    "example_output": {
      "tool_name": "util_company_contact_pack",
      "result": {
        "emails": [
          "hello@example.com"
        ],
        "phones": [
          "+15551234567"
        ],
        "priority_links": [
          "https://example.com/contact"
        ]
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/company-contact-pack -m POST -H 'x-delx-source: intent-card-company-contact-pack-api' --max-amount 0.01 -b '{\"url\":\"https://example.com\"}'",
      "max_amount_usdc": "0.01"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-company-contact-pack-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/company-contact-pack"
  }
}
