# HustleOS Landing Page Evidence

> HustleOS Landing Page Evidence is a paid API for AI agents from hustleos-x402-feed.coolbladez05.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches and returns public evidence from a given HTTPS landing page to help autonomous agents verify legitimacy or gather contextual signals about a site.

## Facts

- Endpoint: POST https://hustleos-x402-feed.coolbladez05.workers.dev/v1/landing-page/evidence
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hustleos-landing-page-evidence-e4b0c6d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xzg0ODRHhRjQzbQt1cCEn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hustleos-landing-page-evidence-e4b0c6d3 -d '<json body>'
```

Example prompt: Can you pull the landing page evidence for https://www.example.com so I can verify whether it looks like a legitimate business before my agent engages with it?

## When to prefer this

Choose this endpoint when an autonomous agent needs a quick, deterministic, low-cost signal about a public website's legitimacy before engaging with it — especially in agentic workflows where trust verification is a precondition for further action. It is particularly suited for x402-native agent pipelines that need a pay-per-call evidence check without building their own scraping or verification infrastructure.

## Known failure modes

- Non-HTTPS or private URLs rejected — only public HTTPS pages are supported
- Paywalled or bot-blocked pages may return incomplete or empty evidence
- Invalid or malformed URL returns a validation error
- Timeout if the target page is slow or unresponsive
- Pages with heavy JavaScript rendering may yield limited static content

## How this service works

Small, deterministic x402 utilities for autonomous agents: policy-filtered work discovery and public landing-page evidence.

## Output

Returns structured evidence extracted from the given public HTTPS landing page, such as observable content signals, claims, and metadata that an autonomous agent can use to assess legitimacy or gather contextual information about the site.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTPS page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hustleos-landing-page-evidence-e4b0c6d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hustleos-x402-feed.coolbladez05.workers.dev](https://www.zero.xyz/host/hustleos-x402-feed.coolbladez05.workers.dev/llms.txt)
