DELXCOMMERCE Live contract

Web and API intelligence · data

Delx Contact Extract

Extract emails, phones, and social links from a page for outreach and support (x402)

x402datacontactssocialweb

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/contact-extract -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
InputPOST /api/v1/x402/contact-extract
{
  "url": "https://example.com"
}
Delivered resultapplication/json
{
  "tool_name": "util_contact_extract",
  "result": {
    "emails": [
      "hello@example.com"
    ],
    "phone_numbers": [
      "+15551234567"
    ],
    "social_links": {
      "x": "https://x.com/example",
      "github": "https://github.com/example"
    },
    "manifest_url": "https://example.com/site.webmanifest"
  }
}

Machine-readable evidence

Inspect before paying.