# Structured website intelligence for AI agents.

> Delx provides governed website extraction for agents that already know which public URL they need to inspect. The current flagship routes return clean page text or a one-call report covering metadata, links, forms, contacts and feed signals. They are extraction tools, not a general web-search engine.

Let an agent inspect a known website without maintaining a scraper, browser pool or separate billing relationship for an occasional task.

## Best for

- Research agents extracting readable text from a known public page
- Sales and diligence workflows mapping a company's public web surface
- Agents checking documentation, contact, form and feed signals in one call

## Live capabilities

- **Page extract — 0.01 USDC:** Returns clean title and readable text from one caller-supplied public URL. https://commerce.delx.ai/packs/extract-website-content.json
- **Website intelligence report — 0.01 USDC:** Combines metadata, relevant links, forms, contacts and feed signals for one public site. https://commerce.delx.ai/packs/extract-website-content.json
- **Domain trust report:** A separate governed route for agents evaluating public domain and web-surface signals. https://commerce.delx.ai/products

## Execution path

1. **Provide a URL:** Send the exact public page or site the agent already intends to inspect.
2. **Select depth:** Choose readable page extraction or a broader one-call website report.
3. **Authorize:** Validate the 0.01 USDC route price and bounded request before payment.
4. **Use the result:** Feed the structured response into research, diligence or downstream reasoning.

## Example

```bash
npx agentcash@latest fetch \
  https://api.delx.ai/api/v1/x402/website-intelligence-report \
  -m POST \
  -H 'content-type: application/json' \
  -H 'x-delx-source: delx-ai-web-intelligence-page' \
  --payment-network base --max-amount 0.01 \
  -b '{"url":"https://example.com","timeout":8}'
```

## Evidence

- The extraction pack publishes current routes, prices, example payloads and attribution headers.
- Both flagship operations are independently addressable rather than hidden behind a subscription tier.
- The public discovery copy states the known limitation: general web search remains unavailable.

## Boundaries

- The caller must provide a public URL; these routes do not discover arbitrary pages through general search.
- Robots, access controls, timeouts and source-site behavior can limit what a public page returns.
- Extracted content remains subject to the source publisher's rights and the caller's permitted use.

Canonical page: https://delx.ai/solutions/web-intelligence-for-agents
Machine record: https://delx.ai/solutions/web-intelligence-for-agents/record.json
